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:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-30 16:05:57 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-05-31 07:41:14 +0300
commit9e15fbcc9edfc476fb511a5cbfa638fac295ebde (patch)
treee53e132181b9417835e3b0284305f579e7d16e26 /internal/praefect/transaction_test.go
parentd93eb3873e082e85b3aeb24f02908794cd2dd156 (diff)
praefect: Enable testing with SHA256 for all packages
Enable testing with the SHA256 object format for all Praefect related packages. Given that most of the tests don't go down to the repository level the majority of tests only need to drop the seed repository in order to work correctly with SHA256.
Diffstat (limited to 'internal/praefect/transaction_test.go')
-rw-r--r--internal/praefect/transaction_test.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/internal/praefect/transaction_test.go b/internal/praefect/transaction_test.go
index 16bf0678d..a6216cb61 100644
--- a/internal/praefect/transaction_test.go
+++ b/internal/praefect/transaction_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package praefect
import (