[tor-commits] [tor/maint-0.3.5] Travis: Stop allowing stem test failures

teor at torproject.org teor at torproject.org
Wed Feb 12 04:16:17 UTC 2020


commit 9d771ccc86a7b8f04a40d619b78f7d99f67c176f
Author: teor <teor at torproject.org>
Date:   Tue Jan 28 19:55:35 2020 +1000

    Travis: Stop allowing stem test failures
    
    Stop allowing failures on the Travis CI stem tests job. It looks like
    all the stem hangs we were seeing are now fixed, but let's make sure we
    see them if they happen again.
    
    Closes ticket 33075.
---
 .travis.yml         | 2 --
 changes/ticket33075 | 4 ++++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 7f7e7a572..28a45788b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -93,8 +93,6 @@ matrix:
       os: osx
     - env: CHUTNEY="yes" CHUTNEY_ALLOW_FAILURES="2" SKIP_MAKE_CHECK="yes"
       os: osx
-    ## test-stem sometimes hangs on Travis
-    - env: TEST_STEM="yes" SKIP_MAKE_CHECK="yes"
 
 ## (Linux only) Use a recent Linux image (Ubuntu Bionic)
 dist: bionic
diff --git a/changes/ticket33075 b/changes/ticket33075
new file mode 100644
index 000000000..69698d90b
--- /dev/null
+++ b/changes/ticket33075
@@ -0,0 +1,4 @@
+  o Testing:
+    - Stop allowing failures on the Travis CI stem tests job. It looks like all
+      the stem hangs we were seeing are now fixed, but let's make sure we see
+      them if they happen again. Closes ticket 33075.





More information about the tor-commits mailing list