Skip to content

[forge] bump deployer version#20226

Open
aptos-bot wants to merge 1 commit into
mainfrom
bot/bump-forge-deployer-version
Open

[forge] bump deployer version#20226
aptos-bot wants to merge 1 commit into
mainfrom
bot/bump-forge-deployer-version

Conversation

@aptos-bot

@aptos-bot aptos-bot commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Automated PR to bump the forge deployer version


Note

Low Risk
Single constant pin for Forge testnet deployer images; no application or auth logic changes.

Overview
Updates DEFAULT_FORGE_DEPLOYER_IMAGE_TAG in constants.rs from release_3e3c6977… to release_ff08b25b…, with the “latest stable build” comment moved to 2026-07-20.

K8s forge deploy jobs that don’t override image_tag will pull this newer deployer image instead of the previous pin.

Reviewed by Cursor Bugbot for commit 31ba5a3. Bugbot is set up for automated code reviews on this repo. Configure here.

@aptos-bot aptos-bot added CICD:run-e2e-tests when this label is present github actions will run all land-blocking e2e tests from the PR CICD:run-framework-upgrade-test labels Jul 16, 2026
@aptos-bot
aptos-bot requested review from a team July 16, 2026 00:03
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@aptos-bot
aptos-bot force-pushed the bot/bump-forge-deployer-version branch from eb118e6 to 3479805 Compare July 17, 2026 00:02
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@aptos-bot
aptos-bot force-pushed the bot/bump-forge-deployer-version branch from 3479805 to 2be1a50 Compare July 18, 2026 00:02
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@aptos-bot
aptos-bot force-pushed the bot/bump-forge-deployer-version branch from 2be1a50 to 64f4cdc Compare July 19, 2026 00:02
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@aptos-bot
aptos-bot force-pushed the bot/bump-forge-deployer-version branch from 64f4cdc to 31ba5a3 Compare July 21, 2026 00:02
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

Copy link
Copy Markdown
Contributor

❌ Forge suite framework_upgrade hard failure on d409a7017a5f270d45b4da5301fc2c689fcc363c ==> 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b

Compatibility test results for d409a7017a5f270d45b4da5301fc2c689fcc363c ==> 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b (PR)
Upgrade the nodes to version: 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b
framework_upgrade::framework-upgrade::full-framework-upgrade : committed: 2451.83 txn/s, submitted: 2458.91 txn/s, failed submission: 7.07 txn/s, expired: 7.07 txn/s, latency: 1147.95 ms, (p50: 1200 ms, p70: 1200, p90: 1500 ms, p99: 2200 ms), latency samples: 221802
Failed due to infrastructure: Error: Waiting for nodes to catch up to target version and epoch (None, Some(8)) timed out after 20 seconds, current status: Ok([("validator-0", 225733, 7), ("validator-1", 225733, 7), ("validator-2", 225733, 7), ("validator-3", 225733, 7)])

Stack backtrace:
   0: anyhow::error::<impl anyhow::Error>::msg
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
   1: aptos_forge::interface::swarm::wait_for_all_nodes_to_catchup_to_target_version_or_epoch::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:464:24
   2: aptos_forge::interface::swarm::wait_for_all_nodes_to_catchup_to_epoch::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:397:6
   3: aptos_forge::interface::swarm::SwarmExt::wait_for_all_nodes_to_change_epoch::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:290:92
   4: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/future/future.rs:133:9
   5: aptos_forge::interface::swarm::SwarmExt::fork_check::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:201:14
   6: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/future/future.rs:133:9
   7: <aptos_testcases::framework_upgrade::FrameworkUpgrade as aptos_forge::interface::network::NetworkTest>::run::{{closure}}
             at ./testsuite/testcases/src/framework_upgrade.rs:93:63
   8: <core::pin::Pin<P> as core::future::future::Future>::poll
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/future/future.rs:133:9
   9: tokio::runtime::park::CachedParkThread::block_on::{{closure}}
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/park.rs:284:71
  10: tokio::task::coop::with_budget
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
  11: tokio::task::coop::budget
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
  12: tokio::runtime::park::CachedParkThread::block_on
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/park.rs:284:31
  13: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/blocking.rs:66:14
  14: tokio::runtime::handle::Handle::block_on_inner::{{closure}}
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/handle.rs:369:22
  15: tokio::runtime::context::runtime::enter_runtime
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
  16: tokio::runtime::handle::Handle::block_on_inner
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/handle.rs:368:9
  17: tokio::runtime::handle::Handle::block_on
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/handle.rs:347:18
  18: aptos_forge::runner::Forge<F>::run
             at ./testsuite/forge/src/runner.rs:358:57
  19: forge::run_forge
             at ./testsuite/forge-cli/src/main.rs:520:30
  20: forge::main
             at ./testsuite/forge-cli/src/main.rs:378:21
  21: core::ops::function::FnOnce::call_once
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/ops/function.rs:250:5
  22: std::sys::backtrace::__rust_begin_short_backtrace
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/sys/backtrace.rs:166:18
  23: std::rt::lang_start::{{closure}}
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/rt.rs:206:18
  24: core::ops::function::impls::<impl core::ops::function::FnOnce<A> for &F>::call_once
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/ops/function.rs:287:21
  25: std::panicking::catch_unwind::do_call
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:581:40
  26: std::panicking::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:544:19
  27: std::panic::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panic.rs:359:14
  28: std::rt::lang_start_internal::{{closure}}
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/rt.rs:175:24
  29: std::panicking::catch_unwind::do_call
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:581:40
  30: std::panicking::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:544:19
  31: std::panic::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panic.rs:359:14
  32: std::rt::lang_start_internal
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/rt.rs:171:5
  33: main
  34: <unknown>
  35: __libc_start_main
  36: _start
Trailing Log Lines:
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:544:19
  31: std::panic::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panic.rs:359:14
  32: std::rt::lang_start_internal
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/rt.rs:171:5
  33: main
  34: <unknown>
  35: __libc_start_main
  36: _start

=== BEGIN JUNIT ===
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="forge" tests="1" failures="1" errors="0" uuid="38b68e00-0f50-4522-8a6a-b259ead8e602">
    <testsuite name="local" tests="1" disabled="0" errors="0" failures="1">
        <testcase name="framework_upgrade::framework-upgrade">
            <failure message="Error: Waiting for nodes to catch up to target version and epoch (None, Some(8)) timed out after 20 seconds, current status: Ok([(&quot;validator-0&quot;, 225733, 7), (&quot;validator-1&quot;, 225733, 7), (&quot;validator-2&quot;, 225733, 7), (&quot;validator-3&quot;, 225733, 7)])

Stack backtrace:
   0: anyhow::error::&lt;impl anyhow::Error&gt;::msg
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
   1: aptos_forge::interface::swarm::wait_for_all_nodes_to_catchup_to_target_version_or_epoch::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:464:24
   2: aptos_forge::interface::swarm::wait_for_all_nodes_to_catchup_to_epoch::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:397:6
   3: aptos_forge::interface::swarm::SwarmExt::wait_for_all_nodes_to_change_epoch::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:290:92
   4: &lt;core::pin::Pin&lt;P&gt; as core::future::future::Future&gt;::poll
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/future/future.rs:133:9
   5: aptos_forge::interface::swarm::SwarmExt::fork_check::{{closure}}
             at ./testsuite/forge/src/interface/swarm.rs:201:14
   6: &lt;core::pin::Pin&lt;P&gt; as core::future::future::Future&gt;::poll
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/future/future.rs:133:9
   7: &lt;aptos_testcases::framework_upgrade::FrameworkUpgrade as aptos_forge::interface::network::NetworkTest&gt;::run::{{closure}}
             at ./testsuite/testcases/src/framework_upgrade.rs:93:63
   8: &lt;core::pin::Pin&lt;P&gt; as core::future::future::Future&gt;::poll
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/future/future.rs:133:9
   9: tokio::runtime::park::CachedParkThread::block_on::{{closure}}
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/park.rs:284:71
  10: tokio::task::coop::with_budget
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
  11: tokio::task::coop::budget
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
  12: tokio::runtime::park::CachedParkThread::block_on
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/park.rs:284:31
  13: tokio::runtime::context::blocking::BlockingRegionGuard::block_on
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/blocking.rs:66:14
  14: tokio::runtime::handle::Handle::block_on_inner::{{closure}}
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/handle.rs:369:22
  15: tokio::runtime::context::runtime::enter_runtime
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
  16: tokio::runtime::handle::Handle::block_on_inner
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/handle.rs:368:9
  17: tokio::runtime::handle::Handle::block_on
             at /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/handle.rs:347:18
  18: aptos_forge::runner::Forge&lt;F&gt;::run
             at ./testsuite/forge/src/runner.rs:358:57
  19: forge::run_forge
             at ./testsuite/forge-cli/src/main.rs:520:30
  20: forge::main
             at ./testsuite/forge-cli/src/main.rs:378:21
  21: core::ops::function::FnOnce::call_once
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/ops/function.rs:250:5
  22: std::sys::backtrace::__rust_begin_short_backtrace
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/sys/backtrace.rs:166:18
  23: std::rt::lang_start::{{closure}}
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/rt.rs:206:18
  24: core::ops::function::impls::&lt;impl core::ops::function::FnOnce&lt;A&gt; for &amp;F&gt;::call_once
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/core/src/ops/function.rs:287:21
  25: std::panicking::catch_unwind::do_call
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:581:40
  26: std::panicking::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:544:19
  27: std::panic::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panic.rs:359:14
  28: std::rt::lang_start_internal::{{closure}}
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/rt.rs:175:24
  29: std::panicking::catch_unwind::do_call
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:581:40
  30: std::panicking::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panicking.rs:544:19
  31: std::panic::catch_unwind
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/panic.rs:359:14
  32: std::rt::lang_start_internal
             at /rustc/e408947bfd200af42db322daf0fadfe7e26d3bd1/library/std/src/rt.rs:171:5
  33: main
  34: &lt;unknown&gt;
  35: __libc_start_main
  36: _start"/>
        </testcase>
    </testsuite>
</testsuites>
=== END JUNIT ===

Swarm logs can be found here: See fgi output for more information.
[2026-07-21T00:30:03Z INFO  aptos_forge::backend::k8s::cluster_helper] Deleting namespace forge-framework-upgrade-pr-20226: Some(NamespaceStatus { conditions: None, phase: Some("Terminating") })
[2026-07-21T00:30:03Z INFO  aptos_forge::backend::k8s::cluster_helper] aptos-node resources for Forge removed in namespace: forge-framework-upgrade-pr-20226
[2026-07-21T00:30:03Z INFO  ureq::unit] sending request POST http://vmagent-victoria-metrics-agent.victoria-metrics.svc:8429/api/v1/import/prometheus

failures:
    framework_upgrade::framework-upgrade

test result: FAILED. 0 passed; 0 soft failed; 1 hard failed; 0 filtered out

Debugging output:
NAME                                         READY   STATUS      RESTARTS   AGE
aptos-node-0-validator-0                     1/1     Running     0          4m20s
aptos-node-1-validator-0                     1/1     Running     0          3m19s
aptos-node-2-validator-0                     1/1     Running     0          7m56s
aptos-node-3-validator-0                     1/1     Running     0          7m56s
forge-testnet-deployer-k2wmr                 0/1     Completed   0          8m49s
genesis-aptos-genesis-eforge850c9b6c-h8f9s   0/1     Completed   0          7m57s

@github-actions

Copy link
Copy Markdown
Contributor

✅ Forge suite compat success on d409a7017a5f270d45b4da5301fc2c689fcc363c ==> 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b

Compatibility test results for d409a7017a5f270d45b4da5301fc2c689fcc363c ==> 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b (PR)
1. Check liveness of validators at old version: d409a7017a5f270d45b4da5301fc2c689fcc363c
compatibility::simple-validator-upgrade::liveness-check : committed: 15061.67 txn/s, latency: 2287.30 ms, (p50: 2200 ms, p70: 2500, p90: 3100 ms, p99: 3900 ms), latency samples: 491160
2. Upgrading first Validator to new version: 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b
compatibility::simple-validator-upgrade::single-validator-upgrade : committed: 6207.15 txn/s, latency: 5456.28 ms, (p50: 6000 ms, p70: 6200, p90: 6200 ms, p99: 6300 ms), latency samples: 213520
3. Upgrading rest of first batch to new version: 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b
compatibility::simple-validator-upgrade::half-validator-upgrade : committed: 6171.70 txn/s, latency: 5457.86 ms, (p50: 6100 ms, p70: 6200, p90: 6200 ms, p99: 6300 ms), latency samples: 210940
4. upgrading second batch to new version: 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b
compatibility::simple-validator-upgrade::rest-validator-upgrade : committed: 9877.64 txn/s, latency: 3404.26 ms, (p50: 3700 ms, p70: 3800, p90: 3900 ms, p99: 4400 ms), latency samples: 325040
5. check swarm health
Compatibility test for d409a7017a5f270d45b4da5301fc2c689fcc363c ==> 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b passed
Test Ok

@github-actions

Copy link
Copy Markdown
Contributor

✅ Forge suite realistic_env_max_load success on 31ba5a3b4b18e24a132cabd4fd2b11f2ff0b646b

Forge report malformed: Expecting ',' delimiter: line 8 column 6 (char 148)
'{\n  "metrics": [\n    {\n      "test_name": "two traffics test: inner traffic",\n      "metric": "submitted_txn",\n      "value": 5977960.0\n    },\n[2026-07-21T00:33:21Z INFO  aptos_forge::report] Test Ok\n    {\n      "test_name": "two traffics test: inner traffic",\n      "metric": "expired_txn",\n      "value": 0.0\n    },\n    {\n      "test_name": "two traffics test: inner traffic",\n      "metric": "avg_tps",\n      "value": 16007.01803751934\n    },\n    {\n      "test_name": "two traffics test: inner traffic",\n      "metric": "avg_latency",\n      "value": 1063.5288288981526\n    },\n    {\n      "test_name": "two traffics test: inner traffic",\n      "metric": "p50_latency",\n      "value": 1000.0\n    },\n    {\n      "test_name": "two traffics test: inner traffic",\n      "metric": "p90_latency",\n      "value": 1200.0\n    },\n    {\n      "test_name": "two traffics test: inner traffic",\n      "metric": "p99_latency",\n      "value": 1500.0\n    },\n    {\n      "test_name": "two traffics test",\n      "metric": "submitted_txn",\n      "value": 42580.0\n    },\n    {\n      "test_name": "two traffics test",\n      "metric": "expired_txn",\n      "value": 0.0\n    },\n    {\n      "test_name": "two traffics test",\n      "metric": "avg_tps",\n      "value": 100.01222835047386\n    },\n    {\n      "test_name": "two traffics test",\n      "metric": "avg_latency",\n      "value": 828.0292682926829\n    },\n    {\n      "test_name": "two traffics test",\n      "metric": "p50_latency",\n      "value": 800.0\n    },\n    {\n      "test_name": "two traffics test",\n      "metric": "p90_latency",\n      "value": 1000.0\n    },\n    {\n      "test_name": "two traffics test",\n      "metric": "p99_latency",\n      "value": 1100.0\n    }\n  ],\n  "text": "two traffics test: inner traffic : committed: 16007.02 txn/s, latency: 1063.53 ms, (p50: 1000 ms, p70: 1100, p90: 1200 ms, p99: 1500 ms), latency samples: 5977960\\ntwo traffics test : committed: 100.01 txn/s, latency: 828.03 ms, (p50: 800 ms, p70: 900, p90: 1000 ms, p99: 1100 ms), latency samples: 1640\\nLatency breakdown for phase 0: [\\"MempoolToBlockCreation: max: 0.276, avg: 0.257\\", \\"ConsensusProposalToOrdered: max: 0.117, avg: 0.110\\", \\"ConsensusOrderedToCommit: max: 0.155, avg: 0.134\\", \\"ConsensusProposalToCommit: max: 0.256, avg: 0.244\\"]\\nMax non-epoch-change gap was: 2 rounds at version 32406 (avg 0.00) [limit 4], 1.10s no progress at version 32406 (avg 0.06s) [limit 15].\\nMax epoch-change gap was: 0 rounds at version 0 (avg 0.00) [limit 4], 0.51s no progress at version 2973886 (avg 0.51s) [limit 16].\\nTest Ok"\n}'
Trailing Log Lines:
networkchaos.chaos-mesh.org "4-gcp--as-southeast1-to-3-gcp--us-east4-netem" deleted from forge-e2e-pr-20226 namespace
test CompositeNetworkTest ... ok
Test Statistics: 
two traffics test: inner traffic : committed: 16007.02 txn/s, latency: 1063.53 ms, (p50: 1000 ms, p70: 1100, p90: 1200 ms, p99: 1500 ms), latency samples: 5977960
two traffics test : committed: 100.01 txn/s, latency: 828.03 ms, (p50: 800 ms, p70: 900, p90: 1000 ms, p99: 1100 ms), latency samples: 1640
Latency breakdown for phase 0: ["MempoolToBlockCreation: max: 0.276, avg: 0.257", "ConsensusProposalToOrdered: max: 0.117, avg: 0.110", "ConsensusOrderedToCommit: max: 0.155, avg: 0.134", "ConsensusProposalToCommit: max: 0.256, avg: 0.244"]
Max non-epoch-change gap was: 2 rounds at version 32406 (avg 0.00) [limit 4], 1.10s no progress at version 32406 (avg 0.06s) [limit 15].
Max epoch-change gap was: 0 rounds at version 0 (avg 0.00) [limit 4], 0.51s no progress at version 2973886 (avg 0.51s) [limit 16].
Test Ok

=== BEGIN JUNIT ===
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="forge" tests="1" failures="0" errors="0" uuid="d3fa364f-ab3a-4e8b-ba41-e6ccb2a80f6a">
    <testsuite name="local" tests="1" disabled="0" errors="0" failures="0">
        <testcase name="CompositeNetworkTest(network:multi-region-network-emulation(two traffics test)) with ">
        </testcase>
    </testsuite>
</testsuites>
=== END JUNIT ===
[2026-07-21T00:33:21Z INFO  aptos_forge::backend::k8s::cluster_helper] Deleting namespace forge-e2e-pr-20226: Some(NamespaceStatus { conditions: None, phase: Some("Terminating") })
[2026-07-21T00:33:21Z INFO  aptos_forge::backend::k8s::cluster_helper] aptos-node resources for Forge removed in namespace: forge-e2e-pr-20226
[2026-07-21T00:33:21Z INFO  ureq::unit] sending request POST http://vmagent-victoria-metrics-agent.victoria-metrics.svc:8429/api/v1/import/prometheus

test result: ok. 1 passed; 0 soft failed; 0 hard failed; 0 filtered out

Debugging output:
NAME                                         READY   STATUS      RESTARTS   AGE
aptos-node-0-validator-0                     1/1     Running     0          12m
aptos-node-1-validator-0                     1/1     Running     0          12m
aptos-node-2-validator-0                     1/1     Running     0          12m
aptos-node-3-validator-0                     1/1     Running     0          12m
aptos-node-4-validator-0                     1/1     Running     0          12m
aptos-node-5-validator-0                     1/1     Running     0          12m
aptos-node-6-validator-0                     1/1     Running     0          12m
forge-pfn-deployer-8kvjt                     0/1     Completed   0          13m
forge-testnet-deployer-pnbsd                 0/1     Completed   0          13m
genesis-aptos-genesis-eforgef6354283-z2kln   0/1     Completed   0          12m
pfn-0-0                                      1/1     Running     0          12m
pfn-1-0                                      1/1     Running     0          12m
pfn-2-0                                      1/1     Running     0          12m

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CICD:run-e2e-tests when this label is present github actions will run all land-blocking e2e tests from the PR CICD:run-framework-upgrade-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant