forked from aptos-labs/aptos-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[forge] Add three_region_simulation_with_different_node_speed (aptos-…
…labs#5576) Add a test where, on top of realistic network latencies, we add more realistic heterogeneous processing speed. Among other things, this tests that chain-health backoff works correctly, and we don't experience any chain pauses.
- Loading branch information
1 parent
37be68b
commit dc5ef1f
Showing
4 changed files
with
159 additions
and
6 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
.github/workflows/continuous-e2e-network-latency-with-different-node-speed-test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: Continuous E2E Network Latency Test With Different Node Speed | ||
|
||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
on: | ||
workflow_dispatch: | ||
schedule: | ||
- cron: "0 */8 * * *" | ||
|
||
jobs: | ||
# Test under sub optimal circumstances (network delay and different node processing speed) | ||
run-forge-three-region: | ||
uses: ./.github/workflows/run-forge.yaml | ||
secrets: inherit | ||
with: | ||
FORGE_NAMESPACE: forge-three-region-with-different-node-speed | ||
# Run for 30 minutes | ||
FORGE_RUNNER_DURATION_SECS: 3600 | ||
# Pre release has chaos applied | ||
FORGE_TEST_SUITE: three_region_simulation_with_different_node_speed | ||
POST_TO_SLACK: true | ||
FORGE_ENABLE_FAILPOINTS: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters