Skip to content

test(rsc): serial e2e #545

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

Merged
merged 9 commits into from
Jul 8, 2025
Merged

test(rsc): serial e2e #545

merged 9 commits into from
Jul 8, 2025

Conversation

hi-ogawa
Copy link
Contributor

@hi-ogawa hi-ogawa commented Jul 7, 2025

Description

It looks like multiple workers makes it flaky, so making it workers: 1 for now. Since the bottleneck is basic.test.ts which is entirely sequential anyway, so test time doesn't increase much (and actually some flaky os/browser is now faster because there's no retry)

Currently, shard is not helping since they can only split by test files. This is also because basic.test.ts is the bottleneck. We can split that out in the future.

@hi-ogawa hi-ogawa changed the title test(rsc): tweak ci test(rsc): serial e2e Jul 8, 2025
@hi-ogawa hi-ogawa marked this pull request as ready for review July 8, 2025 08:51
@hi-ogawa hi-ogawa merged commit 904a062 into main Jul 8, 2025
21 checks passed
@hi-ogawa hi-ogawa deleted the 07-07-test_rsc_tweak_ci branch July 8, 2025 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant