ref: fafbd2f4802df3b858e0e12c3472a4498c20854b
parent: f20afd54df46481a019fb37a701da63eecb97f04
author: Runxi Yu <me@runxiyu.org>
date: Fri Dec 12 10:38:42 EST 2025
tests: No need for the "10 errors" limit now. Bring it all on
--- a/repo_current_test.go
+++ b/repo_current_test.go
@@ -43,7 +43,7 @@
if err != nil { t.Logf("failed to read object %s: %v", hash, err)errors++
- if errors > 10 {+ if errors > 0 { t.Fatalf("too many errors (%d) reading objects", errors)}
continue
--
⑨