Skip to content

Commit

Permalink
Assume sharded DB in replay-verify
Browse files Browse the repository at this point in the history
Resolves the error where ledger metadb can't be opened under
db/ledger_db, because when sharded the db should be at
db/ledger_db/metadata
  • Loading branch information
msmouse committed Mar 5, 2025
1 parent 732336d commit 12a685c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/replay-verify/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
get_kubectl_credentials,
)

SHARDING_ENABLED = False
SHARDING_ENABLED = True
MAX_RETRIES = 5
RETRY_DELAY = 20 # seconds
QUERY_DELAY = 5 # seconds
Expand Down

0 comments on commit 12a685c

Please sign in to comment.