[PATCH v2 0/3] Fix multifd + cancel + multifd

Juan Quintela posted 3 patches 4 years, 3 months ago
Test asan failed
Test checkpatch failed
Test FreeBSD failed
Test docker-mingw@fedora failed
Test docker-clang@ubuntu failed
Test docker-quick@centos7 failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200107104914.1814-1-quintela@redhat.com
Maintainers: Paolo Bonzini <pbonzini@redhat.com>, Juan Quintela <quintela@redhat.com>, Laurent Vivier <lvivier@redhat.com>, "Dr. David Alan Gilbert" <dgilbert@redhat.com>, Thomas Huth <thuth@redhat.com>
There is a newer version of this series
migration/ram.c        |  25 +++++++
tests/migration-test.c | 166 ++++++++++++++++++++++++++++++++++++++++-
2 files changed, 190 insertions(+), 1 deletion(-)
[PATCH v2 0/3] Fix multifd + cancel + multifd
Posted by Juan Quintela 4 years, 3 months ago
Hi

In the v2 series:
- get the multifd test patch
- drop the ->shutdown fix
  it break postcopy recovery test.  Still trying to determine if the
  problem is inside the recover test or the recover code.
- upgrade the migrate_cancel test

Please review.

[v1]
This series:
- create a test that does:
  launch multifd on target
  migrate to target
  cancel on source
  create another target
  migrate again

- And fixes the cases that made it fail:
* Make sure that we don't try ever IO after shutdown/error

Please, review.

Juan Quintela (3):
  migration-test: Add migration multifd test
  migration: Make sure that we don't call write() in case of error
  migration-test: Make sure that multifd and cancel works

 migration/ram.c        |  25 +++++++
 tests/migration-test.c | 166 ++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 190 insertions(+), 1 deletion(-)

-- 
2.24.1


Re: [PATCH v2 0/3] Fix multifd + cancel + multifd
Posted by no-reply@patchew.org 4 years, 3 months ago
Patchew URL: https://patchew.org/QEMU/20200107104914.1814-1-quintela@redhat.com/



Hi,

This series failed the docker-mingw@fedora build test. Please find the testing commands and
their output below. If you have Docker installed, you can probably reproduce it
locally.






The full log is available at
http://patchew.org/logs/20200107104914.1814-1-quintela@redhat.com/testing.docker-mingw@fedora/?type=message.
---
Email generated automatically by Patchew [https://patchew.org/].
Please send your feedback to patchew-devel@redhat.com
Re: [PATCH v2 0/3] Fix multifd + cancel + multifd
Posted by Juan Quintela 4 years, 3 months ago
no-reply@patchew.org wrote:
> Patchew URL: https://patchew.org/QEMU/20200107104914.1814-1-quintela@redhat.com/
>
>
>
> Hi,
>
> This series failed the docker-mingw@fedora build test. Please find the
> testing commands and
> their output below. If you have Docker installed, you can probably reproduce it
> locally.
>
>
>
>
>

Hi

> The full log is available at
> http://patchew.org/logs/20200107104914.1814-1-quintela@redhat.com/testing.docker-mingw@fedora/?type=message.

N/A. Internal error while reading log file

So, I am going to assume that patchew is b0rken at the moment.

Later, Juan.