04c0a38220f43e106ef460fdce6fe2286cdb80db
The issue of the flaky test is because when the second container starts, the first container in the detached mode may have only been created and not yet entering the running state. So the port 8000 might be used by the second container first. This fix added a check to make sure the first container is already in running state, before the second container is invoked. This fix fixes #21247. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 1a9f5f4c69451c580595d67844f41937b3293069 Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%