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

fix: stats in multiple runner #6264

Merged
merged 2 commits into from
Apr 17, 2024
Merged

fix: stats in multiple runner #6264

merged 2 commits into from
Apr 17, 2024

Conversation

LingyuCoder
Copy link
Contributor

Summary

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

@LingyuCoder
Copy link
Contributor Author

!test-ng

@github-actions github-actions bot added the release: bug fix release: bug related release(mr only) label Apr 17, 2024
Copy link

netlify bot commented Apr 17, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit 2f9eea3
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/661f6d1e22f4c6000874cb9f

@github-actions github-actions bot added the team The issue/pr is created by the member of Rspack. label Apr 17, 2024
Copy link
Contributor

🟢🟢🟢 Test new runner successed

Task: https://github.com/web-infra-dev/rspack/actions/runs/8717231723


> monorepo@0.6.2 test:ng /home/webinfra/ec2-linux-ci-1/_work/rspack/rspack
> pnpm --filter "@rspack/test-tools" test:ng "--no-colors" "--silent=true"

npm/darwin-arm64                         |  WARN  Unsupported platform: wanted: {"cpu":["arm64"],"os":["darwin"],"libc":["any"]} (current: {"os":"linux","cpu":"x64","libc":"glibc"})
npm/darwin-x64                           |  WARN  Unsupported platform: wanted: {"cpu":["x64"],"os":["darwin"],"libc":["any"]} (current: {"os":"linux","cpu":"x64","libc":"glibc"})
npm/win32-x64-msvc                       |  WARN  Unsupported platform: wanted: {"cpu":["x64"],"os":["win32"],"libc":["any"]} (current: {"os":"linux","cpu":"x64","libc":"glibc"})

> @rspack/test-tools@0.6.2 test:ng /home/webinfra/ec2-linux-ci-1/_work/rspack/rspack/packages/rspack-test-tools
> cross-env SNAPSHOT=legacy NO_COLOR=1 node --expose-gc --max-old-space-size=8192 --experimental-vm-modules ../../node_modules/jest-cli/bin/jest --logHeapUsage --config ./jest.config.legacy.js "--no-colors" "--silent=true"

jest-haste-map: Haste module naming collision: example-basic
  The following files share their name; please adjust your hasteImpl:
    * <rootDir>/tests/treeShakingCases/cjs-tree-shaking-basic/package.json
    * <rootDir>/tests/treeShakingCases/reexport-all-as/package.json

PASS tests/Diagnostics.test.js (50 MB heap size)
PASS tests/HashTestCases.test.js (49 MB heap size)
PASS tests/StatsTestCases.basictest.js (74 MB heap size)
PASS tests/WatchTestCases.longtest.js (48 MB heap size)
PASS tests/TestCasesNormal.basictest.js (7.954 s, 77 MB heap size)
PASS tests/HotTestCasesWebWorker.test.js (11.758 s, 68 MB heap size)
PASS tests/HotTestCasesWeb.test.js (12.084 s, 69 MB heap size)
PASS tests/HotTestCasesNode.test.js (12.36 s, 67 MB heap size)
PASS tests/HotTestStepWeb.test.js (12.745 s, 72 MB heap size)
(node:4007023) ExperimentalWarning: VM Modules is an experimental feature and might change at any time
(Use `node --trace-warnings ...` to show where the warning was created)
PASS tests/ConfigTestCases.basictest.js (58.046 s, 397 MB heap size)
A worker process has failed to exit gracefully and has been force exited. This is likely caused by tests leaking due to improper teardown. Try running with --detectOpenHandles to find leaks. Active timers can also cause this, ensure that .unref() was called on them.

Test Suites: 10 passed, 10 total
Tests:       5 skipped, 2554 passed, 2559 total
Snapshots:   58 passed, 58 total
Time:        59.11 s

@LingyuCoder LingyuCoder requested a review from h-a-n-a April 17, 2024 06:49
@LingyuCoder LingyuCoder enabled auto-merge (squash) April 17, 2024 06:50
@LingyuCoder LingyuCoder merged commit 1cc7de6 into main Apr 17, 2024
29 checks passed
@LingyuCoder LingyuCoder deleted the chore/fix-stats branch April 17, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release: bug fix release: bug related release(mr only) team The issue/pr is created by the member of Rspack.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants