Skip to content

Commit 24ba74b

Browse files
AztecBotledwards2225
authored andcommitted
test: skip tx_stats_bench 10 TPS sub-test on merge-train/fairies
Cherry-pick of #23092 onto merge-train/fairies. Same flake (`verifies transactions at 10 TPS` in `tx_stats_bench.test.ts:268`) is now blocking PRs based on this train; see #23092 for the full analysis (bb.js NativeUnixSocket backend under 8x parallel IVC verifications intermittently returning `valid:false`). Skipping at sub-test granularity keeps the other three serial sub-tests emitting their compression and single-tx verification metrics; only the IVC-verifier-under-concurrency metrics are dropped. The `.test_patterns.yml` flake-retry entry from #23083 stays in place.
1 parent bd4ad7e commit 24ba74b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

yarn-project/end-to-end/src/bench/tx_stats_bench.test.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,12 @@ describe('transaction benchmarks', () => {
248248
TIMEOUT,
249249
);
250250

251-
it(
251+
// TODO(#23083): Skipped while a flake under heavy bb-prover concurrency is investigated.
252+
// Under 8x parallel IVC verifications (each spawning a bb subprocess via the bb.js
253+
// NativeUnixSocket backend) at least one verification intermittently returns valid:false on
254+
// the bench host. The serial sub-tests above pass cleanly. Re-enable once the underlying
255+
// verifier-under-load interaction is fixed.
256+
it.skip(
252257
'verifies transactions at 10 TPS',
253258
async () => {
254259
const seconds = 60;

0 commit comments

Comments
 (0)