Skip to content

fix(test): widen audit harness concurrency wall-clock bound - #168

Merged
cryptoxdog merged 1 commit into
mainfrom
fix/flake-audit-parallel-timing
Aug 1, 2026
Merged

fix(test): widen audit harness concurrency wall-clock bound#168
cryptoxdog merged 1 commit into
mainfrom
fix/flake-audit-parallel-timing

Conversation

@cryptoxdog

Copy link
Copy Markdown
Collaborator

Summary

  • Relax test_run_steps_concurrently_overlaps_wall_clock from < 1.0 to < 1.15 so CI scheduler jitter does not fail an otherwise valid concurrency check.
  • Still proves overlap against the ~1.2s serial sum.

Why

Dependabot PR #163 failed solely on this flaky timing assertion (1.047 < 1.0). Pre-existing flake from #154, not caused by urllib3.

Test plan

Made with Cursor

CI intermittently saw ~1.05s for three overlapped 0.4s sleeps against a
strict <1.0s assertion. Keep proving overlap vs the ~1.2s serial sum.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings August 1, 2026 22:45
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

PR reviewable size is within recommended limits

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

L9 Audit Harness Report

  • Generated: 2026-08-01T22:45:44.365802+00:00
  • Repo root: /home/runner/work/Cognitive.Engine.Graphs/Cognitive.Engine.Graphs
  • Overall result: ✅ PASSED
  • Exit code: 0

Step Results

Step Status Exit Code Notes
Architecture Audit ✅ Passed 0
Spec Coverage ✅ Passed 0
Contract Wiring ✅ Passed 0

Architecture Audit Findings

Severity Count
🔴 CRITICAL 0
🟠 HIGH 0
🟡 MEDIUM 25
🔵 LOW 0

See artifacts/audit_report.md for full details.

Spec Coverage

  • ✅ Implemented: 37
  • ⚠️ Partial: 9
  • ❌ Missing: 0
  • Total features: 46
Category Implemented Partial Missing Total
gates 10 0 0 10
scoring 7 0 0 7
v1.1_node 2 0 0 2
v1.1_edge 2 0 0 2
v1.1_action 0 2 0 2
v1.1_scoring 1 1 0 2
action_handler 0 6 0 6
gds_algorithm 5 0 0 5
research_pattern 10 0 0 10

See artifacts/coverage_report.md for full details.

Next Steps

All checks passed. Safe to merge.

@sonarqubecloud

sonarqubecloud Bot commented Aug 1, 2026

Copy link
Copy Markdown

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@cryptoxdog
cryptoxdog merged commit 4d9deee into main Aug 1, 2026
52 of 53 checks passed
@cryptoxdog
cryptoxdog deleted the fix/flake-audit-parallel-timing branch August 1, 2026 22:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants