-
Notifications
You must be signed in to change notification settings - Fork 52
/
kvraft-dstest-with-race-detector.txt
36 lines (33 loc) · 3.74 KB
/
kvraft-dstest-with-race-detector.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Run as `./dstest -p8 -n128 -r -pa 3A,3B --gobin /home/soros/go/bin/go1.19beta1`
Running with the race detector
Running with 8 workers / 8 CPU cores available
Running on CPU model: Intel(R) Core(TM) i5-8259U CPU @ 2.30GHz
Running with go version go1.19beta1 linux/amd64
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━┳━━━━━━━┳━━━━━━━━━━━━━━┓
┃ Test ┃ Failed ┃ Total ┃ Time ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━╇━━━━━━━╇━━━━━━━━━━━━━━┩
│ TestBasic3A │ 0 │ 128 │ 16.01 ± 0.18 │
│ TestSpeed3A │ 0 │ 128 │ 27.33 ± 0.88 │
│ TestConcurrent3A │ 0 │ 128 │ 16.68 ± 0.18 │
│ TestUnreliable3A │ 0 │ 128 │ 17.50 ± 0.29 │
│ TestUnreliableOneKey3A │ 0 │ 128 │ 2.00 ± 0.27 │
│ TestOnePartition3A │ 0 │ 128 │ 4.23 ± 0.16 │
│ TestManyPartitionsOneClient3A │ 0 │ 128 │ 23.79 ± 0.36 │
│ TestManyPartitionsManyClients3A │ 0 │ 128 │ 24.25 ± 0.30 │
│ TestPersistOneClient3A │ 0 │ 128 │ 19.98 ± 0.37 │
│ TestPersistConcurrent3A │ 0 │ 128 │ 21.21 ± 0.44 │
│ TestPersistConcurrentUnreliable3A │ 0 │ 128 │ 22.21 ± 0.56 │
│ TestPersistPartition3A │ 0 │ 128 │ 27.71 ± 0.41 │
│ TestPersistPartitionUnreliable3A │ 0 │ 128 │ 28.75 ± 0.63 │
│ TestPersistPartitionUnreliableLinearizable3A │ 0 │ 128 │ 32.26 ± 1.11 │
│ TestSnapshotRPC3B │ 0 │ 128 │ 3.68 ± 0.47 │
│ TestSnapshotSize3B │ 0 │ 128 │ 3.57 ± 0.31 │
│ TestSpeed3B │ 0 │ 128 │ 4.47 ± 0.30 │
│ TestSnapshotRecover3B │ 0 │ 128 │ 19.26 ± 0.21 │
│ TestSnapshotRecoverManyClients3B │ 0 │ 128 │ 19.83 ± 0.24 │
│ TestSnapshotUnreliable3B │ 0 │ 128 │ 16.96 ± 0.25 │
│ TestSnapshotUnreliableRecover3B │ 0 │ 128 │ 20.67 ± 0.52 │
│ TestSnapshotUnreliableRecoverConcurrentPartition3B │ 0 │ 128 │ 27.81 ± 0.57 │
│ TestSnapshotUnreliableRecoverConcurrentPartitionLinearizable3B │ 0 │ 128 │ 29.52 ± 0.76 │
└────────────────────────────────────────────────────────────────┴────────┴───────┴──────────────┘
Completed 128 iterations in total