Skip to content

Commit e12092e

Browse files
committed
Test with JdbcDatabaseIntegrationTest
1 parent 84bda11 commit e12092e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ci/tests-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ jdbc:
236236
db_healthcheck: curl -sf http://localhost:9020/v1/projects/emulator-project/instances > /dev/null 2>&1
237237
# Spanner emulator does not support user management; authentication is bypassed with autoConfigEmulator=true
238238
create_test_user: # Do nothing
239-
run: ./gradlew integrationTestJdbc "-Dscalardb.jdbc.url=jdbc:cloudspanner://localhost:9010/projects/emulator-project/instances/test-instance/databases/test-db;autoConfigEmulator=true;dialect=POSTGRESQL" --tests JdbcAdminIntegrationTest
239+
run: ./gradlew integrationTestJdbc "-Dscalardb.jdbc.url=jdbc:cloudspanner://localhost:9010/projects/emulator-project/instances/test-instance/databases/test-db;autoConfigEmulator=true;dialect=POSTGRESQL" --tests JdbcDatabaseIntegrationTest
240240

241241
- label: spanner_binary
242242
display_name: Spanner (binary emulator)
@@ -258,7 +258,7 @@ jdbc:
258258
db_healthcheck: curl -sf http://localhost:9020/v1/projects/emulator-project/instances > /dev/null 2>&1
259259
# Spanner emulator does not support user management; authentication is bypassed with autoConfigEmulator=true
260260
create_test_user: # Do nothing
261-
run: ./gradlew integrationTestJdbc "-Dscalardb.jdbc.url=jdbc:cloudspanner://localhost:9010/projects/emulator-project/instances/test-instance/databases/test-db;autoConfigEmulator=true;dialect=POSTGRESQL" --tests JdbcAdminIntegrationTest
261+
run: ./gradlew integrationTestJdbc "-Dscalardb.jdbc.url=jdbc:cloudspanner://localhost:9010/projects/emulator-project/instances/test-instance/databases/test-db;autoConfigEmulator=true;dialect=POSTGRESQL" --tests JdbcDatabaseIntegrationTest
262262

263263
# - label: sqlserver_%VERSION%
264264
# display_name: SQL Server %VERSION%

0 commit comments

Comments
 (0)