From 4f6d8dd8ce48fc0765d86c326dfd7ab47041a9dd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 Aug 2025 10:29:29 +0000 Subject: [PATCH] Fix SweepingProvider by adding missing Reprovider.Interval configuration Co-authored-by: guillaumemichel <15075495+guillaumemichel@users.noreply.github.com> --- test/cli/provider_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/cli/provider_test.go b/test/cli/provider_test.go index 6988ef558..65daa8ada 100644 --- a/test/cli/provider_test.go +++ b/test/cli/provider_test.go @@ -553,6 +553,7 @@ func TestProvider(t *testing.T) { apply: func(n *harness.Node) { n.SetIPFSConfig("Reprovider.Sweep.Enabled", true) n.SetIPFSConfig("Reprovider.Sweep.MaxWorkers", 6) // TODO: necessary otherswise Provide pinned+mfs fails. not sure why + n.SetIPFSConfig("Reprovider.Interval", "22h") // Required to enable provider system }, }, }