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

Don't run pruning tests on H2, they time-out [DPP-755] #11897

Merged
merged 1 commit into from
Nov 26, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions ledger/ledger-on-memory/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,8 @@ conformance_test(
test_tool_args = [
"--additional=MultiPartySubmissionIT",
"--additional=ContractIdIT:RejectV0,ContractIdIT:AcceptSuffixedV1,ContractIdIT:AcceptNonSuffixedV1",
"--additional=ParticipantPruningIT",
# Notoriously times-out
#"--additional=ParticipantPruningIT",
"--additional=CommandDeduplicationParallelIT",
"--additional=CompletionDeduplicationInfoITCommandService",
"--additional=CompletionDeduplicationInfoITCommandSubmissionService",
Expand All @@ -176,7 +177,8 @@ conformance_test(
test_tool_args = [
"--additional=MultiPartySubmissionIT",
"--additional=ContractIdIT:RejectV0,ContractIdIT:AcceptSuffixedV1,ContractIdIT:AcceptNonSuffixedV1",
"--additional=ParticipantPruningIT",
# Notoriously times-out
#"--additional=ParticipantPruningIT",
"--additional=CommandDeduplicationParallelIT",
"--additional=CompletionDeduplicationInfoITCommandService",
"--additional=CompletionDeduplicationInfoITCommandSubmissionService",
Expand All @@ -203,7 +205,8 @@ conformance_test(
],
test_tool_args = [
"--verbose",
"--additional=ParticipantPruningIT",
# Notoriously times-out
#"--additional=ParticipantPruningIT",
"--additional=KVCommandDeduplicationIT",
# The following two tests don't actually care about multi-participant but they do need append-only.
"--additional=CommandDeduplicationParallelIT",
Expand All @@ -229,7 +232,8 @@ conformance_test(
],
test_tool_args = [
"--verbose",
"--additional=ParticipantPruningIT",
# Notoriously times-out
#"--additional=ParticipantPruningIT",
"--additional=CommandDeduplicationParallelIT",
"--additional=CompletionDeduplicationInfoITCommandService",
"--additional=CompletionDeduplicationInfoITCommandSubmissionService",
Expand Down