1. 30 3月, 2016 1 次提交
  2. 29 3月, 2016 2 次提交
  3. 22 3月, 2016 1 次提交
  4. 21 3月, 2016 1 次提交
  5. 18 3月, 2016 4 次提交
  6. 17 3月, 2016 3 次提交
  7. 16 3月, 2016 18 次提交
  8. 12 3月, 2016 2 次提交
  9. 11 3月, 2016 2 次提交
  10. 10 3月, 2016 2 次提交
    • A
      Merge pull request #1077 from clebergnu/test_kill_stopped_sleep_timeout · 03b9230e
      Amador Pahim 提交于
      selftests/functional/test_basic.py: extend timeout on test_kill_stopp…
      03b9230e
    • C
      selftests/functional/test_basic.py: extend timeout on test_kill_stopped_sleep · 27029ff4
      Cleber Rosa 提交于
      Given the last CI jobs, RunnerSimpleTest:test_kill_stopped_sleep() has
      been failing often. The obvious reason, given the nature of the test
      and the heavily shared and loaded computing resources they run on, is
      the lack of resources.
      
      One example of such as failure:
      
         ======================================================================
         FAIL: test_kill_stopped_sleep (selftests.functional.test_basic.RunnerSimpleTest)
         ----------------------------------------------------------------------
         Traceback (most recent call last):
           File "/home/travis/build/avocado-framework/avocado/selftests/functional/test_basic.py", line 549, in test_kill_stopped_sleep
             % proc.get_output())
         AssertionError: Avocado process still alive 1s after job-timeout:
         JOB ID     : 5c65a06b4ab15e69d6c4a1fc762368e0e99cbc1f
         JOB LOG    : /tmp/avocado_selftests.functional.test_basicHIyhV4/job-2016-03-09T15.08-5c65a06/job.log
         TESTS      : 1
          (1/1) /bin/sleep 60:
         ctrl+z pressed, stopping test (5046)
         ERROR
      
      So, let's give 4 extra seconds for the process to be
      terminated. Hopefully failures in the timeout handling will still be
      revealed given the relatively small buffer.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      27029ff4
  11. 09 3月, 2016 4 次提交