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

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


The following commit(s) were added to refs/heads/main by this push:
     new 566320a  NO-JIRA: Comment out system_tests_http1_adaptor, 
system_tests_http2 and system_tests_grpc. This closes #1188.
566320a is described below

commit 566320a63e3b8f657f61da719dcca842ee11633b
Author: Ganesh Murthy <gmur...@apache.org>
AuthorDate: Wed May 5 15:08:36 2021 -0400

    NO-JIRA: Comment out system_tests_http1_adaptor, system_tests_http2 and 
system_tests_grpc. This closes #1188.
---
 .github/workflows/build.yaml | 2 +-
 .travis.yml                  | 6 ++++++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index ac87e53..8a253a7 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -182,7 +182,7 @@ jobs:
       DispatchBuildDir: ${{github.workspace}}/qpid-dispatch/build
       InstallPrefix: ${{github.workspace}}/install
       # TODO(DISPATCH-2078) re-enable system_tests_authz_service_plugin when 
the GHA failure is understood and fixed
-      DispatchCTestExtraArgs: "-E 'system_tests_authz_service_plugin'"
+      DispatchCTestExtraArgs: "-E 
'system_tests_authz_service_plugin|system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'"
       LD_LIBRARY_PATH: ${{github.workspace}}/install/lib
     steps:
 
diff --git a/.travis.yml b/.travis.yml
index 5a476e1..fa2d1c9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -52,6 +52,7 @@ jobs:
     - QPID_SYSTEM_TEST_TIMEOUT=300
     - PATH="/usr/bin:$PATH" PROTON_VERSION=main BUILD_TYPE=Debug
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan'
+    - DISPATCH_CTEST_EXTRA='-E 
system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'
   - name: "qdrouterd:Coverage"
     os: linux
     env:
@@ -63,6 +64,7 @@ jobs:
     - QPID_SYSTEM_TEST_TIMEOUT=300
     - PATH="/usr/bin:$PATH" PROTON_VERSION=0.34.0 BUILD_TYPE=RelWithDebInfo
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan 
-DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
+    - DISPATCH_CTEST_EXTRA='-E 
system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
     os: linux
     dist: focal
@@ -85,6 +87,7 @@ jobs:
     - CXX=clang++-11
     - PATH="/usr/bin:$PATH" PROTON_VERSION=main BUILD_TYPE=RelWithDebInfo
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan 
-DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
+    - DISPATCH_CTEST_EXTRA='-E 
system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (gcc on focal)"
     arch: s390x
     os: linux
@@ -111,6 +114,7 @@ jobs:
       - QPID_SYSTEM_TEST_TIMEOUT=300
       - PROTON_VERSION=main BUILD_TYPE=RelWithDebInfo
       - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan 
-DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG -DQD_ENABLE_ASSERTIONS=ON 
-DDISPATCH_TEST_TIMEOUT=500'
+      - DISPATCH_CTEST_EXTRA='-E 
system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
     arch: arm64
     os: linux
@@ -138,6 +142,7 @@ jobs:
       - CXX=clang++-11
       - PROTON_VERSION=main BUILD_TYPE=RelWithDebInfo
       - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan 
-DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG -DQD_ENABLE_ASSERTIONS=ON 
-DDISPATCH_TEST_TIMEOUT=500'
+      - DISPATCH_CTEST_EXTRA='-E 
system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'
   - name: "qdrouterd:Default Build"
     os: linux
     env:
@@ -161,6 +166,7 @@ jobs:
     - QPID_SYSTEM_TEST_TIMEOUT=300
     - PATH="/usr/bin:$PATH" PROTON_VERSION=0.34.0
     - DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=tsan'
+    - DISPATCH_CTEST_EXTRA='-E 
system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'
   - name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on macOS)"
     os: osx
     osx_image: xcode11

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

Reply via email to