-
Notifications
You must be signed in to change notification settings - Fork 6
ci: restore green master (gates, clippy, bench, all Linux partitions) #1789
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
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
191cc62
ci: fix rustfmt drift, clippy doc lint, bench readiness slack
ScriptedAlchemy acc2773
test(code-index): re-pin partitioned codec onto extractor.rust.v10
ScriptedAlchemy 508424b
test(code-index): measure legacy restore against a paged control
ScriptedAlchemy 4350c09
test(agent-hosts): pin Codex CLI presence for the prepare probe
ScriptedAlchemy b344238
test(dashboard-api): match the credential gate step case-insensitively
ScriptedAlchemy 7bcefef
test(search-eval): re-pin query-fallback receipts after revision bumps
ScriptedAlchemy 9391556
style(code-index): allow the held slot across the freshness await
ScriptedAlchemy c157d22
test(code-index): expect the typed text-budget refusal
ScriptedAlchemy 5de2027
test(code-index): select the trait declaration, not its impls
ScriptedAlchemy 7d10aa3
test(code-index): seat the crafted clone-backfill owner
ScriptedAlchemy ead0844
test(code-index): wait for settled clone-index coverage
ScriptedAlchemy 6318c18
test(code-index): attribute probe receipts by their arrival
ScriptedAlchemy af7e07c
fix(code-index): retry a contended code-generation store lock
ScriptedAlchemy c76ede6
fix(global-db): refuse a vanished projection output row
ScriptedAlchemy 324d8a7
test(work): give the attempt-read journey its own concurrency
ScriptedAlchemy 4fd4ee7
test(transport): make the refresh journey finishable and readable
ScriptedAlchemy fd76a98
fix(work): clamp TaskSession page size to the mounted budget
ScriptedAlchemy 7855fba
test(daemon): gate the fan-out TaskSession tail on its authority
ScriptedAlchemy 1828d6e
test(code-index): attribute the unchanged reconcile by its arrival
ScriptedAlchemy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Each malformed/empty/404 probe intentionally remains not ready, so
OwnedDaemon::startwaits for the entire deadline before raising; this change expands the three-case test from roughly 0.6 seconds to 6 seconds and masks slow stub startup instead of making startup deterministic. Synchronize on the stub binding its port before running the short typed-failure window rather than raising the timeout, as the repository explicitly forbids using larger timeouts to cover gate failures.AGENTS.md reference: AGENTS.md:L177-L178
Useful? React with 👍 / 👎.