Re: [PATCH] tests/acceptance/migration.py: Wait for both sides

2020-05-31 Thread Philippe Mathieu-Daudé
On 5/28/20 1:24 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > When the source finishes migration the destination will still be > receiving the data sent by the source, so it might not have quite > finished yet, so won't quite have reached 'completed'. > This lead to

Re: [PATCH] tests/acceptance/migration.py: Wait for both sides

2020-05-28 Thread Philippe Mathieu-Daudé
On 5/28/20 1:24 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > When the source finishes migration the destination will still be > receiving the data sent by the source, so it might not have quite > finished yet, so won't quite have reached 'completed'. > This lead to

[PATCH] tests/acceptance/migration.py: Wait for both sides

2020-05-28 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" When the source finishes migration the destination will still be receiving the data sent by the source, so it might not have quite finished yet, so won't quite have reached 'completed'. This lead to occasional asserts in the next few checks. After the source has fi