1. 27 3月, 2013 5 次提交
  2. 26 3月, 2013 23 次提交
  3. 22 3月, 2013 6 次提交
  4. 21 3月, 2013 3 次提交
  5. 18 3月, 2013 2 次提交
  6. 14 3月, 2013 1 次提交
    • L
      virt_vm: Plug some more fd leaks · da9e4f65
      Lucas Meneghel Rodrigues 提交于
      Close log files that are opened one time, such as the
      ones opened for file transfers. This helps to reduce
      even further the amount of files opened after a given
      test job, specially if it involves a lot of file transfers.
      
      With this patch, this test set:
      
      ./run -t qemu -g RHEL.6.3.x86_64 --nettype bridge --tests "migrate.with_autotest"
      
      Comes from 94 files opened at the end to 43.
      
      CC: Lei Yang <yanglei.fage@gmail.com>
      Signed-off-by: NLucas Meneghel Rodrigues <lmr@redhat.com>
      da9e4f65