1. 13 4月, 2016 2 次提交
  2. 11 4月, 2016 8 次提交
  3. 08 4月, 2016 3 次提交
  4. 07 4月, 2016 4 次提交
    • A
      avocado.code.job fix job return code on timed out jobs · 41177f0a
      Amador Pahim 提交于
      When a job is timed out during a test execution, we fail the test
      and put status ERROR in the test. The job then exits with the rc
      AVOCADO_TESTS_FAIL. This patch fixes this, making the test status
      INTERRUPTED and the job to exit with AVOCADO_JOB_INTERRUPTED.
      
      Also, when a job is timed out before a test, the test is skipped
      and the job exits with rc AVOCADO_ALL_OK. For that case, this patch
      makes the job to exit with AVOCADO_JOB_INTERRUPTED instead, keeping
      the test status as SKIP.
      
      Given this change, now we have the following combinations of test status
      and job return code:
      
      Case1:
          - Test1: PASS
          - Test2: SKIP (TestTimeoutSkip)
      
          Job RC: AVOCADO_JOB_INTERRUPTED
      
      Case2:
          - Test1: PASS
          - Test2: INTERRUPTED (TestTimeoutInterrupted)
          - Test3: SKIP (TestTimeoutSkip)
      
          Job RC: AVOCADO_JOB_INTERRUPTED
      
      Case3:
          - Test1: PASS
          - Test2: FAIL
          - Test3: INTERRUPTED (TestTimeoutInterrupted)
          - Test4: SKIP (TestTimeoutSkip)
      
          Job RC: AVOCADO_JOB_INTERRUPTED
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      41177f0a
    • A
      avocado.core.xunit include interrupted tests in results · a23f52bb
      Amador Pahim 提交于
      Interrupted tests will have improved relevance with the coming
      fix in job status report. This patch includes interrupted tests
      report in xml xunit output, adding the interrupted tests to the
      'error' counter.
      Signed-off-by: NAmador Pahim <apahim@redhat.com>
      a23f52bb
    • C
      Merge remote-tracking branch 'areis/master' · 4339051a
      Cleber Rosa 提交于
      4339051a
    • A
      Add .gitattributes, marking some files as binary · a75221a8
      Ademar de Souza Reis Jr 提交于
      *.svg, .min.js and .min.css are text files, but they're not
      intended to be edited by hand.
      
      Worst of all, they keep poluting the output of git grep.
      a75221a8
  5. 04 4月, 2016 1 次提交
  6. 01 4月, 2016 4 次提交
  7. 31 3月, 2016 1 次提交
  8. 30 3月, 2016 2 次提交
  9. 29 3月, 2016 4 次提交
  10. 26 3月, 2016 1 次提交
  11. 22 3月, 2016 1 次提交
  12. 21 3月, 2016 1 次提交
  13. 18 3月, 2016 4 次提交
  14. 17 3月, 2016 3 次提交
  15. 16 3月, 2016 1 次提交