1. 07 11月, 2016 2 次提交
  2. 04 11月, 2016 16 次提交
  3. 03 11月, 2016 5 次提交
  4. 02 11月, 2016 10 次提交
  5. 31 10月, 2016 3 次提交
  6. 30 10月, 2016 1 次提交
    • C
      Functional tests: prevent the persistence of temporary job results · f9cec025
      Cleber Rosa 提交于
      Some functional tests, most of which execute a full avocado command,
      were missing the `--job-results-dir`, pointing to a directory that
      would be removed after the tests.  This has led to the pollution of
      the standard job results directory (usually `~/avocado/job-results`)
      when selftests are run.
      
      This proposal fixes all but one set of functional tests, which has
      to be fixed with a different set of changes (see reference).
      
      Besides the functional tests, some unittests are also creating
      job results that should be discarded.  It's believed that at least
      some of this is caused by the relationship between tests and jobs,
      but this is speculation and it's not attepted to be fixed on this
      patch.
      
      Reference: https://trello.com/c/I2ieqhR5Signed-off-by: NCleber Rosa <crosa@redhat.com>
      f9cec025
  7. 28 10月, 2016 3 次提交