You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to issue #815 tests fail randomly.
Now in cli_xxx_test.go, they all use function DelContainerForceMultyTime instead of DelContainerForceOk. The former function will try several times to delete a container and ignore the return value.
Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Replace DelContainerForceOk in api_xxx_test.go with the following statement:
defer DelContainerForceMultyTime(c, cname)
Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version (use pouch version):
OS (e.g. from /etc/os-release):
Kernel (e.g. uname -a):
Install tools:
Others:
The text was updated successfully, but these errors were encountered:
Ⅰ. Issue Description
Due to issue #815 tests fail randomly.
Now in
cli_xxx_test.go
, they all use function DelContainerForceMultyTime instead of DelContainerForceOk. The former function will try several times to delete a container and ignore the return value.Ⅱ. Describe what happened
Ⅲ. Describe what you expected to happen
Replace DelContainerForceOk in
api_xxx_test.go
with the following statement:Ⅳ. How to reproduce it (as minimally and precisely as possible)
Ⅴ. Anything else we need to know?
Ⅵ. Environment:
pouch version
):uname -a
):The text was updated successfully, but these errors were encountered: