ci: run timing-sensitive tests serially - #1987
Merged
Merged
Conversation
Run the ignored timing tests separately on Linux and Windows so timing-sensitive regressions remain covered without competing with parallel integration tests. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Member
Author
|
Implementation notes:
Validation:
Note LLM-assisted content (no human feedback). |
Copilot started reviewing on behalf of
Benoît Cortier (CBenoit)
September 15, 2026 15:38
View session
Use a YAML block scalar so the timing namespace filter is parsed as a shell command rather than a mapping. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
The new command omits the existing target triple and unnecessarily recompiles test artifacts.
Get a fresh assessment by requesting another Copilot review.
Pull request overview
Adds a serial CI step for ignored timing-sensitive tests on Linux and Windows.
Changes:
- Runs
timing::integration tests with one test thread.
External-contract, documentation, and prose reviews were not applicable.
File summaries
| File | Description |
|---|---|
.github/workflows/ci.yml |
Adds the timing-sensitive test step. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Balanced
💡 Configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Pass the platform target triple to the serial timing test command so it reuses artifacts built by the main test step. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot started reviewing on behalf of
Benoît Cortier (CBenoit)
September 15, 2026 16:38
View session
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Run the ignored timing tests separately on Linux and Windows so timing-sensitive regressions remain covered without competing with parallel integration tests.