File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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%
You can’t perform that action at this time.
0 commit comments