1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration-cli
Drew Erny c93da8ded9
Fix TestSwarmClusterRotateUnlockKey
TestSwarmClusterRotateUnlockKey had been identified as a flaky test. It
turns out that the test code was wrong: where we should have been
checking the string output of a command, we were instead checking the
value of the error. This means that the error case we were expecting was
not being matched, and the test was failing when it should have just
retried.

Signed-off-by: Drew Erny <drew.erny@docker.com>
(cherry picked from commit b79adac339)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-16 13:45:19 +02:00
..
checker Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
cli
daemon Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
environment
fixtures
requirement
testdata
benchmark_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
check_test.go Revert "Remove Schema1 integration test suite" 2019-06-18 18:54:45 +00:00
daemon_swarm_hack_test.go
docker_api_attach_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_build_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_build_windows_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_containers_test.go Remove TestContainerAPICreateWithHostName 2019-05-13 15:25:25 -07:00
docker_api_containers_windows_test.go Remove SameHostDaemon, use testEnv.IsLocalDaemon instead 2018-12-24 13:25:53 +01:00
docker_api_exec_resize_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_exec_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_images_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_inspect_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_logs_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_network_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_stats_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_swarm_node_test.go Slightly speed up TestAPISwarmNodeDrainPause 2019-01-13 21:08:20 +01:00
docker_api_swarm_service_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_api_swarm_test.go integration-cli: allow temporary errors on leader switch 2019-09-16 13:45:14 +02:00
docker_api_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_attach_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_attach_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_build_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_build_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_by_digest_test.go Revert "Remove Schema1 integration test suite" 2019-06-18 18:54:45 +00:00
docker_cli_commit_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_cp_from_container_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_cp_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_cp_to_container_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_cp_to_container_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_cp_utils_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_create_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_daemon_plugins_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_daemon_test.go Revert "Remove the rest of v1 manifest support" 2019-06-18 18:54:57 +00:00
docker_cli_events_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_events_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_exec_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_exec_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_external_volume_driver_unix_test.go Entropy cannot be saved 2019-06-11 17:40:09 +02:00
docker_cli_health_test.go Fix ineffassign linting 2018-07-11 22:18:45 +02:00
docker_cli_history_test.go
docker_cli_images_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_import_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_info_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_info_unix_test.go Remove SameHostDaemon, use testEnv.IsLocalDaemon instead 2018-12-24 13:25:53 +01:00
docker_cli_inspect_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_links_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_login_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_logout_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_logs_bench_test.go
docker_cli_logs_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_netmode_test.go
docker_cli_network_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_plugins_logdriver_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_plugins_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_port_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_proxy_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_prune_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_ps_test.go Harden TestPsListContainersFilterExited 2019-06-07 14:13:23 +02:00
docker_cli_pull_local_test.go Revert "Remove Schema1 integration test suite" 2019-06-18 18:54:45 +00:00
docker_cli_pull_test.go Use current windows servercore image 2019-04-17 15:24:23 +02:00
docker_cli_push_test.go use gotest.tools assertions in docker_cli_push_test.go 2019-06-18 18:54:55 +00:00
docker_cli_registry_user_agent_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_restart_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_rmi_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_run_test.go Use new windows labels 2019-08-31 13:27:20 +02:00
docker_cli_run_unix_test.go Update TestRunWithDaemonDefaultSeccompProfile for ARM64 2019-05-22 13:33:18 +02:00
docker_cli_save_load_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_save_load_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_search_test.go Remove TestSearchCmdOptions test 2019-05-23 10:58:06 +02:00
docker_cli_service_create_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_service_health_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_service_logs_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_service_scale_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_sni_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_start_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_stats_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_swarm_test.go Fix TestSwarmClusterRotateUnlockKey 2019-09-16 13:45:19 +02:00
docker_cli_swarm_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_top_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_update_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_userns_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_v2_only_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_cli_volume_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_deprecated_api_v124_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_deprecated_api_v124_unix_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
docker_hub_pull_suite_test.go Remove SameHostDaemon, use testEnv.IsLocalDaemon instead 2018-12-24 13:25:53 +01:00
docker_utils_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
events_utils_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
fixtures_linux_daemon_test.go Replace some checkers and assertions with gotest.tools 2019-04-05 16:45:37 +02:00
requirements_test.go Remove use of deprecated client.NewEnvClient() 2019-01-03 22:49:00 +01:00
requirements_unix_test.go Skip kernel-memory tests on RHEL/CentOS daemons 2019-01-04 13:27:46 +01:00
test_vars_exec_test.go
test_vars_noexec_test.go
test_vars_noseccomp_test.go
test_vars_seccomp_test.go
test_vars_test.go
test_vars_unix_test.go
test_vars_windows_test.go
utils_test.go