Skip to content

Commit

Permalink
Move trino tests to tests subdirectory
Browse files Browse the repository at this point in the history
  • Loading branch information
willmostly authored and nineinchnick committed Dec 4, 2024
1 parent 5e01541 commit 5be2a66
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
with:
version: v0.24.0
- name: Run tests
run: ./test.sh ${{ matrix.args }}
run: ./tests/trino/test.sh ${{ matrix.args }}

test-gateway:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.idea/*
cert.key
cert.crt
tests/trino/cert.key
tests/trino/cert.crt
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
16 changes: 8 additions & 8 deletions test.sh → tests/trino/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ declare -A testCases=(
)

declare -A testCaseCharts=(
[default]="charts/trino"
[single_node]="charts/trino"
[complete_values]="charts/trino"
[overrides]="charts/trino"
[access_control_properties_values]="charts/trino"
[exchange_manager_values]="charts/trino"
[graceful_shutdown]="charts/trino"
[resource_groups_properties]="charts/trino"
[default]="../../charts/trino"
[single_node]="../../charts/trino"
[complete_values]="../../charts/trino"
[overrides]="../../charts/trino"
[access_control_properties_values]="../../charts/trino"
[exchange_manager_values]="../../charts/trino"
[graceful_shutdown]="../../charts/trino"
[resource_groups_properties]="../../charts/trino"
)

function join_by {
Expand Down

0 comments on commit 5be2a66

Please sign in to comment.