commit | c0a7050c0ab0200345d97d34fe1f83846701bf76 | [log] [tgz] |
---|---|---|
author | Zachary Wasserman <zachwass2000@gmail.com> | Tue Jun 27 07:58:13 2017 -0700 |
committer | Jens Geyer <jensg@apache.org> | Sat Jul 01 16:05:10 2017 +0200 |
tree | 1130aa5ef8662bb8a091f14e14a5ca9a8d8156e7 | |
parent | c1794358bbf755f7bccacefb6a325804aa195d65 [diff] [blame] |
THRIFT-4237 Fix data races in Go TServerSocket Client: Go Patch: Zachary Wasserman <zachwass2000@gmail.com> This closes #1300
diff --git a/lib/go/Makefile.am b/lib/go/Makefile.am index ff946ea..b26a890 100644 --- a/lib/go/Makefile.am +++ b/lib/go/Makefile.am
@@ -31,7 +31,7 @@ @echo '##############################################################' check-local: - $(GO) test ./thrift + $(GO) test -race ./thrift all-local: $(GO) build ./thrift