From b446f451b1c4a813d32ff91bf9f2737d5ecbd9cc Mon Sep 17 00:00:00 2001 From: Mateusz Sekara Date: Mon, 5 Aug 2024 16:28:37 +0200 Subject: [PATCH] Load test config adjustments (#1259) Minor changes in load tests config reflecting current behavior in CCIP * Reducing number of tokens per message. * Reducing the number of tokens configured per chain. We assume that dynamic token prices will be limited to very small number of tokens (native, link etc). The rest of them would be either static (doesn't require price update) or self serve --- .../baseline.toml | 10 +++++----- .../prod-testnet.toml | 0 .../sample-scalability.toml | 0 .../tier-a.toml | 2 +- .../tier-b.toml | 0 5 files changed, 6 insertions(+), 6 deletions(-) rename integration-tests/ccip-tests/testconfig/tomls/{ccip1.4-stress-2024-06-27 => ccip1.4-stress}/baseline.toml (96%) rename integration-tests/ccip-tests/testconfig/tomls/{ccip1.4-stress-2024-06-27 => ccip1.4-stress}/prod-testnet.toml (100%) rename integration-tests/ccip-tests/testconfig/tomls/{ccip1.4-stress-2024-06-27 => ccip1.4-stress}/sample-scalability.toml (100%) rename integration-tests/ccip-tests/testconfig/tomls/{ccip1.4-stress-2024-06-27 => ccip1.4-stress}/tier-a.toml (98%) rename integration-tests/ccip-tests/testconfig/tomls/{ccip1.4-stress-2024-06-27 => ccip1.4-stress}/tier-b.toml (100%) diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/baseline.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml similarity index 96% rename from integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/baseline.toml rename to integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml index ef7fbadee2..d48c0b0f79 100644 --- a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/baseline.toml +++ b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/baseline.toml @@ -7,7 +7,7 @@ ## ## make test_load_ccip testimage=.dkr.ecr..amazonaws.com/chainlink-ccip-tests:ccip-develop \ ## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \ -## override_toml=./testconfig/tomls/baseline.toml \ +## override_toml=./testconfig/tomls/ccip-1.4-stress/baseline.toml \ ## secret_toml=./testconfig/tomls/secrets.toml [CCIP] @@ -148,8 +148,8 @@ BatchGasLimit = 11000000 [CCIP.Groups.load.TokenConfig] TimeoutForPriceUpdate = '15m' -NoOfTokensPerChain = 60 -NoOfTokensWithDynamicPrice = 15 +NoOfTokensPerChain = 10 +NoOfTokensWithDynamicPrice = 10 DynamicPriceUpdateInterval ='15s' CCIPOwnerTokens = true @@ -168,14 +168,14 @@ Frequencies = [4,12,3,1] MsgType = 'Token' DestGasLimit = 0 DataLength = 0 -NoOfTokens = 5 +NoOfTokens = 1 AmountPerToken = 1 [[CCIP.Groups.load.LoadProfile.MsgProfile.MsgDetails]] MsgType = 'DataWithToken' DestGasLimit = 500000 DataLength = 5000 -NoOfTokens = 5 +NoOfTokens = 1 AmountPerToken = 1 [[CCIP.Groups.load.LoadProfile.MsgProfile.MsgDetails]] diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/prod-testnet.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/prod-testnet.toml similarity index 100% rename from integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/prod-testnet.toml rename to integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/prod-testnet.toml diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/sample-scalability.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/sample-scalability.toml similarity index 100% rename from integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/sample-scalability.toml rename to integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/sample-scalability.toml diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/tier-a.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/tier-a.toml similarity index 98% rename from integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/tier-a.toml rename to integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/tier-a.toml index e3ece56203..5270de7f6d 100644 --- a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/tier-a.toml +++ b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/tier-a.toml @@ -7,7 +7,7 @@ ## ## make test_load_ccip testimage=.dkr.ecr..amazonaws.com/chainlink-ccip-tests:ccip-develop \ ## testname=TestLoadCCIPStableRequestTriggeringWithNetworkChaos \ -## override_toml=./testconfig/tomls/ccip1.4-stress-2024-06-27/tier-a.toml \ +## override_toml=./testconfig/tomls/ccip1.4-stress/tier-a.toml \ ## secret_toml=./testconfig/tomls/secrets.toml [CCIP] diff --git a/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/tier-b.toml b/integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/tier-b.toml similarity index 100% rename from integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress-2024-06-27/tier-b.toml rename to integration-tests/ccip-tests/testconfig/tomls/ccip1.4-stress/tier-b.toml