You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by jd...@apache.org on 2021/03/05 16:30:07 UTC

[qpid-dispatch] branch jiridanek-patch-2 updated: exclude libuv incompatible tests

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

jdanek pushed a commit to branch jiridanek-patch-2
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/jiridanek-patch-2 by this push:
     new 135f72d  exclude libuv incompatible tests
135f72d is described below

commit 135f72deeecafbe256290dbb0983caafa20d4260
Author: Jiri Daněk <jd...@redhat.com>
AuthorDate: Fri Mar 5 17:29:59 2021 +0100

    exclude libuv incompatible tests
---
 .github/workflows/build.yaml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index 9e91a1d..0345ccb 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -177,6 +177,10 @@ jobs:
         proactor: [epoll, libuv]
         shard: [1, 2]
         shards: [2]
+        include:
+          # exclude tests that require raw_connection functionality; not available in libuv proactor
+          - proactor: libuv
+            ctest_extra: "-E 'system_tests_tcp_adaptor|system_tests_http1_adaptor|system_tests_http2|system_tests_grpc'"
     env:
       BuildType: ${{matrix.buildType}}
       ProtonBuildDir: ${{github.workspace}}/qpid-proton/build
@@ -218,7 +222,7 @@ jobs:
         working-directory: ${{env.DispatchBuildDir}}
         run: |
           ulimit -c unlimited
-          ctest -C ${BuildType} -V -T Test --no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} -j2
+          ctest -C ${BuildType} -V -T Test --no-compress-output -I ${{matrix.shard}},,${{matrix.shards}} ${{matrix.ctest_extra}} -j2
 
       - name: Upload test results
         uses: actions/upload-artifact@v2


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