Skip to content

Commit

Permalink
rename athena test to reflect that it uses export bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
KSDaemon committed Sep 26, 2024
1 parent 6ffa16b commit 4e31cf4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/drivers-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
needs: [latest-tag-sha, build]
if: (needs['latest-tag-sha'].outputs.sha != github.sha)
env:
CLOUD_DATABASES: athena bigquery databricks-jdbc databricks-jdbc-export-bucket-s3 snowflake snowflake-export-bucket-s3
CLOUD_DATABASES: athena-export-bucket-s3 bigquery databricks-jdbc databricks-jdbc-export-bucket-s3 snowflake snowflake-export-bucket-s3
# As per docs:
# Secrets cannot be directly referenced in if: conditionals. Instead, consider setting
# secrets as job-level environment variables, then referencing the environment variables
Expand All @@ -186,7 +186,7 @@ jobs:
node:
- 20.x
database:
- athena
- athena-export-bucket-s3
- bigquery
- clickhouse
- clickhouse-export-bucket-s3
Expand Down
2 changes: 1 addition & 1 deletion packages/cubejs-testing-drivers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test-driver": "TZ=UTC jest --forceExit --runInBand --verbose",
"athena-driver": "yarn test-driver -i dist/test/athena-driver.test.js",
"athena-core": "yarn test-driver -i dist/test/athena-core.test.js",
"athena-full": "yarn test-driver -i dist/test/athena-full.test.js",
"athena-export-bucket-s3-full": "yarn test-driver -i dist/test/athena-export-bucket-s3-full.test.js",
"bigquery-driver": "yarn test-driver -i dist/test/bigquery-driver.test.js",
"bigquery-core": "yarn test-driver -i dist/test/bigquery-core.test.js",
"bigquery-full": "yarn test-driver -i dist/test/bigquery-full.test.js",
Expand Down

0 comments on commit 4e31cf4

Please sign in to comment.