Yash Tibrewal
f4e55b85bc
Replace disrespectful term
4 years ago
Esun Kim
be761cd430
Fixed sign-compare warnings
4 years ago
Sergii Tkachenko
8db79e2e71
Python style: reformat code using updated yapf 0.30.0
4 years ago
Adam Cozzette
63ee5b62c2
Updated parse_json.cc to rely on config_protobuf.h for protobuf types
...
Google's internal version of the gRPC codebase uses a version of
protobuf with a different namespace and include paths. This commit makes
parse_json.cc rely on config_protobuf.h for protobuf types so that it
will work properly in that environment. I also replaced a call to
Status::error_code() with a call to Status::code() instead. This way the
code will work with absl::Status, which has a somewhat different API
compared to google::protobuf::util::Status.
4 years ago
AJ Heller
01378c742f
Add TODO for the OOM fix that makes these tests flaky
4 years ago
AJ Heller
34ba812e20
Mark QPS Benchmark Tests as flaky
4 years ago
Esun Kim
53ab235fb8
Fix google-explicit-constructor
4 years ago
Esun Kim
2ff84ed8c2
C++ cast for void*
4 years ago
Esun Kim
ac080fd17a
Fix readability-inconsistent-declaration-parameter-name manually
4 years ago
Esun Kim
75e3e660fd
Fix google-readability-todo
4 years ago
Mark D. Roth
27e1c1c56d
clang-tidy: enable google-readability-braces-around-statements
4 years ago
capstan
131579d52d
Roll forward of commit 7883b51: Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
This reverts commit da66b7d14e
.
NEW:
* Adds references to `absl/flags/declare.h`, new to LTS 2020923.2 imported in commit 5b43440
.
* Works around MSVC 2017 compiler error with large help text on flags by reducing the help text.
4 years ago
Esun Kim
ccdfcc2ee8
Add workaround for bazel
4 years ago
Jan Tattermusch
a6b5e5c73a
make qps_worker --server_port behavior consistent with java
4 years ago
Nathan Herring
da66b7d14e
Revert "Abseil Flags"
4 years ago
capstan
7883b5133d
Use abseil's flags in tests.
...
This replaces gflags. Added TODOs where use of `absl::Duration` or `absl::FlagSaver` might be preferred in follow-up cleanup. Fixes #24493 .
4 years ago
Esun Kim
aae4f4cf18
Fix by misc-unused-using-decls
4 years ago
Esun Kim
9e8a13bb93
Fix by tidy-readability-redundant-control-flow
4 years ago
Esun Kim
e7434d385e
Fix by tidy-modernize-use-override
4 years ago
Esun Kim
6ae8463500
Fix by modernize-make-unique
4 years ago
Esun Kim
ece76ee1e8
Fix code by readability-container-size-empty
4 years ago
Esun Kim
a51fe3e675
Fix abseil-* clang-tidy errors
4 years ago
Esun Kim
c08f33c437
Fix clang-tidy errors
4 years ago
Esun Kim
6d6648c7e1
Fix clang-tidy errors
4 years ago
Alexander Polcyn
eed39b385a
Allow --qps_server_target_override to configure clients even if the driver isn't configuring any servers
4 years ago
Esun Kim
5112d75a46
Add TestEnvironment to tests
4 years ago
Esun Kim
3e7d5976b5
Add TestEnvironment to tests
4 years ago
Esun Kim
f2374fb591
Add TestEnvironment to tests
4 years ago
Esun Kim
165ee5007a
Replaced grpc::string with std::string
4 years ago
Esun Kim
2a3b1f0eb7
Revert log changes
4 years ago
Esun Kim
b3469c723e
Pre-assigned the server port and added more logs
5 years ago
Esun Kim
ed2037d343
Update by review
5 years ago
Esun Kim
0eefd8b209
Finish client first completely for client-lead tests
5 years ago
Esun Kim
d45f877dfb
Add more logs and asswert to qps_worker
5 years ago
Mark D. Roth
c769951764
Remove deprecated variant of JoinHostPort().
5 years ago
Mark D. Roth
fc6f26c89b
Remove grpc_core::StringView.
5 years ago
Alexander Polcyn
962a8f28f9
Add a flag to set a grpclb+pick_first service config in
...
CreateTestChannel; use CreateTestChannel in qps_json_driver
5 years ago
Esun Kim
415d41f9e8
Rerun clang-formatter-7
5 years ago
Jan Tattermusch
41ac287f7b
generate build metadata from bazel BUILD
5 years ago
Lidi Zheng
16ea383337
Update qps scenarios
5 years ago
Vijay Pai
6622c94c17
Shutdown server properly before CQs
5 years ago
Esun Kim
e52081f903
More pythons to be formatted
5 years ago
Jan Tattermusch
e5634f318c
dont run qps_json_driver and json_run_localhost scenarios under bazel on mac
5 years ago
Vijay Pai
be6979202b
Revamp server-side C++ callback API, message allocator, and mocking
5 years ago
Esun Kim
e45b60d1fe
Fix unique_ptr<char> memory allocation mismatch
5 years ago
Esun Kim
b2b7fc9af8
Replaced grpc_core::UniquePtr with std::unique_ptr
5 years ago
Richard Belleville
9918329bb5
Groundhog day
5 years ago
Richard Belleville
57e40c87e9
Buildifier again
5 years ago
Lidi Zheng
02f558e57a
Make the generated file buildifier format compatible
5 years ago
Lidi Zheng
202a02341f
Regenerate qps scenarios
5 years ago