-
Notifications
You must be signed in to change notification settings - Fork 766
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
[subsystem-benchmarks] Fix availability-write regression tests #3698
Conversation
...t/node/network/availability-distribution/tests/availability-distribution-regression-bench.rs
Outdated
Show resolved
Hide resolved
...t/node/network/availability-distribution/tests/availability-distribution-regression-bench.rs
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! Let's let them be with {"build_allow_failure":true}
for a while and see if there is any more flakiness.
messages.extend(usage.check_network_usage(&[ | ||
("Received from peers", 307200.000, 0.05), | ||
("Sent to peers", 1.667, 0.05), | ||
// We don't expect any other values for received and sent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rephrase it as no variance is expected here, also, why not 0.0 ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set it to 0.001 because we operate with floats
The CI pipeline was cancelled due to failure one of the required jobs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
After this was merged, the CI now fails on TOML format of |
Fixes formatting for #3698
…ytech#3698) Adds availability-write regression tests. The results for the `availability-distribution` subsystem are volatile, so I had to reduce the precision of the test.
Fixes formatting for paritytech#3698
Adds availability-write regression tests.
The results for the
availability-distribution
subsystem are volatile, so I had to reduce the precision of the test.