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

investigate flaky test-domain-error-types #38063

Closed
Trott opened this issue Apr 3, 2021 · 13 comments · Fixed by #51717
Closed

investigate flaky test-domain-error-types #38063

Trott opened this issue Apr 3, 2021 · 13 comments · Fixed by #51717
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@Trott
Copy link
Member

Trott commented Apr 3, 2021

  • Test: test-domain-error-types
  • Platform: ubuntu1804_sharedlibs_debug
  • Console Output:
not ok 655 parallel/test-domain-error-types
  ---
  duration_ms: 0.812
  severity: crashed
  exitcode: -11
  stack: |-
@Trott Trott added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Apr 3, 2021
@Trott
Copy link
Member Author

Trott commented Apr 6, 2021

This one has been happening pretty relentlessly. It feels superfluous to add more examples, but here's one anyway.

https://ci.nodejs.org/job/node-test-commit-linux-containered/26170/nodes=ubuntu1804_sharedlibs_debug_x64/consoleText

not ok 735 parallel/test-domain-error-types
  ---
  duration_ms: 0.913
  severity: crashed
  exitcode: -11
  stack: |-
  ...

@Trott
Copy link
Member Author

Trott commented Apr 6, 2021

(Seems to only happen in debug builds but happens there a lot.)

@Trott
Copy link
Member Author

Trott commented Apr 6, 2021

The first time this appears to happen in v8 canary build 3 days ago: https://ci.nodejs.org/job/node-test-commit-node-v8/765/

That's a sub-task of https://ci.nodejs.org/job/node-update-v8-canary/1714/. Weirdly, the main task is green even though the subtask is red.

@nodejs/v8

@Trott
Copy link
Member Author

Trott commented Apr 6, 2021

The first time this shows up in an actual pull request CI seems to be https://ci.nodejs.org/job/node-test-commit-linux-containered/26102/ which is a CI run for #37991 which is surely unrelated. So...something in V8 that slipped in at some point?

@Trott
Copy link
Member Author

Trott commented Apr 6, 2021

(Or maybe some other change messed with garbage collection or something in a way that surfaces a bug that was masked previously?)

@Trott
Copy link
Member Author

Trott commented Apr 7, 2021

@Trott
Copy link
Member Author

Trott commented Apr 7, 2021

Now they're all green. Starting to seem like I was wasting my time bisecting because the issue was a CI issue and not an issue with the test?

@Trott
Copy link
Member Author

Trott commented Apr 7, 2021

Optimistically closing.

@Trott Trott closed this as completed Apr 7, 2021
@Trott
Copy link
Member Author

Trott commented Apr 7, 2021

Argh, just did a resume build on node-daily-master and it showed up again.

@Trott Trott reopened this Apr 7, 2021
@mhdawson
Copy link
Member

@joyeecheung
Copy link
Member

This now has been consistently failing https://ci.nodejs.org/job/node-test-commit-arm-debug/ (now on the equinix-ubuntu1804_sharedlibs_container-arm64 containers)

lpinca added a commit to lpinca/node that referenced this issue Feb 10, 2024
There is no recent trace of failure for this test.

Fixes: nodejs#38063
targos pushed a commit that referenced this issue Feb 19, 2024
There is no recent trace of failure for this test.

Fixes: #38063
PR-URL: #51717
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
rdw-msft pushed a commit to rdw-msft/node that referenced this issue Mar 20, 2024
There is no recent trace of failure for this test.

Fixes: nodejs#38063
PR-URL: nodejs#51717
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
richardlau pushed a commit that referenced this issue Mar 25, 2024
There is no recent trace of failure for this test.

Fixes: #38063
PR-URL: #51717
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
richardlau pushed a commit that referenced this issue Mar 25, 2024
There is no recent trace of failure for this test.

Fixes: #38063
PR-URL: #51717
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants