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

Commit a99d53d

Browse files
committed
DumpContainerLogsToFiles after nodes are synced
1 parent b925d80 commit a99d53d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/docker-network/tests/dockerframework.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,6 @@ loop:
166166

167167
d.GetContainersConfigs()
168168

169-
// make sure all nodes are up then we can start dumping logs
170-
d.DumpContainerLogsToFiles()
171-
172169
return nil
173170
}
174171

@@ -208,6 +205,9 @@ func (d *DockerTestFramework) WaitUntilSync() error {
208205
return nil
209206
}, true)
210207

208+
// make sure all nodes are up then we can start dumping logs
209+
d.DumpContainerLogsToFiles()
210+
211211
return nil
212212
}
213213

0 commit comments

Comments
 (0)