-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
[forge] increase load of graceful overload #15159
Conversation
⏱️ 1h 6m total CI duration on this PR
|
@@ -238,7 +238,7 @@ pub(crate) fn realistic_env_graceful_overload(duration: Duration) -> ForgeConfig | |||
.with_initial_fullnode_count(20) | |||
.add_network_test(wrap_with_realistic_env(num_validators, TwoTrafficsTest { | |||
inner_traffic: EmitJobRequest::default() | |||
.mode(EmitJobMode::ConstTps { tps: 15000 }) | |||
.mode(EmitJobMode::ConstTps { tps: 30000 }) |
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.
As the TPS is increased, should we be updating the success criteria for the test as well?
Is the test already passing with the current success criteria?
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.
The test was passing "too well" -- almost at 14K TPS. Now that we've made it overload, it is at 11K TPS. To avoid test failure noise, I'll change the success criteria after we see a few runs though
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.
Good days, good days :)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
✅ Forge suite
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
✅ Forge suite
|
Description
As TPS has improved, increase the TPS of the graceful overload test to more properly test overload. (The current "overload" could almost be reached at peak TPS.)
How Has This Been Tested?
Run the test, see TPS -- it now shows overload
https://github.com/aptos-labs/aptos-core/actions/runs/11636241940
Key Areas to Review
Type of Change
Which Components or Systems Does This Change Impact?
Checklist