Jan Tattermusch
5d352ded8b
disable a few macos bazel tests
5 years ago
Mark D. Roth
3d3b6d8a8a
shard xds_end2end_test
5 years ago
Vijay Pai
be6979202b
Revamp server-side C++ callback API, message allocator, and mocking
5 years ago
Vijay Pai
9cbd685304
Prevent use of pthread header
5 years ago
Vijay Pai
73de768139
Test server destruction without explicit Shutdown
5 years ago
Esun Kim
88527cc393
Add missing #include condition_variable
5 years ago
Esun Kim
f40a702441
Clean up headers
5 years ago
Prashant Jaikumar
c9117fa198
Fix C++ tests to enable running on android
5 years ago
Vijay Pai
334fffc8c7
Repeat changes of #20968 which were accidentally reverted
5 years ago
Jan Tattermusch
986070d280
use test size instead of timeout
5 years ago
Yash Tibrewal
79aa21fa71
Reviewer comments
5 years ago
Yash Tibrewal
61020b55f9
Remove GRPC_CLOSURE_LIST_SCHED and remove scheduler field from grpc_closure
5 years ago
Muxi Yan
d93dd0aca5
Fix gRPC-C++ podspec
5 years ago
Muxi Yan
67e90c38f0
Nit fix in Podfile
5 years ago
Muxi Yan
b4aace992c
Make cpp_cronet test use gRPC-C++/Cronet
5 years ago
Alexander Polcyn
7cd0d9266b
Raise deadline of RPC in cancel_ares_query_test
5 years ago
Yash Tibrewal
d60b60a837
Reviewer comments
5 years ago
Esun Kim
e8863d0064
Fix new & delete match
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
Vijay Pai
3928a20bdf
Fix outdated thread invocation that now causes Windows breakage
5 years ago
Esun Kim
3a519a0b64
Replaced grpc_core New & Delete with C++ new & delete
5 years ago
Richard Belleville
9918329bb5
Groundhog day
5 years ago
Richard Belleville
57e40c87e9
Buildifier again
5 years ago
Esun Kim
de81f120b2
Abseilify StringView
5 years ago
Jan Tattermusch
44f6b99d07
disable flaky timer_test on windows
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
Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
5 years ago
Richard Belleville
444d5b7760
Revert "Reuse the definition already in the bazel/ directory"
...
Turns out that putting this in the main build definition starklark file
means that our users will also incur a dependency on the repo rule.
That's no bueno.
This reverts commit 78e443b4f6
.
5 years ago
Richard Belleville
78e443b4f6
Reuse the definition already in the bazel/ directory
5 years ago
Richard Belleville
4c8935761d
Add wrapper layer for Blaze
5 years ago
Yash Tibrewal
08ba7246c0
Remove GRPC_CLOSURE_RUN and replace with grpc_core::Closure::Run
5 years ago
Yash Tibrewal
3a189d7e08
test changes
5 years ago
Eytan Kidron
c97ce9057b
Simplify the platform and constraints settings for remote execution
...
* Remove the toolchains //third_party/toolchains:local and //third_party/toolchains:local_large.
* Remove the platforms :rbe_ubuntu1604, :rbe_ubuntu1604_large, :local and :local_large.
* No longer inherit from @rbe_default//config:platform but instead use it directly. It is now the only non-windows platform.
* When creating @rbe_default//config:platform directly with rbe_autoconfig, set dockerAddCapabilities and dockerPrivileged directly in the exec_properties field. No need to set dockerNetwork to "off" and dockerSiblingContainers to false since these are the defaults.
* Also set gceMachineType = "n1-highmem-2" on the default platform. This value can be overridden by specific targets that want to use LARGE_MACHINE.
* Use create_exec_properties_dict where appropriate.
* Use custom_exec_properties to define LARGE_MACHINE.
I wasn't able to test thoroughly that this PR does not break any existing targets. I was not able to run anything on windows/mac and I also don't have access to gRPC's RBE setup.
5 years ago
Mark D. Roth
7ccdc85fa0
CDS LB policy
5 years ago
Jan Tattermusch
e5e3f70a1a
Revert "Revert "Upgrade to bazel 1.0.0""
5 years ago
nanahpang
8983ad4aff
Revert "Measure benchmark results more accurately in qps_driver"
5 years ago
Na-Na Pang
18580a9f4e
clang format
5 years ago
Na-Na Pang
03ac8490ea
revert changes
5 years ago
Na-Na Pang
1ead5c1905
remove the last invalid read, which cause hanging issue in driver
5 years ago
Na-Na Pang
968f7130a7
Fix typo
5 years ago
Na-Na Pang
b6fe2678bb
Clarify comments
5 years ago
Na-Na Pang
8edf0dd0c8
clang format
5 years ago
Na-Na Pang
3e90f3bea5
fix result inaccuracy in driver.cc
5 years ago
Mark D. Roth
bc7c655e37
Revert "Merge pull request #20745 from grpc/revert-20679-eds_health_status"
...
This reverts commit 9647a1ed99
, reversing
changes made to 61059132fa
.
5 years ago
Mark D. Roth
d942e69eac
Add new fields to xds policy config.
5 years ago
Mark D. Roth
d0c62504df
Reuse the same ports for each test.
5 years ago
Mark D. Roth
ea3e369649
Revert "Merge pull request #20772 from nanahpang/fix-xds-test-suite"
...
This reverts commit 100006d4cf
, reversing
changes made to 47b873078f
.
5 years ago
Na-Na Pang
e925081c5b
clang format
5 years ago