Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'internal/praefect/datastore/glsql/testing.go')
-rw-r--r--internal/praefect/datastore/glsql/testing.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/praefect/datastore/glsql/testing.go b/internal/praefect/datastore/glsql/testing.go
index 9de73d7b0..968e6ff56 100644
--- a/internal/praefect/datastore/glsql/testing.go
+++ b/internal/praefect/datastore/glsql/testing.go
@@ -58,6 +58,8 @@ func (db DB) TruncateAll(t testing.TB) {
"replication_queue_lock",
"node_status",
"shard_primaries",
+ "repository_generations",
+ "storage_generations",
)
}