1. 08 3月, 2019 1 次提交
  2. 20 11月, 2018 1 次提交
  3. 09 3月, 2018 1 次提交
  4. 23 1月, 2018 1 次提交
  5. 02 8月, 2017 1 次提交
    • K
      qemu-iotests/059: Fix leaked image files · 59fa68f3
      Kevin Wolf 提交于
      qemu-iotests 059 left a whole lot of image files behind in the scratch
      directory because VMDK creates additional files for extents and cleaning
      them up requires the original image intact (it parses qemu-img info
      output to find all extent files), but the image overwrote it many times
      like it works for all other image formats.
      
      In addition, _use_sample_img overwrites the TEST_IMG variable, causing
      new images created afterwards to reuse the name of the sample file
      rather than the usual t.IMGFMT.
      
      This patch adds an intermediate _cleanup_test_img after each subtest
      that created an image file with additional extent files, and also after
      each use of a sample image. _cleanup_test_img is also changed so that it
      resets TEST_IMG after a sample image is cleaned up.
      
      Note that this test was failing before this commit and continues to do
      so after it. This failure was introduced in commit 9877860e ('block/vmdk:
      Report failures in vmdk_read_cid()') and needs to be dealt with
      separately.
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      Reviewed-by: NJeff Cody <jcody@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      59fa68f3
  6. 15 4月, 2016 1 次提交
  7. 03 2月, 2016 1 次提交
  8. 22 5月, 2015 1 次提交
  9. 12 12月, 2014 1 次提交
  10. 10 12月, 2014 1 次提交
  11. 15 8月, 2014 1 次提交
  12. 09 5月, 2014 1 次提交
  13. 09 2月, 2014 1 次提交
  14. 24 1月, 2014 1 次提交
  15. 22 1月, 2014 2 次提交
  16. 20 12月, 2013 1 次提交
  17. 03 12月, 2013 1 次提交
  18. 30 11月, 2013 1 次提交
  19. 31 10月, 2013 1 次提交
  20. 11 10月, 2013 2 次提交
  21. 27 9月, 2013 1 次提交
  22. 25 9月, 2013 1 次提交
  23. 06 8月, 2013 4 次提交
  24. 23 2月, 2012 1 次提交
  25. 22 2月, 2012 3 次提交