Skip to content

fix: resolved tedious ESM test#2598

Draft
abhilash-sivan wants to merge 6 commits into
mainfrom
fix-tedious-test
Draft

fix: resolved tedious ESM test#2598
abhilash-sivan wants to merge 6 commits into
mainfrom
fix-tedious-test

Conversation

@abhilash-sivan

@abhilash-sivan abhilash-sivan commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

refs https://jsw.ibm.com/browse/INSTA-97288

The ESM test started failing after updating @opentelemetry/instrumentation-tedious from 0.28 to 0.37.

The root cause turned out to be a package-lock mismatch combined with double instrumentation.

The same package was present in both the root node_modules (node_modules/@opentelemetry/instrumentation-tedious) and core/node_modules, resulting in multiple versions being installed and loaded simultaneously.

After correcting the dependency and updating the lock file, the issue seem to be resolved.

To address dependency mismatches, I also updated several additional OpenTelemetry packages, including @opentelemetry/auto-instrumentations-node, as the previous version depended on @opentelemetry/instrumentation-tedious@0.28.

As part of aligning the dependency versions, @opentelemetry/instrumentation-tedious was updated to the latest version, 0.38.

@abhilash-sivan abhilash-sivan changed the title fix: tedious test fix: corrected tedious ESM test Jun 18, 2026
@abhilash-sivan abhilash-sivan changed the title fix: corrected tedious ESM test fix: resolved tedious ESM test Jun 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant