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:
authorToon Claes <toon@gitlab.com>2022-07-08 17:48:23 +0300
committerToon Claes <toon@gitlab.com>2022-07-13 22:34:49 +0300
commit2714614dbcfbc32942c032bdb77d7922520464b0 (patch)
treedfeb5b387d06b07822dbd5e3f75cc30644f2d6f6
parent1b199008e27f1278907a5d7903bb72f470c179ee (diff)
housekeeping: Run tests in sha256 modetoon-sha256-tags
These tests are object format agnostic, so enable them to run in sha256 mode.
-rw-r--r--internal/git/housekeeping/object_pool_test.go2
-rw-r--r--internal/git/housekeeping/objects_test.go2
-rw-r--r--internal/git/housekeeping/testhelper_test.go2
3 files changed, 0 insertions, 6 deletions
diff --git a/internal/git/housekeeping/object_pool_test.go b/internal/git/housekeeping/object_pool_test.go
index e249b55dc..7c0bf5422 100644
--- a/internal/git/housekeeping/object_pool_test.go
+++ b/internal/git/housekeeping/object_pool_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package housekeeping
import (
diff --git a/internal/git/housekeeping/objects_test.go b/internal/git/housekeeping/objects_test.go
index 94809e436..0d65e60cd 100644
--- a/internal/git/housekeeping/objects_test.go
+++ b/internal/git/housekeeping/objects_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package housekeeping
import (
diff --git a/internal/git/housekeeping/testhelper_test.go b/internal/git/housekeeping/testhelper_test.go
index b374ea35c..3de1870cd 100644
--- a/internal/git/housekeeping/testhelper_test.go
+++ b/internal/git/housekeeping/testhelper_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package housekeeping
import (