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:
authorJames Fargher <jfargher@gitlab.com>2022-11-09 05:15:39 +0300
committerJames Fargher <jfargher@gitlab.com>2022-11-14 23:41:38 +0300
commit3dc07ffefc4cf60fe4d7d9d42abe79fd88c65a76 (patch)
tree7b4bb2e67c116c4d30b04f13f26e9e98a6c4ed6a
parent840db628294a5f1f46a78a403f2cb66c013e2102 (diff)
safe: Allow test to run in sha256 mode
The implementation of safe is object hash agnostic.
-rw-r--r--internal/safe/file_writer_test.go2
-rw-r--r--internal/safe/locking_directory_test.go2
-rw-r--r--internal/safe/locking_file_writer_test.go2
-rw-r--r--internal/safe/main_test.go2
4 files changed, 0 insertions, 8 deletions
diff --git a/internal/safe/file_writer_test.go b/internal/safe/file_writer_test.go
index 83992a25a..dac76ff43 100644
--- a/internal/safe/file_writer_test.go
+++ b/internal/safe/file_writer_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package safe_test
import (
diff --git a/internal/safe/locking_directory_test.go b/internal/safe/locking_directory_test.go
index d58b96388..98ab2d8fd 100644
--- a/internal/safe/locking_directory_test.go
+++ b/internal/safe/locking_directory_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package safe_test
import (
diff --git a/internal/safe/locking_file_writer_test.go b/internal/safe/locking_file_writer_test.go
index 83af8c691..ee75eb76d 100644
--- a/internal/safe/locking_file_writer_test.go
+++ b/internal/safe/locking_file_writer_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package safe_test
import (
diff --git a/internal/safe/main_test.go b/internal/safe/main_test.go
index 823e2365d..cdfecce3d 100644
--- a/internal/safe/main_test.go
+++ b/internal/safe/main_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package safe_test
import (