You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by as...@apache.org on 2022/05/09 21:50:34 UTC

[qpid-proton] branch main updated: NO-JIRA: Stop travis gcc tsan build testing all python based tests

This is an automated email from the ASF dual-hosted git repository.

astitcher pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 88b3e314 NO-JIRA: Stop travis gcc tsan build testing all python based tests
88b3e314 is described below

commit 88b3e3143d664b69ed42ad8add2cfdf6eedace85
Author: Andrew Stitcher <as...@apache.org>
AuthorDate: Mon May 9 17:48:50 2022 -0400

    NO-JIRA: Stop travis gcc tsan build testing all python based tests
    
    They all seem to segfault including the new python-pep8-test
---
 .travis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index a773c955..d391953d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -89,9 +89,9 @@ jobs:
     - CC=gcc-10
     - CXX=g++-10
     - PYTHON=python3
-    # python-test, python-integration-test, and python-tox-test segfault
-    - QPID_PROTON_CMAKE_ARGS='-DRUNTIME_CHECK=tsan -DENABLE_TOX_TEST=OFF -DTHREADERCISER=ON'
-    - QPID_PROTON_CTEST_ARGS="-E 'python-test|python-integration-test'"
+    - QPID_PROTON_CMAKE_ARGS='-DRUNTIME_CHECK=tsan -DTHREADERCISER=ON'
+    # python-test, python-pep8-test, python-integration-test, and python-tox-test (currently all python tests) segfault
+    - QPID_PROTON_CTEST_ARGS="-E 'python.*test'"
   - name: coverage
     os: linux
     dist: bionic


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org