Skip to content

Commit bf5ae2e

Browse files
committed
Enable logs because the test seems to fail occasionally.
1 parent d312a07 commit bf5ae2e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tests/integration/30_minutes/testslotrepair.nim

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,16 @@ marketplacesuite(name = "SP Slot Repair", stopOnRequestFail = true):
162162

163163
test "repair from local and remote store",
164164
NodeConfigs(
165-
clients: CodexConfigs.init(nodes = 1)
166-
# .debug()
167-
# .withLogTopics("node", "erasure")
168-
.some,
169-
providers: CodexConfigs.init(nodes = 3)
170-
# .debug()
171-
# .withLogFile()
172-
# .withLogTopics("marketplace", "sales", "statemachine", "reservations")
173-
.some,
165+
clients: CodexConfigs
166+
.init(nodes = 1)
167+
# .debug()
168+
.withLogFile()
169+
.withLogTopics("node", "erasure").some,
170+
providers: CodexConfigs
171+
.init(nodes = 3)
172+
# .debug()
173+
.withLogFile()
174+
.withLogTopics("marketplace", "sales", "statemachine", "reservations").some,
174175
):
175176
let client0 = clients()[0]
176177
let provider0 = providers()[0]

0 commit comments

Comments
 (0)