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

chore: migrate stats cases #6349

Merged
merged 1 commit into from
Apr 24, 2024
Merged

chore: migrate stats cases #6349

merged 1 commit into from
Apr 24, 2024

Conversation

LingyuCoder
Copy link
Contributor

Summary

Checklist

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

Copy link

netlify bot commented Apr 24, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit deeeff1
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/6628be566febcf000880f9fd

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

!test-ng

Copy link
Contributor

🔴🔴🔴 Test new runner failed

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

Copy link
Contributor

🟢🟢🟢 Test new runner successed

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


> monorepo@0.6.3 test:ng /home/webinfra/ec2-linux-ci-5/_work/rspack/rspack
> pnpm --filter "@rspack/*" test:ng "--no-colors" "--silent=true" "--force-exit"

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"})
Scope: 12 of 24 workspace projects
packages/rspack-test-tools test:ng$ 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" "--force-exit"
packages/rspack-test-tools test:ng: jest-haste-map: Haste module naming collision: example-basic
packages/rspack-test-tools test:ng:   The following files share their name; please adjust your hasteImpl:
packages/rspack-test-tools test:ng:     * <rootDir>/tests/treeShakingCases/cjs-tree-shaking-basic/package.json
packages/rspack-test-tools test:ng:     * <rootDir>/tests/treeShakingCases/reexport-all-as/package.json
packages/rspack-test-tools test:ng: PASS tests/HashTestCases.test.js (71 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/WatchTestCases.longtest.js (5.684 s, 70 MB heap size)
packages/rspack-test-tools test:ng: Test Suites: 2 passed, 2 total
packages/rspack-test-tools test:ng: Tests:       22 passed, 22 total
packages/rspack-test-tools test:ng: Snapshots:   0 total
packages/rspack-test-tools test:ng: Time:        6.358 s
packages/rspack-test-tools test:ng: Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?
packages/rspack-test-tools test:ng: Done
Test new runner successed

@LingyuCoder LingyuCoder merged commit d90502c into main Apr 24, 2024
34 checks passed
@LingyuCoder LingyuCoder deleted the chore/migrate-test-stats branch April 24, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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