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 782181e NO-JIRA: Uncomment http tests in CI. This closes #1240 782181e is described below commit 782181ecc915f6d6675fbba43fcdf6f67e997d01 Author: Ganesh Murthy <gmur...@apache.org> AuthorDate: Wed Jun 2 10:13:07 2021 -0400 NO-JIRA: Uncomment http tests in CI. This closes #1240 --- .github/workflows/build.yaml | 4 ++-- .travis.yml | 6 ------ 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index bd5cfef..43690b1 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|system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'" + DispatchCTestExtraArgs: "-E 'system_tests_authz_service_plugin'" LD_LIBRARY_PATH: ${{github.workspace}}/install/lib steps: @@ -282,7 +282,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|system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'" + DispatchCTestExtraArgs: "-E 'system_tests_authz_service_plugin'" # TODO(DISPATCH-2144) use -DPython_EXECUTABLE=/usr/bin/python3-debug when issue is fixed, # as that allows for -DSANITIZE_3RD_PARTY=ON on Fedora diff --git a/.travis.yml b/.travis.yml index 5f6fa2c..c2c004f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,6 @@ 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: @@ -64,7 +63,6 @@ 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 @@ -92,7 +90,6 @@ jobs: - CXX=clang++-12 - 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 @@ -117,7 +114,6 @@ 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) on arm64" arch: arm64 os: linux @@ -145,7 +141,6 @@ 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: @@ -169,7 +164,6 @@ 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