Skip to content

Commit d3780d2

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

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
@@ -239,16 +239,18 @@ marketplacesuite(name = "SP Slot Repair", stopOnRequestFail = true):
239239

240240
test "repair from remote store only",
241241
NodeConfigs(
242-
clients: CodexConfigs.init(nodes = 1)
243-
# .debug()
244-
# .withLogFile()
245-
# .withLogTopics("node", "erasure")
246-
.some,
247-
providers: CodexConfigs.init(nodes = 3)
248-
# .debug()
249-
# .withLogFile()
250-
# .withLogTopics("marketplace", "sales", "statemachine", "reservations")
251-
.some,
242+
clients: CodexConfigs
243+
.init(nodes = 1)
244+
# .debug()
245+
.withLogFile()
246+
# .withLogTopics("node", "erasure")
247+
.some,
248+
providers: CodexConfigs
249+
.init(nodes = 3)
250+
# .debug()
251+
.withLogFile()
252+
# .withLogTopics("marketplace", "sales", "statemachine", "reservations")
253+
.some,
252254
):
253255
let client0 = clients()[0]
254256
let provider0 = providers()[0]

0 commit comments

Comments
 (0)