You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
step through rounds more slowly in BigQuery test (#3309)
- try advanceTimeForRewardAutomationToRunForCurrentRound
* lower tps
* 30 seconds is meaningfully more reliable than 20
---------
Signed-off-by: Stephen Compall <stephen.compall@digitalasset.com>
Copy file name to clipboardExpand all lines: apps/app/src/test/scala/org/lfdecentralizedtrust/splice/integration/tests/ScanTotalSupplyBigQueryIntegrationTest.scala
+22-26Lines changed: 22 additions & 26 deletions
Original file line number
Diff line number
Diff line change
@@ -86,9 +86,9 @@ class ScanTotalSupplyBigQueryIntegrationTest
86
86
// The test currently produces 80 transactions, which is 0.000926 tps over 24 hours,
87
87
// so we assert for a range of 70-85 transactions, or 0.0008-0.00099 tps.
88
88
privatevalavgTps= (0.0008, 0.00099)
89
-
// The peak is 22 transactions in a (simulated) minute, or 0.36667 tps over a minute,
90
-
// so we assert 19-25 transactions, or 0.31-0.42 tps
91
-
privatevalpeakTps= (0.31, 0.42)
89
+
// The peak is 18 transactions in a (simulated) minute, or 0.3 tps over a minute,
90
+
// so we assert 15-21 transactions, or 0.25-0.35 tps
91
+
privatevalpeakTps= (0.25, 0.35)
92
92
privatevaltotalRounds=4
93
93
94
94
overridedefbeforeAll() = {
@@ -295,30 +295,26 @@ class ScanTotalSupplyBigQueryIntegrationTest
0 commit comments