1 Commits

Author SHA1 Message Date
HAL9000 0a5afc43c3 chore: fix CI pipeline flakiness by stabilizing test fixtures and assertions
Replace four time.sleep(0.01) timestamp guards in
memory_service_coverage_steps.py with a deterministic
_wait_for_clock_advance() helper that busy-waits on the monotonic
clock until the UTC clock actually advances past the recorded
before timestamp, bounded by a 2-second deadline.

Also introduce memory_service_clock_wait.feature and its step
definitions to verify the helper raises AssertionError on deadline
exceeded and returns normally once the clock advances.

Closes #9963
2026-06-14 17:15:04 -04:00