forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…db#62468 62402: roachtest: not fail sqlsmith on known issue r=yuzefovich a=yuzefovich This commit makes `sqlsmith` roachtest not fail on one known issue (cockroachdb#40929) in order to avoid unnecessary noise. Release note: None 62443: lint: don't use -unused.whole-program when PKG is specified r=HonoreDB a=stevendanna The unused linter's whole program mode will create false-positives when PKG is specified. As a result, anyone trying to use make lint PKG=./pkg/SOMETHING has to carefully read the failure output to see if it was actually a success. By not passing that flag when PKG is specified, more cases of the above command complete without erroneous findings. Release note: None 62448: Update README.md r=j-low a=kannanlakshmi Updated quick start section to include a link to CockroachCloud 62468: bazel: set `crdb_test`, `crdb_test_off` build tags appropriately r=rickystewart a=rickystewart Fixes cockroachdb#61724 Release note: None Co-authored-by: Yahor Yuzefovich <[email protected]> Co-authored-by: Steven Danna <[email protected]> Co-authored-by: Lakshmi Kannan <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
8 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# TODO(irfansharif): We should fold this into `dev` instead (#56965). | ||
|
||
build --ui_event_filters=-DEBUG --define gotags=bazel | ||
test --define gotags=bazel | ||
build --ui_event_filters=-DEBUG --define gotags=bazel,crdb_test_off | ||
test --define gotags=bazel,crdb_test | ||
query --ui_event_filters=-DEBUG | ||
|
||
try-import %workspace%/.bazelrc.user |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters