Loading cloudcontrol/server/jobs/migration.py +3 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,9 @@ class MigrationJob(Job): job_running = False self._func_cancel_xfer = None # Wait a little more for the second response if needed: msgs += watcher.wait(timeout=10) # Compare checksum of two answers: checksums = [] assert len(msgs) == 2 Loading Loading
cloudcontrol/server/jobs/migration.py +3 −0 Original line number Diff line number Diff line Loading @@ -217,6 +217,9 @@ class MigrationJob(Job): job_running = False self._func_cancel_xfer = None # Wait a little more for the second response if needed: msgs += watcher.wait(timeout=10) # Compare checksum of two answers: checksums = [] assert len(msgs) == 2 Loading