File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5656 strategy :
5757 fail-fast : false
5858 matrix :
59- case : ["integration-test-txn", "integration-test-raw"]
59+ case : ["integration-test-txn", "integration-test-raw", "integration-test-specified" ]
6060 env :
6161 CARGO_INCREMENTAL : 0
6262 TIKV_VERSION : v7.5.5
Original file line number Diff line number Diff line change 11export RUSTFLAGS =-Dwarnings
22
3- .PHONY : default check unit-test generate integration-tests integration-tests-txn integration-tests-raw test doc docker-pd docker-kv docker all
3+ .PHONY : default check unit-test generate integration-tests integration-tests-txn integration-tests-raw integration-test-specified test doc docker-pd docker-kv docker all
44
55export PD_ADDRS ?= 127.0.0.1 :2379
66export MULTI_REGION ?= 1
@@ -36,6 +36,8 @@ integration-test-txn: generate
3636integration-test-raw : generate
3737 $(RUN_INTEGRATION_TEST ) raw_
3838
39+ integration-test-specified : generate
40+ $(RUN_INTEGRATION_TEST ) txn_split_batch
3941
4042test : unit-test integration-test
4143
You can’t perform that action at this time.
0 commit comments