From ae0c6afa31183ca120c4cd51bbfe049413192226 Mon Sep 17 00:00:00 2001 From: Alexander Dejanovski Date: Fri, 29 Oct 2021 12:21:15 +0200 Subject: [PATCH] Remove diag events tests from flapping suite --- .github/workflows/ci.yaml | 5 +++-- .../event_subscriptions.feature | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d16c982ea..8bd72e999 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -636,10 +636,11 @@ jobs: test-type: [ccm] grim-max: [4] grim-min: [2] + cucumber-options: ['--tags ~@diag_event_subscriptions'] include: # all versions but trunk need to exclude trunk tests - cassandra-version: 4.0.0 - experimental: false + experimental: true - cassandra-version: 'github:apache/trunk' experimental: true steps: @@ -711,7 +712,7 @@ jobs: elassandra-version: ['6.2.3.26'] grim-min: [2] grim-max: [4] - cucumber-options: ['--tags ~@cassandra_4_0_onwards'] + cucumber-options: ['--tags ~@cassandra_4_0_onwards --tags ~@diag_event_subscriptions'] steps: - name: Checkout uses: actions/checkout@v2 diff --git a/src/server/src/test/resources/io.cassandrareaper.acceptance/event_subscriptions.feature b/src/server/src/test/resources/io.cassandrareaper.acceptance/event_subscriptions.feature index 60eea4004..28899aaeb 100644 --- a/src/server/src/test/resources/io.cassandrareaper.acceptance/event_subscriptions.feature +++ b/src/server/src/test/resources/io.cassandrareaper.acceptance/event_subscriptions.feature @@ -13,6 +13,7 @@ # limitations under the License. @cassandra_4_0_onwards +@diag_event_subscriptions Feature: Manage diagnostic event subscriptions Background: Given cluster seed host "127.0.0.1" points to cluster with name "test"