fix: retry with backoff busy/locked errors on SQLite TruncateDBTables (#112667)

* fix: SQLite truncate with retry/backoff on busy/locked errors

* fix: use retryer package for retrying SQLite TruncateDBTables

* fix: use dskit/backoff package to return last error

* fix: do not log number of attempts
This commit is contained in:
Rafael Bortolon Paulovic
2025-10-22 18:54:44 +02:00
committed by GitHub
parent 638a1808f8
commit 4ae5c2ea84
2 changed files with 30 additions and 6 deletions
-2
View File
@@ -48,8 +48,6 @@ var gvr = schema.GroupVersionResource{
}
func TestIntegrationFoldersApp(t *testing.T) {
t.Skip("Skipping flaky test")
testutil.SkipIntegrationTestInShortMode(t)
if !db.IsTestDbSQLite() {