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
path: root/client
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2023-02-07 13:35:51 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2023-02-07 13:57:20 +0300
commit3814f44ca8024292147e6bca0abd1697d2149a0f (patch)
treec937b0377739ea87ff69620fbda50ae9a1fc4303 /client
parentf08f19a28dfee5d0b5589f5263f13d4bdb142b1c (diff)
global: Convert generic packages to test with SHA256 object format
There's a bunch of generic packages that really don't depend much on the repository object format. Convert them to test with the SHA256 object format.
Diffstat (limited to 'client')
-rw-r--r--client/client_test.go2
-rw-r--r--client/dial_test.go2
-rw-r--r--client/pool_test.go2
3 files changed, 0 insertions, 6 deletions
diff --git a/client/client_test.go b/client/client_test.go
index b386a0429..8cd8c2c02 100644
--- a/client/client_test.go
+++ b/client/client_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package client
import (
diff --git a/client/dial_test.go b/client/dial_test.go
index 37339ade4..db34bf9d4 100644
--- a/client/dial_test.go
+++ b/client/dial_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package client
import (
diff --git a/client/pool_test.go b/client/pool_test.go
index 586c75287..37b6b9920 100644
--- a/client/pool_test.go
+++ b/client/pool_test.go
@@ -1,5 +1,3 @@
-//go:build !gitaly_test_sha256
-
package client
import (