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 normal cases #6336

Merged
merged 3 commits into from
Apr 24, 2024
Merged

chore: migrate normal cases #6336

merged 3 commits into from
Apr 24, 2024

Conversation

LingyuCoder
Copy link
Contributor

Summary

Checklist

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

@LingyuCoder
Copy link
Contributor Author

LingyuCoder commented Apr 23, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @LingyuCoder and the rest of your teammates on Graphite Graphite

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

!test-ng

Copy link
Contributor

🟢🟢🟢 Test new runner successed

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


> monorepo@0.6.2 test:ng /action-runner/_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/Diagnostics.test.js (70 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/HashTestCases.test.js (69 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/StatsTestCases.basictest.js (94 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/WatchTestCases.longtest.js (68 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/HotTestCasesWebWorker.test.js (6.427 s, 88 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/HotTestCasesWeb.test.js (6.469 s, 89 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/HotTestCasesNode.test.js (6.575 s, 87 MB heap size)
packages/rspack-test-tools test:ng: Test Suites: 7 passed, 7 total
packages/rspack-test-tools test:ng: Tests:       6 skipped, 598 passed, 604 total
packages/rspack-test-tools test:ng: Snapshots:   33 passed, 33 total
packages/rspack-test-tools test:ng: Time:        6.911 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

Base automatically changed from chore/migrate-test-config to main April 23, 2024 12:38
@LingyuCoder LingyuCoder force-pushed the chore/migrate-test-normal branch from 5100f94 to 3abf966 Compare April 23, 2024 12:59
Copy link

netlify bot commented Apr 23, 2024

Deploy Preview for rspack canceled.

Name Link
🔨 Latest commit cd96c2d
🔍 Latest deploy log https://app.netlify.com/sites/rspack/deploys/662876c27d0de10007771248

@LingyuCoder LingyuCoder requested a review from hardfist April 23, 2024 12:59
@LingyuCoder LingyuCoder force-pushed the chore/migrate-test-normal branch from 235bd18 to cd96c2d Compare April 24, 2024 03:04
@LingyuCoder
Copy link
Contributor Author

!test-ng

Copy link
Contributor

🟢🟢🟢 Test new runner successed

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


> monorepo@0.6.3 test:ng /home/webinfra/ec2-linux-ci-4/_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-multi-level-nested/package.json
packages/rspack-test-tools test:ng: PASS tests/Diagnostics.test.js (72 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/StatsTestCases.basictest.js (96 MB heap size)
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 (70 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/HotTestCasesWebWorker.test.js (7.715 s, 90 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/HotTestCasesWeb.test.js (7.826 s, 91 MB heap size)
packages/rspack-test-tools test:ng: PASS tests/HotTestCasesNode.test.js (7.95 s, 89 MB heap size)
packages/rspack-test-tools test:ng: Test Suites: 7 passed, 7 total
packages/rspack-test-tools test:ng: Tests:       6 skipped, 598 passed, 604 total
packages/rspack-test-tools test:ng: Snapshots:   33 passed, 33 total
packages/rspack-test-tools test:ng: Time:        8.352 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 requested review from h-a-n-a and SyMind April 24, 2024 03:25
@LingyuCoder LingyuCoder merged commit 26a8a96 into main Apr 24, 2024
29 checks passed
@LingyuCoder LingyuCoder deleted the chore/migrate-test-normal branch April 24, 2024 03:55
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