Commit 31277a80 authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed race-condition in new gen cold migration

parent 303b1c2b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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