mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-23 17:05:36 +01:00
mvcc: add higher weight for BEGIN CONCURRENT in fuzz test
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user