mirror of
https://github.com/moby/moby.git
synced 2026-07-06 06:38:19 +00:00
Code retrying service update operations when receiving "update out of sequence" errors was removed because of a misunderstanding, which has made tests flaky. This re-adds the "CmdRetryOutOfSequence" method, and uses it in TestSwarmPublishAdd to avoid flaky behavior. Signed-off-by: Drew Erny <drew.erny@docker.com>