1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Yong Tang 68e266ee3a Replace waitAndAssert in config_test.go with poll.WaitOn
This fix replaces waitAndAssert in config_test.go with poll.WaitOn
so that the testing is consistent with all other tests in integration.

Also, config_test.go uses to wait and sleep for 2 * (1 minutes) to get the task
info. This fix combined those two sleep and wait for 1 mins. Think 1 min
is enough for config test.

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
2019-01-15 03:54:52 +00:00
..
build Merge pull request #38472 from thaJeztah/remove_debugging_code 2019-01-09 08:41:01 +01:00
config Replace waitAndAssert in config_test.go with poll.WaitOn 2019-01-15 03:54:52 +00:00
container Fix some minor wording / issues 2019-01-07 13:57:01 +01:00
image Replace t.Fatal(err) with assert.NilError(err) 2019-01-13 21:36:25 +00:00
internal GetRunningTasks: pass client instead of daemon 2019-01-14 02:30:40 +01:00
network Remove code duplication and consolidate networkIsRemoved 2019-01-12 23:01:21 +00:00
plugin Fix: plugin-tests discarding current environment 2019-01-12 13:06:25 +01:00
secret GetRunningTasks: pass client instead of daemon 2019-01-14 02:30:40 +01:00
service Remove code duplication and consolidate networkIsRemoved 2019-01-12 23:01:21 +00:00
session Windows: Start of enabling tests under integration/ 2018-09-26 12:28:22 -07:00
system Replace t.Fatal(err) with assert.NilError(err) 2019-01-13 21:36:25 +00:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Integration: use testenv.APIClient() 2019-01-03 11:53:41 +01:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00