Skip to content

Commit 19a6c39

Browse files
ShivaShiva
authored andcommitted
add logs
1 parent 12239a6 commit 19a6c39

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

systest/backup/nfs-backup/backup_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ func backupRestoreTest(t *testing.T, backupAlphaName string, backupZeroName stri
7171

7272
// Wait for gRPC connection to be ready with retries
7373
t.Log("Waiting for gRPC connection to be ready...")
74+
fmt.Println("=================================================")
75+
fmt.Println("backup alpha addess ------>", backupAlphaSocketAddr)
76+
fmt.Println("=================================================")
77+
7478
for i := 0; i < 30; i++ {
7579
var connErr error
7680
dg, connErr = dgo.Open(fmt.Sprintf("dgraph://%s?sslmode=disable", backupAlphaSocketAddr))

0 commit comments

Comments
 (0)