aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/030
AgeCommit message (Expand)AuthorFilesLines
2023-10-12python: use vm.cmd() instead of vm.qmp() where appropriateVladimir Sementsov-Ogievskiy1-106/+62
2022-04-25iotests: rebase qemu_io() on top of qemu_tool()John Snow1-36/+49
2022-03-29iotests: Fix status checksHanna Reitz1-5/+20
2022-03-29block/stream: Drain subtree around graph changeHanna Reitz1-0/+5
2021-11-16iotests/030: Unthrottle parallel jobs in reverseHanna Reitz1-1/+10
2021-03-08block: Clarify error messages pertaining to 'node-name'Connor Kuehl1-2/+2
2021-02-05iotests: 30: drop from auto group (and effectively from make check)Vladimir Sementsov-Ogievskiy1-1/+1
2021-01-26block: apply COR-filter to block-stream jobsAndrey Shinkevich1-3/+5
2021-01-26iotests: 30: prepare to COR filter insertion by stream jobVladimir Sementsov-Ogievskiy1-1/+3
2021-01-20iotests: define group in each iotestVladimir Sementsov-Ogievskiy1-0/+1
2020-09-15iotests: Skip test_stream_parallel in test 030 when doing "make check"Thomas Huth1-0/+2
2020-07-17iotests/030: Reduce job speed to make race less likelyKevin Wolf1-1/+1
2020-07-14iotests: Specify explicit backing format where sensibleEric Blake1-7/+19
2020-05-18iotests/030: Reduce run time by unthrottling job earlierKevin Wolf1-3/+3
2020-05-05iotests: use python logging for iotests.log()John Snow1-2/+2
2020-02-07tests/qemu-iotests: Explicit usage of Python 3 (scripts with __main__)Philippe Mathieu-Daudé1-1/+1
2020-01-27iotests: Add more "skip_if_unsupported" statements to the python testsThomas Huth1-3/+1
2019-12-18blockjob: Fix error message for negative speedKevin Wolf1-2/+2
2019-09-10iotests: Restrict file Python tests to fileMax Reitz1-1/+2
2019-07-15iotests: Add read-only test case to 030Max Reitz1-1/+28
2019-07-15iotests: Add new case to 030Max Reitz1-0/+25
2019-07-15iotests: Compare error messages in 030Max Reitz1-24/+42
2019-07-15iotests: Fix throttling in 030Max Reitz1-5/+27
2019-04-02block: test block-stream with a base node that is used by block-commitAlberto Garcia1-0/+17
2018-10-30iotests: Use // for Python integer divisionMax Reitz1-1/+1
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf1-3/+14
2018-03-19iotests: add pause_waitJohn Snow1-4/+2
2018-03-09iotests: Tweak 030 in order to trigger a race condition with parallel jobsAlberto Garcia1-9/+43
2017-11-14iotests: Make 030 less flakyMax Reitz1-2/+6
2017-10-06commit: Remove overlay_bsKevin Wolf1-4/+0
2017-07-24qemu-iotests: Avoid unnecessary sleepsKevin Wolf1-3/+4
2017-05-26qemu-iotests: Test streaming with missing job IDKevin Wolf1-0/+4
2017-05-11iotests: 030: Prepare for image lockingFam Zheng1-9/+9
2017-02-24iotests: Fix another race in 030John Snow1-1/+4
2016-10-31qemu-iotests: Test the 'base-node' parameter of 'block-stream'Alberto Garcia1-0/+37
2016-10-31qemu-iotests: Test streaming to a Quorum childAlberto Garcia1-0/+56
2016-10-31qemu-iotests: Test block-stream and block-commit in parallelAlberto Garcia1-0/+30
2016-10-31qemu-iotests: Test overlapping stream and commit operationsAlberto Garcia1-0/+89
2016-10-31qemu-iotests: Test block-stream operations in parallelAlberto Garcia1-0/+80
2016-10-31qemu-iotests: Test streaming to an intermediate layerAlberto Garcia1-1/+20
2016-09-05block: Accept node-name for block-streamKevin Wolf1-1/+1
2016-03-28qemu-iotests: add no-op streaming testAlberto Garcia1-0/+18
2016-03-28qemu-iotests: fix test_stream_partial()Alberto Garcia1-1/+2
2015-11-18iotests: fix race in 030John Snow1-1/+4
2014-12-10qemu-iotests: Add qemu-io format option in Python testsKevin Wolf1-11/+11
2014-05-19qemu-iotests: Fix blkdebug in VM drive in 030Fam Zheng1-1/+1
2014-04-25qemu-iotests: Improve and make use of QMPTestCase.wait_until_completed()Fam Zheng1-45/+5
2013-11-29qemu-iotests: Make test case 030, 040 and 055 deterministicFam Zheng1-5/+11
2013-10-30qemu-iotests: prefill some data to test imageFam Zheng1-0/+4
2013-06-04qemu-iotests: make create_image() commonStefan Hajnoczi1-23/+9