Skip to content

test(assertions): fixed flaky test (async w/real time)#128

Merged
fredbi merged 1 commit into
go-openapi:masterfrom
fredbi:fix/flaky-test
Jun 19, 2026
Merged

test(assertions): fixed flaky test (async w/real time)#128
fredbi merged 1 commit into
go-openapi:masterfrom
fredbi:fix/flaky-test

Conversation

@fredbi

@fredbi fredbi commented Jun 19, 2026

Copy link
Copy Markdown
Member

Make expectation more tolerant to jitter (incompressible when running on CI).

Change type

Please select: 🆕 New feature or enhancement|🔧 Bug fix'|📃 Documentation update

Short description

Fixes

Full description

Checklist

  • I have signed all my commits with my name and email (see DCO. This does not require a PGP-signed commit
  • I have rebased and squashed my work, so only one commit remains
  • I have added tests to cover my changes.
  • I have properly enriched go doc comments in code.
  • I have properly documented any breaking change.

Make expectation more tolerant to jitter (incompressible when running on CI).

* fixes go-openapi#125

Signed-off-by: Frédéric BIDON <fredbi@yahoo.com>
@fredbi fredbi merged commit 81253df into go-openapi:master Jun 19, 2026
20 checks passed
@fredbi fredbi deleted the fix/flaky-test branch June 19, 2026 19:00
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.66%. Comparing base (df56554) to head (1913850).
⚠️ Report is 1 commits behind head on master.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #128      +/-   ##
==========================================
- Coverage   91.68%   91.66%   -0.02%     
==========================================
  Files          97       97              
  Lines       12623    12623              
==========================================
- Hits        11573    11571       -2     
- Misses        827      828       +1     
- Partials      223      224       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

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.

Flaky test on windows: non deterministitic count expectations in Eventually

1 participant