Skip to content

Commit 0668194

Browse files
committed
wait 10 second after restart TestChangeReplicationPathIfReplicaExists
Signed-off-by: Slach <[email protected]>
1 parent e0daea6 commit 0668194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@ func TestChangeReplicationPathIfReplicaExists(t *testing.T) {
606606
}
607607
env.ch.Close()
608608
r.NoError(utils.ExecCmd(context.Background(), 180*time.Second, "docker", append(env.GetDefaultComposeCommand(), "restart", "clickhouse")...))
609-
env.connectWithWait(r, 1*time.Second, 1*time.Second, 1*time.Minute)
609+
env.connectWithWait(r, 10*time.Second, 1*time.Second, 1*time.Minute)
610610

611611
var restoreOut string
612612
restoreOut, err = env.DockerExecOut("clickhouse-backup", "clickhouse-backup", "-c", "/etc/clickhouse-backup/config-s3.yml", "restore", "--tables", "default.test_replica_wrong_path*", "test_wrong_path")

0 commit comments

Comments
 (0)