Skip to content

Commit fa88aed

Browse files
ShivaShiva
authored andcommitted
add more print statements
1 parent 306685b commit fa88aed

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

systest/backup/nfs-backup/Untitled

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
alpha1_backup_clust_ha

testutil/docker.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ func ContainerAddrWithHost(name string, privatePort uint16, host string) string
229229
func ContainerAddrWithHostRetry(name string, privatePort uint16, host string) string {
230230
maxAttempts := 30
231231
for attempt := range maxAttempts {
232+
fmt.Printf("Attempt %d to get container address for %s:%d with host %s\n", attempt, name, privatePort, host)
232233
c := getContainer(name)
233234
for _, p := range c.Ports {
234235
if p.PrivatePort == privatePort {

0 commit comments

Comments
 (0)