You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by re...@apache.org on 2018/02/15 19:21:29 UTC

aurora git commit: Disable pytest-fast mode as a workaround for failing health checker tests.

Repository: aurora
Updated Branches:
  refs/heads/master b4e66bcf2 -> 59f66ffcd


Disable pytest-fast mode as a workaround for failing health checker tests.

Bugs closed: AURORA-1972

Reviewed at https://reviews.apache.org/r/65598/


Project: http://git-wip-us.apache.org/repos/asf/aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/aurora/commit/59f66ffc
Tree: http://git-wip-us.apache.org/repos/asf/aurora/tree/59f66ffc
Diff: http://git-wip-us.apache.org/repos/asf/aurora/diff/59f66ffc

Branch: refs/heads/master
Commit: 59f66ffcd413ab01a3816e764e91281d8e220cad
Parents: b4e66bc
Author: Stephan Erb <se...@apache.org>
Authored: Thu Feb 15 11:19:28 2018 -0800
Committer: Renan DelValle <re...@apache.org>
Committed: Thu Feb 15 11:20:21 2018 -0800

----------------------------------------------------------------------
 build-support/jenkins/build.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/59f66ffc/build-support/jenkins/build.sh
----------------------------------------------------------------------
diff --git a/build-support/jenkins/build.sh b/build-support/jenkins/build.sh
index 4c25a3f..a597539 100755
--- a/build-support/jenkins/build.sh
+++ b/build-support/jenkins/build.sh
@@ -25,7 +25,9 @@ date
 
 # Run remaining Python style checks and all tests
 ./build-support/python/checkstyle-check
-./pants test.pytest --junit-xml-dir="$PWD/dist/test-results" src/test/python:: -- -v
+# AURORA-1972: As a workaround for spuriously failing tests, test different
+# targets in isolation
+./pants test.pytest --no-test-pytest-fast src/test/python:: -- -v
 
 # Ensure we can build python sdists (AURORA-1174)
 ./build-support/release/make-python-sdists