-
Notifications
You must be signed in to change notification settings - Fork 821
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows tests are failing #3628
Comments
Looks like this may be related to |
During local testing, I discovered that it looks like source map updates in The only tests which failed in this manner are the ones from I went ahead and opened a PR to remove Should we have more problems, it may be worth updating tooling ( |
I've also got a local repro of this (even with the above changes), where it will always fail on my windows machine (from a CLEAN build only), once I have a good build it continues to work. Repo steps
I (should) have a PR available shortly to fix |
Windows tests seem to be failing in CI and locally. The tests for
@opentelemetry/instrumentation-http
seem to make the JavaScript heap run out of memory.How to reproduce
Using node
16.19.1
and npm8.19.3
npm install
npm run compile
npm run test
Failures in CI
The text was updated successfully, but these errors were encountered: