Skip to content
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

CI reliability: experimental tests consistent failure #2510

Closed
legendecas opened this issue Sep 29, 2021 · 3 comments · Fixed by #2511
Closed

CI reliability: experimental tests consistent failure #2510

legendecas opened this issue Sep 29, 2021 · 3 comments · Fixed by #2511
Assignees
Labels
bug Something isn't working

Comments

@legendecas
Copy link
Member

legendecas commented Sep 29, 2021

node-tests-experimental and browser-tests-experimental consistently fail with following messages:

Error: backwards-compatability/node10/index.ts(1,28): error TS2307: Cannot find module '@opentelemetry/sdk-node' or its corresponding type declarations.
Error: backwards-compatability/node12/index.ts(1,28): error TS2307: Cannot find module '@opentelemetry/sdk-node' or its corresponding type declarations.
Error: backwards-compatability/node8/index.ts(1,28): error TS2307: Cannot find module '@opentelemetry/sdk-node' or its corresponding type declarations.

However, I could not reproduce the problem locally. I believe it is related to b66c650, /cc @dyladan. Retried CI with the full run and it fails consistently.

Links:

@legendecas legendecas added the bug Something isn't working label Sep 29, 2021
@dyladan
Copy link
Member

dyladan commented Sep 29, 2021

Hmm. the tests passed for the PR i merged. I wonder if it is related to CI caching. Does changing a package.json file cause a test pass?

@legendecas
Copy link
Member Author

@dyladan
Copy link
Member

dyladan commented Sep 29, 2021

Opened a PR to fix

@dyladan dyladan self-assigned this Sep 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants