test: stabilize capture recovery probe - #9
Merged
Conversation
Owner
Author
|
补充修复同根因的完整8流成功路径:为模拟时钟测试注入确定性的monotonic时间源,避免共享runner负载超过30秒时被误判为探针超时;负向超时测试保持不变。\n\n本地证据:\n- 两个受影响成功用例组合运行:2 passed\n- Ruff检查:通过\n- Ruff格式检查:通过\n- git diff --check:通过\n\n提交:953e994 |
PureSaber
added a commit
that referenced
this pull request
Aug 31, 2026
test: stabilize capture recovery probe
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.
根因
test_coordinator_reports_reconciled_epoch_before_network验证epoch恢复顺序,却使用真实time.monotonic()承担30秒probe deadline;共享runner负载下会偶发超时并把无关的机器速度混入测试。修改
证据
契约与回滚
无生产代码或公开契约变化。回滚为revert本PR merge commit。