All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1754605] [NEW] ppc64 migration bad_dest test is failed with failed to connect to socket
@ 2018-03-09  9:37 R.Nageswara Sastry
  2018-03-09  9:49 ` [Qemu-devel] [Bug 1754605] " Dr. David Alan Gilbert
  2018-03-09 10:17 ` R.Nageswara Sastry
  0 siblings, 2 replies; 3+ messages in thread
From: R.Nageswara Sastry @ 2018-03-09  9:37 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

On ppc64le machine the following test failed.

# QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/migration-test V=1
/ppc64/migration/deprecated: OK
/ppc64/migration/bad_dest: qemu-system-ppc64: Failed to connect socket: Connection refused
OK
/ppc64/migration/postcopy/unix: OK

Head is at f6d81cdec807bb85325afedb536b17c5331483c7
configured with options: configure --target-list=ppc64-softmmu

This test case is added through 2c9bb29703caa8fd31078cc38b3b53762557c27c

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1754605

Title:
  ppc64 migration bad_dest test is failed with failed to connect to
  socket

Status in QEMU:
  New

Bug description:
  On ppc64le machine the following test failed.

  # QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/migration-test V=1
  /ppc64/migration/deprecated: OK
  /ppc64/migration/bad_dest: qemu-system-ppc64: Failed to connect socket: Connection refused
  OK
  /ppc64/migration/postcopy/unix: OK

  Head is at f6d81cdec807bb85325afedb536b17c5331483c7
  configured with options: configure --target-list=ppc64-softmmu

  This test case is added through
  2c9bb29703caa8fd31078cc38b3b53762557c27c

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1754605/+subscriptions

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 1754605] Re: ppc64 migration bad_dest test is failed with failed to connect to socket
  2018-03-09  9:37 [Qemu-devel] [Bug 1754605] [NEW] ppc64 migration bad_dest test is failed with failed to connect to socket R.Nageswara Sastry
@ 2018-03-09  9:49 ` Dr. David Alan Gilbert
  2018-03-09 10:17 ` R.Nageswara Sastry
  1 sibling, 0 replies; 3+ messages in thread
From: Dr. David Alan Gilbert @ 2018-03-09  9:49 UTC (permalink / raw)
  To: qemu-devel

This is fixed by 'tests: Silence migration-test 'bad' test' which I
posted a few days ago; hopefully I'll send a pull with it today

** Changed in: qemu
       Status: New => In Progress

** Changed in: qemu
     Assignee: (unassigned) => Dr. David Alan Gilbert (dgilbert-h)

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1754605

Title:
  ppc64 migration bad_dest test is failed with failed to connect to
  socket

Status in QEMU:
  In Progress

Bug description:
  On ppc64le machine the following test failed.

  # QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/migration-test V=1
  /ppc64/migration/deprecated: OK
  /ppc64/migration/bad_dest: qemu-system-ppc64: Failed to connect socket: Connection refused
  OK
  /ppc64/migration/postcopy/unix: OK

  Head is at f6d81cdec807bb85325afedb536b17c5331483c7
  configured with options: configure --target-list=ppc64-softmmu

  This test case is added through
  2c9bb29703caa8fd31078cc38b3b53762557c27c

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1754605/+subscriptions

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Qemu-devel] [Bug 1754605] Re: ppc64 migration bad_dest test is failed with failed to connect to socket
  2018-03-09  9:37 [Qemu-devel] [Bug 1754605] [NEW] ppc64 migration bad_dest test is failed with failed to connect to socket R.Nageswara Sastry
  2018-03-09  9:49 ` [Qemu-devel] [Bug 1754605] " Dr. David Alan Gilbert
@ 2018-03-09 10:17 ` R.Nageswara Sastry
  1 sibling, 0 replies; 3+ messages in thread
From: R.Nageswara Sastry @ 2018-03-09 10:17 UTC (permalink / raw)
  To: qemu-devel

Thank you very much for your quick reply.

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1754605

Title:
  ppc64 migration bad_dest test is failed with failed to connect to
  socket

Status in QEMU:
  In Progress

Bug description:
  On ppc64le machine the following test failed.

  # QTEST_QEMU_BINARY=ppc64-softmmu/qemu-system-ppc64 tests/migration-test V=1
  /ppc64/migration/deprecated: OK
  /ppc64/migration/bad_dest: qemu-system-ppc64: Failed to connect socket: Connection refused
  OK
  /ppc64/migration/postcopy/unix: OK

  Head is at f6d81cdec807bb85325afedb536b17c5331483c7
  configured with options: configure --target-list=ppc64-softmmu

  This test case is added through
  2c9bb29703caa8fd31078cc38b3b53762557c27c

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1754605/+subscriptions

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-03-09 10:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-09  9:37 [Qemu-devel] [Bug 1754605] [NEW] ppc64 migration bad_dest test is failed with failed to connect to socket R.Nageswara Sastry
2018-03-09  9:49 ` [Qemu-devel] [Bug 1754605] " Dr. David Alan Gilbert
2018-03-09 10:17 ` R.Nageswara Sastry

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.