File tree 3 files changed +4
-6
lines changed
3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -187,19 +187,19 @@ test-with-cover-parallel: install-go-tools dashboard-ui split
187
187
gocov convert coverage | gocov-xml >> coverage.xml; \
188
188
@$(FAILPOINT_DISABLE )
189
189
190
- test-tso-function : install-go-tools dashboard-ui
190
+ test-tso-function : install-go-tools
191
191
# testing TSO function...
192
192
@$(DEADLOCK_ENABLE )
193
193
@$(FAILPOINT_ENABLE )
194
- CGO_ENABLED=1 GO111MODULE=on go test -race -tags tso_function_test $(TSO_INTEGRATION_TEST_PKGS ) || { $( FAILPOINT_DISABLE) ; $( DEADLOCK_DISABLE) ; exit 1; }
194
+ CGO_ENABLED=1 GO111MODULE=on go test -race -tags without_dashboard, tso_function_test $(TSO_INTEGRATION_TEST_PKGS ) || { $( FAILPOINT_DISABLE) ; $( DEADLOCK_DISABLE) ; exit 1; }
195
195
@$(FAILPOINT_DISABLE )
196
196
@$(DEADLOCK_DISABLE )
197
197
198
- test-tso-consistency : install-go-tools dashboard-ui
198
+ test-tso-consistency : install-go-tools
199
199
# testing TSO consistency...
200
200
@$(DEADLOCK_ENABLE )
201
201
@$(FAILPOINT_ENABLE )
202
- CGO_ENABLED=1 GO111MODULE=on go test -race -tags tso_consistency_test $(TSO_INTEGRATION_TEST_PKGS ) || { $( FAILPOINT_DISABLE) ; $( DEADLOCK_DISABLE) ; exit 1; }
202
+ CGO_ENABLED=1 GO111MODULE=on go test -race -tags without_dashboard, tso_consistency_test $(TSO_INTEGRATION_TEST_PKGS ) || { $( FAILPOINT_DISABLE) ; $( DEADLOCK_DISABLE) ; exit 1; }
203
203
@$(FAILPOINT_DISABLE )
204
204
@$(DEADLOCK_DISABLE )
205
205
Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/AlekSi/gocov-xml v1.0.0
7
7
github.com/BurntSushi/toml v0.3.1
8
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
9
8
github.com/aws/aws-sdk-go v1.35.3
10
9
github.com/axw/gocov v1.0.0
11
10
github.com/cakturk/go-netstat v0.0.0-20200220111822-e5b49efee7a5
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ github.com/VividCortex/mysqlerr v0.0.0-20200629151747-c28746d985dd/go.mod h1:f3H
20
20
github.com/Xeoncross/go-aesctr-with-hmac v0.0.0-20200623134604-12b17a7ff502 h1:L8IbaI/W6h5Cwgh0n4zGeZpVK78r/jBf9ASurHo9+/o =
21
21
github.com/Xeoncross/go-aesctr-with-hmac v0.0.0-20200623134604-12b17a7ff502 /go.mod h1:pmnBM9bxWSiHvC/gSWunUIyDvGn33EkP2CUjxFKtTTM =
22
22
github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
23
- github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM =
24
23
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751 /go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc =
25
24
github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf /go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0 =
26
25
github.com/alvaroloes/enumer v1.1.2 /go.mod h1:FxrjvuXoDAx9isTJrv4c+T410zFi0DtXIT0m65DJ+Wo =
You can’t perform that action at this time.
0 commit comments