qemu-block
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-block] [PATCH v1 0/1] iotests: fix failed case 191


From: QingFeng Hao
Subject: [Qemu-block] [PATCH v1 0/1] iotests: fix failed case 191
Date: Mon, 16 Oct 2017 07:23:56 +0200

The actual-size 391312 in 191.out causes the test case 191 failed, after I
changed it to be 331776, the test succeeds.

The error output is:
191         - output mismatch (see 191.out.bad)
    --- tests/qemu-iotests/191.out      2017-10-08 02:59:56.346200313 +0200
    +++ tests/qemu-iotests/191.out.bad  2017-10-13 05:06:01.476200313 +0200
    @@ -47,7 +47,7 @@
                         "filename": "TEST_DIR/t.qcow2.base",
                         "cluster-size": 65536,
                         "format": "qcow2",
    -                    "actual-size": 397312,
    +                    "actual-size": 331776,
                         "format-specific": {
                             "type": "qcow2",
                             "data": {
    @@ -136,7 +136,7 @@
                         "filename": "TEST_DIR/t.qcow2.base",
                         "cluster-size": 65536,
                         "format": "qcow2",
    -                    "actual-size": 397312,
    +                    "actual-size": 331776,
                         "format-specific": {
                             "type": "qcow2",
                             "data": {
    @@ -225,7 +225,7 @@
                         "filename": "TEST_DIR/t.qcow2.base",
                         "cluster-size": 65536,
                         "format": "qcow2",
    -                    "actual-size": 397312,
    +                    "actual-size": 331776,
                         "format-specific": {
                             "type": "qcow2",
                             "data": {
    @@ -242,7 +242,7 @@
                     "filename": "TEST_DIR/t.qcow2.mid",
                     "cluster-size": 65536,
                     "format": "qcow2",
    -                "actual-size": 397312,
    +                "actual-size": 331776,
                     "format-specific": {
                         "type": "qcow2",
                         "data": {
    @@ -283,7 +283,7 @@
                     "virtual-size": 393216,
                     "filename": "TEST_DIR/t.qcow2.mid",
                     "format": "file",
    -                "actual-size": 397312,
    +                "actual-size": 331776,
                     "dirty-flag": false
                 },
                 "iops_wr": 0,
    @@ -313,7 +313,7 @@
                     "filename": "TEST_DIR/t.qcow2.base",
                     "cluster-size": 65536,
                     "format": "qcow2",
    -                "actual-size": 397312,
    +                "actual-size": 331776,
                     "format-specific": {
                         "type": "qcow2",
                         "data": {
    @@ -351,7 +351,7 @@
                     "virtual-size": 393216,
                     "filename": "TEST_DIR/t.qcow2.base",
                     "format": "file",
    -                "actual-size": 397312,
    +                "actual-size": 331776,
                     "dirty-flag": false
                 },
                 "iops_wr": 0,
    @@ -450,7 +450,7 @@
                         "filename": "TEST_DIR/t.qcow2.base",
                         "cluster-size": 65536,
                         "format": "qcow2",
    -                    "actual-size": 397312,
    +                    "actual-size": 331776,
                         "format-specific": {
                             "type": "qcow2",
                             "data": {
    @@ -540,7 +540,7 @@
                             "filename": "TEST_DIR/t.qcow2.base",
                             "cluster-size": 65536,
                             "format": "qcow2",
    -                        "actual-size": 397312,
    +                        "actual-size": 331776,
                             "format-specific": {
                                 "type": "qcow2",
                                 "data": {
    @@ -647,7 +647,7 @@
                     "filename": "TEST_DIR/t.qcow2.base",
                     "cluster-size": 65536,
                     "format": "qcow2",
    -                "actual-size": 397312,
    +                "actual-size": 331776,
                     "format-specific": {
                         "type": "qcow2",
                         "data": {
    @@ -685,7 +685,7 @@
                     "virtual-size": 393216,
                     "filename": "TEST_DIR/t.qcow2.base",
                     "format": "file",
    -                "actual-size": 397312,
    +                "actual-size": 331776,
                     "dirty-flag": false
                 },
                 "iops_wr": 0,
    @@ -716,7 +716,7 @@
                         "filename": "TEST_DIR/t.qcow2.base",
                         "cluster-size": 65536,
                         "format": "qcow2",
    -                    "actual-size": 397312,
    +                    "actual-size": 331776,
                         "format-specific": {
                             "type": "qcow2",
                             "data": {

Thanks!

QingFeng Hao (1):
  iotests: fix the actual-size in 191.out

 tests/qemu-iotests/191.out | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

-- 
2.4.5




reply via email to

[Prev in Thread] Current Thread [Next in Thread]