run simple Go test only
authorLaszlo Boszormenyi (GCS) <gcs@debian.org>
Wed, 28 Sep 2022 17:05:02 +0000 (18:05 +0100)
committerLaszlo Boszormenyi (GCS) <gcs@debian.org>
Wed, 28 Sep 2022 17:05:02 +0000 (18:05 +0100)
Last-Update: 2022-04-01

Race testing is available on amd64, ppc64le and arm64 only.

Gbp-Pq: Name no_go_race.patch

lib/go/Makefile.am

index 06399f5f4a34aa122f26653f377d782830e66652..788a0539b83efe3fb653dc3852de404dc8013ad5 100644 (file)
@@ -40,7 +40,7 @@ install:
 # https://github.com/golang/go/issues/52445 is fixed.
 check-local:
        $(GO) vet -mod=mod -stdmethods=false github.com/apache/thrift/lib/go/thrift
-       $(GO) test -mod=mod -race ./thrift
+       $(GO) test -mod=mod ./thrift
 
 clean-local:
        $(RM) -rf pkg