Skip to content

Commit 845056c

Browse files
committed
test: Add 37.0.0, remove 34.0.0
Note: Druid 37.0.0 doesn't support non-TLS S3 connections, so we drop the non-TLS tests.
1 parent ad2aad6 commit 845056c

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

tests/test-definition.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ dimensions:
1414
- name: druid
1515
values:
1616
- 30.0.1
17-
- 34.0.0
1817
- 35.0.1
18+
- 37.0.0
1919
# To use a custom image, add a comma and the full name after the product version
2020
# - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev
2121
- name: druid-latest
2222
values:
23-
- 35.0.1
23+
- 37.0.0
2424
# To use a custom image, add a comma and the full name after the product version
2525
# - 30.0.0,oci.stackable.tech/sdp/druid:30.0.0-stackable0.0.0-dev
2626
- name: zookeeper
@@ -42,7 +42,9 @@ dimensions:
4242
- name: s3-use-tls
4343
values:
4444
- "true"
45-
- "false"
45+
# Druid >= 37.0.0 (AWS SDK v2) does not support non-TLS S3 endpoints
46+
# due to SigV4 signing mismatches over HTTP.
47+
# - "false"
4648
- name: tls-mode
4749
values:
4850
- "no-tls"

0 commit comments

Comments
 (0)