Update nix flake for v0.19.3 - #586
Merged
Merged
Conversation
roborev: Combined Review (
|
Four-way Windows CI sharding can make fresh SQLite schema initialization exceed five seconds even when the daemon and analytics initializer are healthy. That resource-sensitive deadline caused the release metadata PR to fail after the required cache build started normally on less-contended runs. Keep the production-path assertions and early-exit checks intact while giving the three background analytics startup tests the same bounded headroom for slow runners. Generated with Codex Co-authored-by: Codex <noreply@openai.com>
roborev: Combined Review (
|
Four concurrent Windows test shards can make fresh database initialization exceed five seconds before the full-daemon tests reach their injected startup seams. Keep those waits bounded but give the complete startup path consistent headroom so resource contention does not masquerade as a lifecycle regression. Generated with Codex Co-authored-by: Codex <noreply@openai.com>
roborev: Combined Review (
|
The unsharded CLI package can cross the existing 20-minute aggregate deadline on a contended CI runner even when no individual test is stalled. Keep a bounded package alarm while giving the nearly 1,000-test suite enough headroom to distinguish slow execution from a deadlock. Generated with Codex Co-authored-by: Codex <noreply@openai.com>
roborev: Combined Review (
|
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.
The tagged 0.19.3 release still resolves to 0.19.2 through Nix, preventing Nix users from receiving the bugfix release. This updates the package version; the dependency hash remains current because the release did not change the vendored dependency graph.
The branch also gives full-daemon lifecycle tests consistent startup headroom under four-way Windows CI contention and raises the bounded aggregate deadline for the nearly 1,000-test CLI package on contended Linux runners. Production-path assertions, sequencing checks, and individual test deadlines are unchanged.