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

Cherry pick 3ab2c1761ebdbb2a7e2e8c8ff0a24e813289f70f into aptos-release-v1.9 #11694

Conversation

banool
Copy link
Contributor

@banool banool commented Jan 18, 2024

@banool banool changed the base branch from main to aptos-release-v1.9 January 18, 2024 23:04
@banool banool marked this pull request as ready for review January 18, 2024 23:04
@banool banool enabled auto-merge (squash) January 18, 2024 23:04
@banool banool changed the title Cherry pick 3ab2c1761ebdbb2a7e2e8c8ff0a24e813289f70f Cherry pick 3ab2c1761ebdbb2a7e2e8c8ff0a24e813289f70f into aptos-release-v1.9 Jan 18, 2024

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

Copy link
Contributor

✅ Forge suite realistic_env_max_load success on 46a4788be7c991113f0bdc312ba84723799bfd66

two traffics test: inner traffic : committed: 7258 txn/s, latency: 5302 ms, (p50: 5000 ms, p90: 6600 ms, p99: 11400 ms), latency samples: 3164920
two traffics test : committed: 100 txn/s, latency: 2297 ms, (p50: 2200 ms, p90: 2700 ms, p99: 3800 ms), latency samples: 1780
Latency breakdown for phase 0: ["QsBatchToPos: max: 0.213, avg: 0.197", "QsPosToProposal: max: 0.155, avg: 0.150", "ConsensusProposalToOrdered: max: 0.587, avg: 0.576", "ConsensusOrderedToCommit: max: 0.498, avg: 0.482", "ConsensusProposalToCommit: max: 1.080, avg: 1.058"]
Max round gap was 1 [limit 4] at version 1501408. Max no progress secs was 4.123286 [limit 10] at version 1501408.
Test Ok

Copy link
Contributor

✅ Forge suite compat success on aptos-node-v1.8.3 ==> 46a4788be7c991113f0bdc312ba84723799bfd66

Compatibility test results for aptos-node-v1.8.3 ==> 46a4788be7c991113f0bdc312ba84723799bfd66 (PR)
1. Check liveness of validators at old version: aptos-node-v1.8.3
compatibility::simple-validator-upgrade::liveness-check : committed: 4871 txn/s, latency: 6487 ms, (p50: 6500 ms, p90: 9300 ms, p99: 12100 ms), latency samples: 185100
2. Upgrading first Validator to new version: 46a4788be7c991113f0bdc312ba84723799bfd66
compatibility::simple-validator-upgrade::single-validator-upgrade : committed: 1776 txn/s, latency: 16282 ms, (p50: 19000 ms, p90: 22300 ms, p99: 22600 ms), latency samples: 92400
3. Upgrading rest of first batch to new version: 46a4788be7c991113f0bdc312ba84723799bfd66
compatibility::simple-validator-upgrade::half-validator-upgrade : committed: 1397 txn/s, latency: 20266 ms, (p50: 21700 ms, p90: 31700 ms, p99: 32600 ms), latency samples: 68500
4. upgrading second batch to new version: 46a4788be7c991113f0bdc312ba84723799bfd66
compatibility::simple-validator-upgrade::rest-validator-upgrade : committed: 2796 txn/s, latency: 8877 ms, (p50: 9900 ms, p90: 12400 ms, p99: 12900 ms), latency samples: 142640
5. check swarm health
Compatibility test for aptos-node-v1.8.3 ==> 46a4788be7c991113f0bdc312ba84723799bfd66 passed
Test Ok

Copy link
Contributor

❌ Forge suite framework_upgrade failure on aptos-node-v1.8.3 ==> 46a4788be7c991113f0bdc312ba84723799bfd66

Compatibility test results for aptos-node-v1.8.3 ==> 46a4788be7c991113f0bdc312ba84723799bfd66 (PR)
Upgrade the nodes to version: 46a4788be7c991113f0bdc312ba84723799bfd66
Test Failed: API error: Unknown error error sending request for url (http://aptos-node-3-validator.forge-framework-upgrade-pr-11694.svc:8080/v1/estimate_gas_price): error trying to connect: dns error: failed to lookup address information: Name or service not known

Stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: __libc_start_main
  13: <unknown>
Trailing Log Lines:
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: __libc_start_main
  13: <unknown>


Swarm logs can be found here: See fgi output for more information.
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: ApiError: namespaces "forge-framework-upgrade-pr-11694" not found: NotFound (ErrorResponse { status: "Failure", message: "namespaces \"forge-framework-upgrade-pr-11694\" not found", reason: "NotFound", code: 404 })

Caused by:
    namespaces "forge-framework-upgrade-pr-11694" not found: NotFound

Stack backtrace:
   0: <unknown>
   1: <unknown>
   2: <unknown>
   3: <unknown>
   4: <unknown>
   5: <unknown>
   6: <unknown>
   7: <unknown>
   8: <unknown>
   9: <unknown>
  10: <unknown>
  11: <unknown>
  12: <unknown>
  13: <unknown>
  14: <unknown>
  15: __libc_start_main
  16: <unknown>', testsuite/forge/src/backend/k8s/swarm.rs:676:18
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
Debugging output:

@banool banool merged commit 69f8827 into aptos-release-v1.9 Jan 19, 2024
66 of 67 checks passed
@banool banool deleted the banool/cherry-pick-3ab2c1761ebdbb2a7e2e8c8ff0a24e813289f70f branch January 19, 2024 20:50
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.

3 participants