enables "withLogFile" for repair from remote store only integration test

This commit is contained in:
Marcin Czenko 2025-06-25 13:16:22 +02:00
parent 28ccfb1744
commit 61783dba19
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0

View File

@ -162,15 +162,17 @@ marketplacesuite(name = "SP Slot Repair", stopOnRequestFail = true):
test "repair from local and remote store",
NodeConfigs(
clients: CodexConfigs.init(nodes = 1)
# .debug()
# .withLogTopics("node", "erasure")
.some,
providers: CodexConfigs.init(nodes = 3)
# .debug()
# .withLogFile()
# .withLogTopics("marketplace", "sales", "statemachine", "reservations")
.some,
clients: CodexConfigs
.init(nodes = 1)
# .debug()
# .withLogTopics("node", "erasure")
.withLogFile().some,
providers: CodexConfigs
.init(nodes = 3)
# .debug()
.withLogFile()
# .withLogTopics("marketplace", "sales", "statemachine", "reservations")
.some,
):
let client0 = clients()[0]
let provider0 = providers()[0]
@ -241,7 +243,7 @@ marketplacesuite(name = "SP Slot Repair", stopOnRequestFail = true):
NodeConfigs(
clients: CodexConfigs.init(nodes = 1)
# .debug()
# .withLogFile()
# .withLogFile()
# .withLogTopics("node", "erasure")
.some,
providers: CodexConfigs.init(nodes = 3)