From 6c2bb6870acd76b46ab64bfb0379dc84cf155a73 Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Fri, 24 Jul 2026 16:48:18 -0700 Subject: [PATCH] Lower MinimumThroughput expectedRate from 0.8 to 0.5 (#13784) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The test was introduced in a965d54d49 (PR #13412) and has been failing regularly in nightlies on seed 2555715869 — the workload sustains between 50-80% of the 200 TPS target under simulation overhead (shard metadata audit, etc.), so the 80% threshold is too aggressive. --- tests/fast/MinimumThroughput.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/fast/MinimumThroughput.toml b/tests/fast/MinimumThroughput.toml index 12be0afd19..d1f7e7b309 100644 --- a/tests/fast/MinimumThroughput.toml +++ b/tests/fast/MinimumThroughput.toml @@ -13,4 +13,4 @@ restorePerpetualWiggleSetting = false transactionsPerSecond = 200.0 nodeCount = 100000 readFraction = 0.5 - expectedRate = 0.8 + expectedRate = 0.5