-
Notifications
You must be signed in to change notification settings - Fork 53.4k
test: Ignore fixme tests in distribution script #24068
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
|
E2E Tests: n8n tests passed after 5m 51.4s Run Details
Groups
This message was posted automatically by
currents.dev | Integration Settings
|
9b5de43 to
d34bf79
Compare
This comment has been minimized.
This comment has been minimized.
82fb436 to
6a0805c
Compare
93c8511 to
08eb6fe
Compare
| **Why @fixme instead of test.skip?** | ||
| - `test.skip()` tests still appear in `--list` output and get distributed to shards | ||
| - `@fixme` tests are filtered out via `--grep-invert`, saving CI resources | ||
| - `test.fixme()` semantically indicates "needs fixing" vs "not applicable" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌
Summary
The distribution script was including skipped tests in it's sharding. Tests are now tagged as "fixme" so they can be skipped.
Task runners were shutdown between tests when unused, so when a test used it there was a delay due to cold start.
Related Linear tickets, Github issues, and Community forum posts
Review / Merge checklist
release/backport(if the PR is an urgent fix that needs to be backported)