Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
DumpContainerLogsToFiles after nodes are synced
Browse files Browse the repository at this point in the history
  • Loading branch information
jkrvivian committed Jan 18, 2024
1 parent b925d80 commit a99d53d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/docker-network/tests/dockerframework.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,9 +166,6 @@ loop:

d.GetContainersConfigs()

// make sure all nodes are up then we can start dumping logs
d.DumpContainerLogsToFiles()

return nil
}

Expand Down Expand Up @@ -208,6 +205,9 @@ func (d *DockerTestFramework) WaitUntilSync() error {
return nil
}, true)

// make sure all nodes are up then we can start dumping logs
d.DumpContainerLogsToFiles()

return nil
}

Expand Down

0 comments on commit a99d53d

Please sign in to comment.