-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathtest-definition.yaml
More file actions
167 lines (167 loc) · 4.06 KB
/
Copy pathtest-definition.yaml
File metadata and controls
167 lines (167 loc) · 4.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
# The MinIO chart does not work on OpenShift due to it not using the applicable
# ServiceAccount to the bucket creation job. Hence, the Bitnami chart is used.
#
# However, the Bitnami chart for MinIO which cannot use self-signed TLS
# certificates due to a bug in libminioclient.sh.
#
# Therefore, testing S3 access with TLS on OpenShift is currently broken due to
# the Native S3 implementation in Trino requiring S3 connections to use TLS.
#
# libminioclient.sh hard-codes localhost in the certificate:
# https://github.com/bitnami/containers/blob/7b976016fb6e926c91881bc4d824dd9e1c8e045f/bitnami/minio/2025/debian-12/rootfs/opt/bitnami/scripts/libminioclient.sh#L108
#
# See also:
# https://github.com/bitnami/containers/issues/13489
# https://github.com/bitnami/charts/issues/10307
#
# This should be revisited in case it now works.
---
dimensions:
- name: trino
values:
- "477"
- "479"
# To use a custom image, add a comma and the full name after the product version
# - 477,oci.stackable.tech/sdp/trino:477-stackable0.0.0-dev
- name: trino-latest
values:
- "479"
# To use a custom image, add a comma and the full name after the product version
# - 470,oci.stackable.tech/sdp/trino:470-stackable0.0.0-dev
- name: trino-delta
values:
- "477"
- name: hive
values:
- 3.1.3
- 4.2.0
- name: hive-latest
values:
- 4.2.0
- name: opa-latest
values:
- 1.16.2
- name: hdfs
values:
- 3.4.2
- name: zookeeper
values:
- 3.9.4
- 3.9.5
- name: keycloak
values:
- 25.0.0
- name: use-authentication
values:
- "true"
- "false"
- name: use-tls
values:
- "true"
- "false"
- name: use-internal-tls
values:
- "true"
- "false"
- name: ldap-use-tls
values:
- "false"
- "true"
- name: openshift
values:
- "false"
tests:
- name: smoke
dimensions:
- trino
- hive
- opa-latest
- hdfs
- zookeeper
- openshift
- name: tls
dimensions:
- trino-latest
- use-authentication
- use-tls
- use-internal-tls
- openshift
- name: resources
dimensions:
- trino-latest
- openshift
- name: authentication
dimensions:
- trino-latest
- ldap-use-tls
- openshift
- name: orphaned-resources
dimensions:
- trino-latest
- openshift
- name: logging
dimensions:
- trino
- openshift
- name: cluster-operation
dimensions:
- trino-latest
- openshift
- name: opa-authorization
dimensions:
- trino
- hive-latest
- opa-latest
- keycloak
- openshift
- name: fault-tolerant-execution
dimensions:
- trino
- openshift
- name: client-spooling
dimensions:
# The client spooling protocol was introduced in Trino 466 but it only works reliably starting with Trino 476.
# Long term we should test all versions
- trino-latest
- openshift
- name: listener
dimensions:
- trino
- openshift
- name: delta
# NOTE: this test only works because we set `parquet.use-column-index=false` in the delta catalog
# to work around this bug: https://github.com/trinodb/trino/issues/28885
dimensions:
- trino-delta
- hive-latest
- openshift
suites:
- name: nightly
# Run with the latest product versions and tls true and false to cover different tls code paths.
patch:
- dimensions:
- name: trino
expr: last
- name: hive
expr: last
- name: zookeeper
expr: last
- name: smoke-latest
# Useful during development
select:
- smoke
patch:
- dimensions:
- expr: last
- name: openshift
# Run with the openshift and all tls dimensions set to true
patch:
- dimensions:
- expr: last
- dimensions:
- name: openshift
expr: "true"
- name: use-tls
expr: "true"
- name: use-internal-tls
expr: "true"