Skip to content

Commit

Permalink
*: fix check-2 to bazel (pingcap#37055)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored Aug 11, 2022
1 parent 997da52 commit fb1b850
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ bazel_golangcilinter:
@com_github_golangci_golangci_lint//cmd/golangci-lint:golangci-lint \
-- run $$($(PACKAGE_DIRECTORIES)) --config ./.cilinter.yaml

bazel_brietest:
bazel_brietest: failpoint-enable bazel_ci_prepare
bazel $(BAZEL_GLOBAL_CONFIG) test $(BAZEL_CMD_CONFIG) --test_arg=-with-real-tikv \
-- //tests/realtikvtest/brietest/...

Expand Down
1 change: 0 additions & 1 deletion tests/realtikvtest/sessiontest/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ go_test(
"session_fail_test.go",
],
flaky = True,
shard_count = 50,
deps = [
"//config",
"//executor",
Expand Down

0 comments on commit fb1b850

Please sign in to comment.