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

Flaky test-loaders-workers-spawned #55301

Closed
targos opened this issue Oct 7, 2024 · 1 comment · Fixed by #55172
Closed

Flaky test-loaders-workers-spawned #55301

targos opened this issue Oct 7, 2024 · 1 comment · Fixed by #55172
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@targos
Copy link
Member

targos commented Oct 7, 2024

Test

test-loaders-workers-spawned

Platform

No response

Console output

17:44:49         # Subtest: should support --require and --import along with using a loader written in ESM and ESM entry point
17:44:49         not ok 4 - should support --require and --import along with using a loader written in ESM and ESM entry point
17:44:49           ---
17:44:49           duration_ms: 289.114877
17:44:49           location: '/home/iojs/build/workspace/node/test/es-module/test-loaders-workers-spawned.mjs:63:3'
17:44:49           failureType: 'testCodeFailure'
17:44:49           error: |-
17:44:49             The input did not match the regular expression /^A\r?\nA\r?\n(B\r?\nC|C\r?\nB)\r?\nD\r?\n$/. Input:
17:44:49             
17:44:49             'A\nC\nA\nB\nD\n'
17:44:49             
17:44:49           code: 'ERR_ASSERTION'
17:44:49           name: 'AssertionError'
17:44:49           expected:
17:44:49           actual: |-
17:44:49             A
17:44:49             C
17:44:49             A
17:44:49             B
17:44:49             D
17:44:49             
17:44:49           operator: 'match'
17:44:49           stack: |-
17:44:49             TestContext.<anonymous> (file:///home/iojs/build/workspace/node/test/es-module/test-loaders-workers-spawned.mjs:79:12)
17:44:49             process.processTicksAndRejections (node:internal/process/task_queues:105:5)
17:44:49             async Test.run (node:internal/test_runner/test:935:9)
17:44:49             async Suite.processPendingSubtests (node:internal/test_runner/test:633:7)
17:44:49           ...
17:44:49         1..4
17:44:49     not ok 1 - Worker threads do not spawn infinitely
17:44:49       ---
17:44:49       duration_ms: 1043.441818
17:44:49       type: 'suite'
17:44:49       location: '/home/iojs/build/workspace/node/test/es-module/test-loaders-workers-spawned.mjs:7:1'
17:44:49       failureType: 'subtestsFailed'
17:44:49       error: '1 subtest failed'
17:44:49       code: 'ERR_TEST_FAILURE'
17:44:49       ...
17:44:49     1..1
17:44:49     # tests 4
17:44:49     # suites 1
17:44:49     # pass 3
17:44:49     # fail 1
17:44:49     # cancelled 0
17:44:49     # skipped 0
17:44:49     # todo 0
17:44:49     # duration_ms 1054.202513
17:44:49   ...

Build links

Additional information

No response

@targos targos added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Oct 7, 2024
@lpinca
Copy link
Member

lpinca commented Oct 7, 2024

It should be fixed by #55172.

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.

2 participants