Re: [libvirt] [PATCH 24/24] tests: qemumonitorjson: Test extraction of iSCSI device node names

2017-08-02 Thread Eric Blake
On 08/02/2017 05:13 PM, Jim Fehlig wrote: > FYI, I've noticed that this patch causes build failures of 3.6.0 on > s390x and ppc64 > > [ 189s] 100) node-name-detect(iscsi) ... > [ 189s] In > '/home/abuild/rpmbuild/BUILD/libvirt-3.6.0/tests/qemumonitorjsondata/qemumonitorjson-nodename-iscsi.resul

Re: [libvirt] [PATCH 24/24] tests: qemumonitorjson: Test extraction of iSCSI device node names

2017-08-02 Thread Jim Fehlig
On 07/26/2017 04:00 AM, Peter Krempa wrote: --- .../qemumonitorjson-nodename-iscsi-blockstats.json | 113 ...qemumonitorjson-nodename-iscsi-named-nodes.json | 114 + .../qemumonitorjson-nodename-iscsi.result | 13 +++ tests/qemumonitorjsonte

Re: [libvirt] [PATCH 24/24] tests: qemumonitorjson: Test extraction of iSCSI device node names

2017-08-02 Thread Peter Krempa
On Wed, Aug 02, 2017 at 13:50:49 +0200, Bjoern Walk wrote: > So, this test fails on S390 because the actual test in > testBlockNodeNameDetect is dependent on the ordering of the entries in > the hash table, which is different on big endian machines. > > There are two other tests which have multipl

Re: [libvirt] [PATCH 24/24] tests: qemumonitorjson: Test extraction of iSCSI device node names

2017-08-02 Thread Bjoern Walk
So, this test fails on S390 because the actual test in testBlockNodeNameDetect is dependent on the ordering of the entries in the hash table, which is different on big endian machines. There are two other tests which have multiple results in the backing chain, 'same-backing' and 'relative', but th

Re: [libvirt] [PATCH 24/24] tests: qemumonitorjson: Test extraction of iSCSI device node names

2017-07-26 Thread Eric Blake
On 07/26/2017 05:00 AM, Peter Krempa wrote: > --- > .../qemumonitorjson-nodename-iscsi-blockstats.json | 113 > ...qemumonitorjson-nodename-iscsi-named-nodes.json | 114 > + > .../qemumonitorjson-nodename-iscsi.result | 13 +++ > tests/qemumonito

[libvirt] [PATCH 24/24] tests: qemumonitorjson: Test extraction of iSCSI device node names

2017-07-26 Thread Peter Krempa
--- .../qemumonitorjson-nodename-iscsi-blockstats.json | 113 ...qemumonitorjson-nodename-iscsi-named-nodes.json | 114 + .../qemumonitorjson-nodename-iscsi.result | 13 +++ tests/qemumonitorjsontest.c| 1 + 4 files chang