Skip to content

Conversation

Ugzuzg
Copy link
Contributor

@Ugzuzg Ugzuzg commented Oct 4, 2025

Which problem is this PR solving?

  • Slow tav runs.
  • npm issues with installing different versions of dependencies into the entire monorepo.

Short description of the changes

  • Patch test-all-versions to use isolated installs. This allows the tests to be executed in parallel, as test-all-versions no longer operates on the entire monorepo node_modules structure. Since it doesn't have to solve for dependencies of the entire monorepo, this also improves the correctness of the installed versions.

I'm getting no response upstream, rewrote the changes as a patch that is applied postinstall.

Copy link
Contributor

github-actions bot commented Oct 5, 2025

This package does not have an assigned component owner and is considered unmaintained. As such this package is in feature-freeze and this PR will be closed with 14 days unless a new owner or a sponsor (a member of @open-telemetry/javascript-approvers) for the feature is found. It is the responsibility of the author to find a sponsor for this feature.
Are you familiar with this package? Consider becoming a component owner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment