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 es-module/test-esm-loader-resolve-type #50087

Closed
aduh95 opened this issue Oct 8, 2023 · 1 comment
Closed

Flaky es-module/test-esm-loader-resolve-type #50087

aduh95 opened this issue Oct 8, 2023 · 1 comment
Labels
flaky-test Issues and PRs related to the tests with unstable failures on the CI.

Comments

@aduh95
Copy link
Contributor

aduh95 commented Oct 8, 2023

Test

es-module/test-esm-loader-resolve-type

Platform

No response

Console output

=== release test-esm-loader-resolve-type ===
Path: es-module/test-esm-loader-resolve-type
Error: --- stderr ---
node:internal/process/esm_loader:40
      internalBinding('errors').triggerUncaughtException(
                                ^

AssertionError [ERR_ASSERTION]: Expected values to be strictly deep-equal:
+ actual - expected

  {
    code: 0,
    signal: null,
    stderr: '',
+   stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":0,"importedCJS":0}}\n'
-   stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":1,"importedCJS":0}}\n'
  }
    at file:///home/runner/work/node/node/test/es-module/test-esm-loader-resolve-type.mjs:34:3
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  generatedMessage: true,
  code: 'ERR_ASSERTION',
  actual: {
    code: 0,
    signal: null,
    stderr: '',
    stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":0,"importedCJS":0}}\n'
  },
  expected: {
    code: 0,
    signal: null,
    stderr: '',
    stdout: '{"before":{"importedESM":0,"importedCJS":0},"after":{"importedESM":1,"importedCJS":0}}\n'
  },
  operator: 'deepStrictEqual'
}

Node.js v21.0.0-pre
Command: out/Release/node --test-reporter=spec --test-reporter-destination=stdout --test-reporter=./tools/github_reporter/index.js --test-reporter-destination=stdout /home/runner/work/node/node/test/es-module/test-esm-loader-resolve-type.mjs

===
=== 1 tests failed
===

Build links

Additional information

@nodejs/loaders

@aduh95 aduh95 added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Oct 8, 2023
@aduh95
Copy link
Contributor Author

aduh95 commented Oct 8, 2023

Duplicate of #50040

@aduh95 aduh95 marked this as a duplicate of #50040 Oct 8, 2023
@aduh95 aduh95 closed this as not planned Won't fix, can't repro, duplicate, stale Oct 8, 2023
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

No branches or pull requests

1 participant