Craig Tiller
d1e01ac139
Add a test for a (now-illegal) build file construct ( #27602 )
...
* Add a test for a (now-illegal) build file construct
* add to test suite!
* fix
* fix
* fix syntax
3 years ago
Craig Tiller
969f3d55ef
Check that grpc_package statements have the right name ( #27608 )
...
* named-right
* Update check_package_name.py
* Automated change: Fix sanity tests
Co-authored-by: ctiller <ctiller@users.noreply.github.com>
3 years ago
AJ Heller
398b44405f
Add sanity check preventing "DO NOT SUBMIT"s from submitting ( #27250 )
3 years ago
Craig Tiller
b062fcd5c6
Ensure consistency of include style for <grpc.* headers ( #27233 )
...
* Add a tool to ensure consistency in how grpc public headers are included
* Apply tool
* add to test suite
* isort
3 years ago
Lidi Zheng
2231c2ba77
Introduce Python import sorting to our sanity test suite ( #26768 )
...
* Add isort_code.sh to sanity tests
* Run tools/distrib/isort_code.sh
* Fine tune the import order for relative imports
* Make pylint and project generation happy
* Fix a few corner cases
* Use --check instead of --diff
* The import order impacts test result somehow
* Make isort print diff and check output at the same time
* Let tools/run_tests/python_utils be firstparty library
* Run isort against latest HEAD
3 years ago
Yash Tibrewal
41df38bff8
Add script to check for illegal terms
4 years ago
Esun Kim
8db60763ca
Update by review
4 years ago
Esun Kim
0e0e12aa22
Using comp_db for clang-tidy
4 years ago
Vijay Pai
54a10f265d
Consistency check core_version and version
4 years ago
Lidi Zheng
4bb124f54f
Make yapf_code capable of making in-place changes
5 years ago
Lidi Zheng
5c048a4c7b
Move check pytype script to tools/distrib
5 years ago
Lidi Zheng
684c50389c
Add pytype as one of our sanity tests
5 years ago
Muxi Yan
3d9d825b3b
Rewrite the sanity check script
5 years ago
Vijay Pai
405d7b4ce0
Ban use of std::sync constructs
5 years ago
Lidi Zheng
2990b484fe
Add buildifier to sanity_tests.yaml
5 years ago
Esun Kim
807cd08f4a
Fix upb build typo
5 years ago
Esun Kim
e45c5f021b
Add check_upb_output to sanity test
5 years ago
Muxi Yan
bb7829b87b
Relocate cpu_cost to correct test case
6 years ago
Muxi Yan
ec8777c6aa
Add protobuf pod version sanitizer
6 years ago
Alexander Polcyn
880796e8ba
Revert "Ban std:: sync constructs"
...
This reverts commit bb8ba4547a
.
6 years ago
Vijay Pai
bb8ba4547a
Ban std:: sync constructs
6 years ago
Bill Feng
6e4df4fdfa
added qps scenario change to sanity checks
6 years ago
Muxi Yan
b24b212ee5
Make symbols of BoringSSL private to gRPC
6 years ago
Vijay Pai
79851428e9
Add a sanity check to avoid reintroducing dependence on cpp by core
6 years ago
David Garcia Quintas
8d35b8342c
Remove deprecated check_sources_and_headers.py sanity script
7 years ago
Alexander Polcyn
db3e898a98
Add a sanity check for inclusion of port_platform.h
7 years ago
Muxi Yan
0e00c43082
Move headers from grpc++ to grpcpp
7 years ago
ncteisen
1adad72979
Add to sanity, dont fix by default
7 years ago
Mehrdad Afshari
a2ed77db56
Add a sanity test for shellcheck
...
Start by checking the scripts in tools/run_tests/helper_scripts.
7 years ago
Vijay Pai
12bfc62e81
Sanity check to make sure that known unsecure target doesn't require security
7 years ago
Craig Tiller
d2ff02df18
Actually turn on the test
7 years ago
Craig Tiller
4ac2b8e585
Enable clang-tidy as a sanity check, fix up all known failures
7 years ago
josh
bd42ca1110
Adding check_bazel_workspace.py to perform a sanity check that the external repo dependencies expressed via git submodules and those expressed as Bazel WORKSPACE rules agree exactly.
7 years ago
Jan Tattermusch
eff25f9f5c
remove check_vsprojects sanity test
7 years ago
Vijay Pai
0d66b437ac
Check that all structs/unions in public core headers have named types
7 years ago
ncteisen
920bf3cdac
Add tracer sanity test
7 years ago
Craig Tiller
e476f7d33f
Strawman OWNERS --> CODEOWNERS script
7 years ago
Mehrdad Afshari
1a967c31c3
Added Pylint to sanity tests
...
Pylint is only enabled for "grpcio/grpc" package,
and various specific checks that currently fail are disabled,
each with a respective TODO item in the .pylintrc file.
8 years ago
Nathaniel Manista
00ac6288fd
pyformat_code.sh → yapf_code.sh
...
This should have been a part of 06dea573da
.
8 years ago
Masood Malekghassemi
06dea573da
Enable running Python formatting
8 years ago
Craig Tiller
18b4ba34b3
Enable sanity check
8 years ago
Matt Kwong
7e9bd6ca9a
Add tests for pull request test filtering
8 years ago
Yuchen Zeng
169c985f67
Remove generated pb files
8 years ago
thinkerou
3a9ba6bd53
delete some commits which not need
8 years ago
thinkerou
52664ccee5
Fix orig files for conflicting generated
9 years ago
Yuchen Zeng
ea09adc84b
Add a sanity test: check if the generated pb files are up-to-date
9 years ago
Masood Malekghassemi
58d24c259a
Add sanity test for grpcio protoc package
9 years ago
Matthew Iselin
50df82ffe4
Add a sanity check to make sure vsprojects stays usable.
9 years ago
David Garcia Quintas
5b385dcbcb
Added check_include_guards.py to the sanity tests suite
9 years ago
Nicolas "Pixel" Noble
a41940d0e0
Disabling check_version.
9 years ago