Skip to content

Commit

Permalink
Use the SQL-backend to testing the postgres-backend (digital-asset#2954)
Browse files Browse the repository at this point in the history
gerolf-da authored and mergify[bot] committed Sep 18, 2019
1 parent 9cedf7c commit 52efe9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ledger/sandbox/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -207,7 +207,7 @@ conformance_test(
"@postgresql_dev_env//:initdb",
"@postgresql_dev_env//:pg_ctl",
],
server = ":sandbox-binary",
server = ":sandbox-ephemeral-postgres",
server_args = [
"--port 6865",
"--static-time",
@@ -227,7 +227,7 @@ conformance_test(
"@postgresql_dev_env//:initdb",
"@postgresql_dev_env//:pg_ctl",
],
server = ":sandbox-binary",
server = ":sandbox-ephemeral-postgres",
server_args = [
"--port 6865",
"--wall-clock-time",

0 comments on commit 52efe9c

Please sign in to comment.