Enable logs because the test seems to fail occasionally.

This commit is contained in:
Arnaud 2025-06-25 15:00:42 +02:00
parent d312a07ea9
commit bf5ae2eb09
No known key found for this signature in database
GPG Key ID: B8FBC178F10CA7AE

View File

@ -162,15 +162,16 @@ 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()
.withLogFile()
.withLogTopics("node", "erasure").some,
providers: CodexConfigs
.init(nodes = 3)
# .debug()
.withLogFile()
.withLogTopics("marketplace", "sales", "statemachine", "reservations").some,
):
let client0 = clients()[0]
let provider0 = providers()[0]