mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-02-20 21:43:14 +00:00
Enable logs because the test seems to fail occasionally.
This commit is contained in:
parent
d312a07ea9
commit
bf5ae2eb09
@ -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]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user