mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-07 07:53:07 +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",
|
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]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user