Skip to content

Commit

Permalink
Remove a bunch of ledger-on-memory tests (digital-asset#12618)
Browse files Browse the repository at this point in the history
- vanila test -> low value, it is replicating what SoX test already does
- legacy-error-codes -> low value, this functionality is on its way out
- performance envelope -> low value, noone cares how fast that ledger is

CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
mziolekda authored Jan 27, 2022
1 parent f5c9a67 commit e55622e
Showing 1 changed file with 0 additions and 47 deletions.
47 changes: 0 additions & 47 deletions ledger/ledger-on-memory/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -135,37 +135,6 @@ da_scala_binary(
],
)

# Full conformance test (single node setup)
conformance_test(
name = "conformance-test",
ports = [6865],
server = ":app",
server_args = [
"--contract-id-seeding=testing-weak",
"--participant=participant-id=example,port=6865",
],
test_tool_args = [
"--verbose",
],
)

# Full conformance test asserting the Ledger API returning legacy error codes
conformance_test(
name = "conformance-test-legacy-error-codes",
ports = [6865],
server = ":app",
server_args = [
"--contract-id-seeding=testing-weak",
"--participant=participant-id=example,port=6865",
"--index-append-only-schema",
"--use-pre-1.18-error-codes",
],
test_tool_args = [
"--verbose",
"--exclude=CommandDeduplicationPeriodValidationIT", # The test expects the new error codes.
],
)

# Full conformance test (two participant setup)
conformance_test(
name = "conformance-test-multi-participant",
Expand Down Expand Up @@ -203,19 +172,3 @@ conformance_test(
"--exclude=ConfigManagementServiceIT",
],
)

conformance_test(
name = "benchmark-performance-envelope",
ports = [6865],
server = ":app",
server_args = [
"--contract-id-seeding=testing-weak",
"--participant=participant-id=example,port=6865",
],
test_tool_args = [
"--verbose",
"--perf-tests=PerformanceEnvelope.Throughput.TwentyOPS",
"--perf-tests=PerformanceEnvelope.Latency.1000ms",
"--perf-tests=PerformanceEnvelope.TransactionSize.1000KB",
],
)

0 comments on commit e55622e

Please sign in to comment.