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", test "repair from local and remote store",
NodeConfigs( NodeConfigs(
clients: CodexConfigs.init(nodes = 1) clients: CodexConfigs
# .debug() .init(nodes = 1)
# .withLogTopics("node", "erasure") # .debug()
.some, .withLogFile()
providers: CodexConfigs.init(nodes = 3) .withLogTopics("node", "erasure").some,
# .debug() providers: CodexConfigs
# .withLogFile() .init(nodes = 3)
# .withLogTopics("marketplace", "sales", "statemachine", "reservations") # .debug()
.some, .withLogFile()
.withLogTopics("marketplace", "sales", "statemachine", "reservations").some,
): ):
let client0 = clients()[0] let client0 = clients()[0]
let provider0 = providers()[0] let provider0 = providers()[0]