@@ -1766,17 +1766,18 @@ func registerClusterReplicationResilience(r registry.Registry) {
17661766// reconnects the nodes.
17671767func registerClusterReplicationDisconnect (r registry.Registry ) {
17681768 sp := replicationSpec {
1769- name : "c2c/disconnect" ,
1770- srcNodes : 3 ,
1771- dstNodes : 3 ,
1772- cpus : 4 ,
1773- workload : replicateKV {readPercent : 0 , initRows : 1000000 , maxBlockBytes : 1024 , initWithSplitAndScatter : true , tolerateErrors : true },
1774- timeout : 20 * time .Minute ,
1775- additionalDuration : 10 * time .Minute ,
1776- cutover : 2 * time .Minute ,
1777- maxAcceptedLatency : 12 * time .Minute ,
1778- clouds : registry .OnlyGCE ,
1779- suites : registry .Suites (registry .Nightly ),
1769+ name : "c2c/disconnect" ,
1770+ srcNodes : 3 ,
1771+ dstNodes : 3 ,
1772+ cpus : 4 ,
1773+ workload : replicateKV {readPercent : 0 , initRows : 1000000 , maxBlockBytes : 1024 , initWithSplitAndScatter : true , tolerateErrors : true },
1774+ timeout : 20 * time .Minute ,
1775+ additionalDuration : 10 * time .Minute ,
1776+ cutover : 2 * time .Minute ,
1777+ maxAcceptedLatency : 12 * time .Minute ,
1778+ skipNodeDistributionCheck : true ,
1779+ clouds : registry .OnlyGCE ,
1780+ suites : registry .Suites (registry .Nightly ),
17801781 }
17811782 c2cRegisterWrapper (r , sp , func (ctx context.Context , t test.Test , c cluster.Cluster ) {
17821783 rd := makeReplicationDriver (t , c , sp )
0 commit comments