Skip to content

Commit

Permalink
deprecates cassandra test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
liverpool8056 committed May 18, 2023
1 parent 166112c commit 69e526c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ jobs:
ports:
- 5432:5432
options: --health-cmd pg_isready --health-interval 5s --health-timeout 5s --health-retries 8
cassandra:
image: cassandra:3
ports:
- 7199:7199
- 7000:7000
- 9160:9160
- 9042:9042
options: --health-cmd "cqlsh -e 'describe cluster'" --health-interval 5s --health-timeout 5s --health-retries 8

steps:
- name: Checkout Kong source code
Expand Down
4 changes: 3 additions & 1 deletion spec/01-unit/19-hybrid/03-compat_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -342,8 +342,10 @@ describe("kong.clustering.compat", function()
end)
end)


for _, strategy in helpers.each_strategy() do
describe("[#" .. strategy .. "]: check compat for entities those have `updated_at` field", function()
local compat_describe = (strategy == "postgres") and describe or pending
compat_describe("[#" .. strategy .. "]: check compat for entities those have `updated_at` field", function()
local bp, db, entity_names

setup(function()
Expand Down

0 comments on commit 69e526c

Please sign in to comment.