Skip to content

Commit 5be2a66

Browse files
willmostlynineinchnick
authored andcommitted
Move trino tests to tests subdirectory
1 parent 5e01541 commit 5be2a66

8 files changed

+11
-11
lines changed

.github/workflows/ci-cd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
version: v0.24.0
5757
- name: Run tests
58-
run: ./test.sh ${{ matrix.args }}
58+
run: ./tests/trino/test.sh ${{ matrix.args }}
5959

6060
test-gateway:
6161
runs-on: ubuntu-latest

.gitignore

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.idea/*
2-
cert.key
3-
cert.crt
2+
tests/trino/cert.key
3+
tests/trino/cert.crt
File renamed without changes.

test.sh tests/trino/test.sh

+8-8
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ declare -A testCases=(
1414
)
1515

1616
declare -A testCaseCharts=(
17-
[default]="charts/trino"
18-
[single_node]="charts/trino"
19-
[complete_values]="charts/trino"
20-
[overrides]="charts/trino"
21-
[access_control_properties_values]="charts/trino"
22-
[exchange_manager_values]="charts/trino"
23-
[graceful_shutdown]="charts/trino"
24-
[resource_groups_properties]="charts/trino"
17+
[default]="../../charts/trino"
18+
[single_node]="../../charts/trino"
19+
[complete_values]="../../charts/trino"
20+
[overrides]="../../charts/trino"
21+
[access_control_properties_values]="../../charts/trino"
22+
[exchange_manager_values]="../../charts/trino"
23+
[graceful_shutdown]="../../charts/trino"
24+
[resource_groups_properties]="../../charts/trino"
2525
)
2626

2727
function join_by {

0 commit comments

Comments
 (0)