Skip to content

Commit 3784072

Browse files
authored
Add suffix to label for _ledger_chunks within partitions_test (#7686)
1 parent 97bc462 commit 3784072

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/partitions_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -914,6 +914,8 @@ def run_ledger_chunk_bytes_check(const_args):
914914
LOG.info("Confirm that ledger chunks are determined by the primary")
915915
args = copy.deepcopy(const_args)
916916

917+
args.label += "_ledger_chunks"
918+
917919
# Don't emit snapshots
918920
args.snapshot_tx_interval = 10000000
919921

0 commit comments

Comments
 (0)