mvcc: add higher weight for BEGIN CONCURRENT in fuzz test

This commit is contained in:
Jussi Saurio
2025-09-19 09:17:55 +03:00
parent 8555d81a62
commit 7410200a9f

View File

@@ -497,8 +497,8 @@ async fn test_multiple_connections_fuzz_mvcc() {
mvcc_enabled: true,
max_num_connections: 8,
query_gen_options: QueryGenOptions {
weight_begin_deferred: 8,
weight_begin_concurrent: 8,
weight_begin_deferred: 4,
weight_begin_concurrent: 12,
weight_commit: 8,
weight_rollback: 8,
weight_checkpoint: 0,