7 m 25 s

go test 6.824/kvraft: 23 total, 23 passed

  • Collapse |
  • Expand
  • 15.18 s
    passedTestBasic3A
    • === RUN TestBasic3A
      Test: one client (3A) ...
      ... Passed -- 15.2 5 3587 455
      --- PASS: TestBasic3A (15.18s)
  • 0 ms
    passedTestSpeed3A
    • === RUN TestSpeed3A
      --- PASS: TestSpeed3A (0.00s)
  • 15.54 s
    passedTestConcurrent3A
    • === RUN TestConcurrent3A
      Test: many clients (3A) ...
      labgob warning: Decoding into a non-default variable/field Err may not work
      ... Passed -- 15.5 5 8831 1703
      --- PASS: TestConcurrent3A (15.54s)
  • 16.43 s
    passedTestUnreliable3A
    • === RUN TestUnreliable3A
      Test: unreliable net, many clients (3A) ...
      ... Passed -- 16.4 5 4305 1057
      --- PASS: TestUnreliable3A (16.43s)
  • 1.35 s
    passedTestUnreliableOneKey3A
    • === RUN TestUnreliableOneKey3A
      Test: concurrent append to same key, unreliable (3A) ...
      ... Passed -- 1.3 3 195 52
      --- PASS: TestUnreliableOneKey3A (1.35s)
  • 2.95 s
    passedTestOnePartition3A
    • === RUN TestOnePartition3A
      Test: progress in majority (3A) ...
      ... Passed -- 0.5 5 112 2
      Test: no progress in minority (3A) ...
      ... Passed -- 1.1 5 309 3
      Test: completion after heal (3A) ...
      ... Passed -- 1.0 5 142 3
      --- PASS: TestOnePartition3A (2.95s)
  • 22.32 s
    passedTestManyPartitionsOneClient3A
    • === RUN TestManyPartitionsOneClient3A
      Test: partitions, one client (3A) ...
      ... Passed -- 22.3 5 13717 419
      --- PASS: TestManyPartitionsOneClient3A (22.32s)
  • 23.40 s
    passedTestManyPartitionsManyClients3A
    • === RUN TestManyPartitionsManyClients3A
      Test: partitions, many clients (3A) ...
      ... Passed -- 23.4 5 39041 1540
      --- PASS: TestManyPartitionsManyClients3A (23.40s)
  • 19.20 s
    passedTestPersistOneClient3A
    • === RUN TestPersistOneClient3A
      Test: restarts, one client (3A) ...
      ... Passed -- 19.2 5 7831 453
      --- PASS: TestPersistOneClient3A (19.20s)
  • 20.01 s
    passedTestPersistConcurrent3A
    • === RUN TestPersistConcurrent3A
      Test: restarts, many clients (3A) ...
      ... Passed -- 20.0 5 27315 1750
      --- PASS: TestPersistConcurrent3A (20.01s)
  • 21.23 s
    passedTestPersistConcurrentUnreliable3A
    • === RUN TestPersistConcurrentUnreliable3A
      Test: unreliable net, restarts, many clients (3A) ...
      ... Passed -- 21.2 5 4676 918
      --- PASS: TestPersistConcurrentUnreliable3A (21.23s)
  • 27.21 s
    passedTestPersistPartition3A
    • === RUN TestPersistPartition3A
      Test: restarts, partitions, many clients (3A) ...
      ... Passed -- 27.2 5 59017 1612
      --- PASS: TestPersistPartition3A (27.21s)
  • 27.80 s
    passedTestPersistPartitionUnreliable3A
    • === RUN TestPersistPartitionUnreliable3A
      Test: unreliable net, restarts, partitions, many clients (3A) ...
      ... Passed -- 27.8 5 6374 653
      --- PASS: TestPersistPartitionUnreliable3A (27.80s)
  • 32.82 s
    passedTestPersistPartitionUnreliableLinearizable3A
    • === RUN TestPersistPartitionUnreliableLinearizable3A
      Test: unreliable net, restarts, partitions, random keys, many clients (3A) ...
      ... Passed -- 32.8 7 20185 618
      --- PASS: TestPersistPartitionUnreliableLinearizable3A (32.82s)
  • 3.65 s
    passedTestSnapshotRPC3B
    • === RUN TestSnapshotRPC3B
      Test: InstallSnapshot RPC (3B) ...
      ... Passed -- 3.6 3 780 63
      --- PASS: TestSnapshotRPC3B (3.65s)
  • 26.73 s
    passedTestSnapshotSize3B
    • === RUN TestSnapshotSize3B
      Test: snapshot size is reasonable (3B) ...
      ... Passed -- 26.7 3 2886 800
      --- PASS: TestSnapshotSize3B (26.73s)
  • 33.27 s
    passedTestSpeed3B
    • === RUN TestSpeed3B
      Test: ops complete fast enough (3B) ...
      ... Passed -- 33.3 3 3422 0
      --- PASS: TestSpeed3B (33.27s)
  • 19.25 s
    passedTestSnapshotRecover3B
    • === RUN TestSnapshotRecover3B
      Test: restarts, snapshots, one client (3B) ...
      ... Passed -- 19.2 5 4014 452
      --- PASS: TestSnapshotRecover3B (19.25s)
  • 21.21 s
    passedTestSnapshotRecoverManyClients3B
    • === RUN TestSnapshotRecoverManyClients3B
      Test: restarts, snapshots, many clients (3B) ...
      ... Passed -- 21.2 5 17492 6479
      --- PASS: TestSnapshotRecoverManyClients3B (21.21s)
  • 16.18 s
    passedTestSnapshotUnreliable3B
    • === RUN TestSnapshotUnreliable3B
      Test: unreliable net, snapshots, many clients (3B) ...
      ... Passed -- 16.2 5 4533 1075
      --- PASS: TestSnapshotUnreliable3B (16.18s)
  • 20.19 s
    passedTestSnapshotUnreliableRecover3B
    • === RUN TestSnapshotUnreliableRecover3B
      Test: unreliable net, restarts, snapshots, many clients (3B) ...
      ... Passed -- 20.2 5 5179 1120
      --- PASS: TestSnapshotUnreliableRecover3B (20.19s)
  • 27.52 s
    passedTestSnapshotUnreliableRecoverConcurrentPartition3B
    • === RUN TestSnapshotUnreliableRecoverConcurrentPartition3B
      Test: unreliable net, restarts, partitions, snapshots, many clients (3B) ...
      ... Passed -- 27.5 5 6688 753
      --- PASS: TestSnapshotUnreliableRecoverConcurrentPartition3B (27.52s)
  • 30.25 s
    passedTestSnapshotUnreliableRecoverConcurrentPartitionLinearizable3B
    • === RUN TestSnapshotUnreliableRecoverConcurrentPartitionLinearizable3B
      Test: unreliable net, restarts, partitions, snapshots, random keys, many clients (3B) ...
      ... Passed -- 30.3 7 16994 2258
      --- PASS: TestSnapshotUnreliableRecoverConcurrentPartitionLinearizable3B (30.25s)

由 GoLand 在 7/30/24, 9:21 PM 生成