Skip to content

Commit 5c379b4

Browse files
committed
enables "withLogFile" for repair from remote store only integration test
1 parent cbba824 commit 5c379b4

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

tests/integration/30_minutes/testslotrepair.nim

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,17 @@ 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+
# .withLogTopics("node", "erasure")
169+
.withLogFile().some,
170+
providers: CodexConfigs
171+
.init(nodes = 3)
172+
# .debug()
173+
.withLogFile()
174+
# .withLogTopics("marketplace", "sales", "statemachine", "reservations")
175+
.some,
174176
):
175177
let client0 = clients()[0]
176178
let provider0 = providers()[0]
@@ -241,7 +243,7 @@ marketplacesuite(name = "SP Slot Repair", stopOnRequestFail = true):
241243
NodeConfigs(
242244
clients: CodexConfigs.init(nodes = 1)
243245
# .debug()
244-
# .withLogFile()
246+
# .withLogFile()
245247
# .withLogTopics("node", "erasure")
246248
.some,
247249
providers: CodexConfigs.init(nodes = 3)

0 commit comments

Comments
 (0)