Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ledger-on-sql: PostgreSQL support. #4204

Merged
merged 11 commits into from
Jan 24, 2020
Merged
Prev Previous commit
Next Next commit
ledger-on-sql: Run integration tests in parallel.
  • Loading branch information
SamirTalwar committed Jan 24, 2020
commit d586f82c38ab2b6f91dcb749d28a0a1752ed8835
4 changes: 2 additions & 2 deletions ledger/ledger-on-sql/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load(
"//bazel_tools:scala.bzl",
"da_scala_binary",
"da_scala_library",
"da_scala_test",
"da_scala_test_suite",
)
load("//ledger/ledger-api-test-tool:conformance.bzl", "conformance_test")

Expand Down Expand Up @@ -124,7 +124,7 @@ da_scala_library(
],
)

da_scala_test(
da_scala_test_suite(
name = "ledger-on-sql-tests",
size = "small",
srcs = glob(["src/test/suite/**/*.scala"]),
Expand Down