Skip to content
  • Yonggang Luo's avatar
    09d631db
    tests: test-replication disable /replication/secondary/* on msys2/mingw. · 09d631db
    Yonggang Luo authored
    
    
    They caused failure on msys2/mingw, that's because file-win32.c not implement
    .bdrv_reopen_prepare/commit/abort yet.
    
    This is the error message:
    > $ ./tests/test-replication.exe
    > # random seed: R02S3f4d1c01af2b0a046990e0235c481faf
    > 1..13
    > # Start of replication tests
    > # Start of primary tests
    > ok 1 /replication/primary/read
    > ok 2 /replication/primary/write
    > ok 3 /replication/primary/start
    > ok 4 /replication/primary/stop
    > ok 5 /replication/primary/do_checkpoint
    > ok 6 /replication/primary/get_error_all
    > # End of primary tests
    > # Start of secondary tests
    > ok 7 /replication/secondary/read
    > ok 8 /replication/secondary/write
    > Unexpected error in bdrv_reopen_prepare() at ../block.c:4191:
    > Block format 'file' used by node '#block4287' does not support reopening
    > files
    
    Signed-off-by: default avatarYonggang Luo <luoyonggang@gmail.com>
    Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
    Message-Id: <20200915121318.247-9-luoyonggang@gmail.com>
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
    09d631db
    tests: test-replication disable /replication/secondary/* on msys2/mingw.
    Yonggang Luo authored
    
    
    They caused failure on msys2/mingw, that's because file-win32.c not implement
    .bdrv_reopen_prepare/commit/abort yet.
    
    This is the error message:
    > $ ./tests/test-replication.exe
    > # random seed: R02S3f4d1c01af2b0a046990e0235c481faf
    > 1..13
    > # Start of replication tests
    > # Start of primary tests
    > ok 1 /replication/primary/read
    > ok 2 /replication/primary/write
    > ok 3 /replication/primary/start
    > ok 4 /replication/primary/stop
    > ok 5 /replication/primary/do_checkpoint
    > ok 6 /replication/primary/get_error_all
    > # End of primary tests
    > # Start of secondary tests
    > ok 7 /replication/secondary/read
    > ok 8 /replication/secondary/write
    > Unexpected error in bdrv_reopen_prepare() at ../block.c:4191:
    > Block format 'file' used by node '#block4287' does not support reopening
    > files
    
    Signed-off-by: default avatarYonggang Luo <luoyonggang@gmail.com>
    Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
    Message-Id: <20200915121318.247-9-luoyonggang@gmail.com>
    Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Loading