Procházet zdrojové kódy

Require snapshot_recover_many_clients to commit at least 10 ops for each client.

Jing Yang před 4 roky
rodič
revize
ff83590e80
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      tests/snapshot_tests.rs

+ 1 - 1
tests/snapshot_tests.rs

@@ -113,7 +113,6 @@ fn snapshot_recover_many_clients() {
         clients: 20,
         crash: true,
         maxraftstate: Some(1000),
-        min_ops: Some(0),
         ..Default::default()
     })
 }
@@ -154,6 +153,7 @@ fn snapshot_unreliable_recover_partition() {
         ..Default::default()
     })
 }
+
 #[test]
 fn linearizability() {
     init_test_log!();