Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework time dilution in F3 tests and refine assertions #862

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

masih
Copy link
Member

@masih masih commented Jan 30, 2025

Progress the clock during tests independently of condition check. Rework the assertions to use built-in eventual assertion. Use consistent names for the asserting functions.

Fixes #818
Fixes #847

@masih masih force-pushed the masih/fix-flaky-f3-teste branch from d28fe5a to 84bdd9f Compare January 30, 2025 20:40
Progress the clock during tests independently of condition check. Rework
the assertions to use built-in eventual assertion. Use consistent names
for the asserting functions.

Fixes #818
Fixes #847
@masih masih force-pushed the masih/fix-flaky-f3-teste branch from 84bdd9f to 3606fdd Compare January 30, 2025 20:59
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.26%. Comparing base (1e488a2) to head (3606fdd).
Report is 4 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #862      +/-   ##
==========================================
+ Coverage   67.16%   67.26%   +0.10%     
==========================================
  Files          83       84       +1     
  Lines        9064     9129      +65     
==========================================
+ Hits         6088     6141      +53     
- Misses       2429     2448      +19     
+ Partials      547      540       -7     
Files with missing lines Coverage Δ
partial_msg.go 57.28% <100.00%> (-0.67%) ⬇️

... and 9 files with indirect coverage changes

@BigLep BigLep added this to the M2: Mainnet Passive Testing milestone Jan 30, 2025
@BigLep BigLep requested a review from Kubuxu January 30, 2025 23:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In review
Development

Successfully merging this pull request may close these issues.

TestF3LateBootstrap is flaky Review and rewrite more explicit assertion logic for f3_test.go
2 participants