We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12239a6 commit 19a6c39Copy full SHA for 19a6c39
1 file changed
systest/backup/nfs-backup/backup_test.go
@@ -71,6 +71,10 @@ func backupRestoreTest(t *testing.T, backupAlphaName string, backupZeroName stri
71
72
// Wait for gRPC connection to be ready with retries
73
t.Log("Waiting for gRPC connection to be ready...")
74
+ fmt.Println("=================================================")
75
+ fmt.Println("backup alpha addess ------>", backupAlphaSocketAddr)
76
77
+
78
for i := 0; i < 30; i++ {
79
var connErr error
80
dg, connErr = dgo.Open(fmt.Sprintf("dgraph://%s?sslmode=disable", backupAlphaSocketAddr))
0 commit comments