Skip to content

Commit

Permalink
Add test
Browse files Browse the repository at this point in the history
  • Loading branch information
rautenrieth-da committed Aug 30, 2021
1 parent 4a5c500 commit 7f0ebf6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ledger/sandbox/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -322,3 +322,16 @@ server_conformance_test(
"--include=ContractIdIT:Accept",
],
)

# TODO append-only: cleanup
server_conformance_test(
name = "next-conformance-test-append-only",
server_args = [
"--enable-append-only-schema",
],
servers = {"postgres": NEXT_SERVERS["postgres"]},
test_tool_args = [
"--open-world",
"--exclude=ClosedWorldIT",
],
)

0 comments on commit 7f0ebf6

Please sign in to comment.