Vijay Pai
30f1230c10
Remove unused parameter warning (16 of 20)
5 years ago
Vijay Pai
176dfc2289
Remove unused parameter warning (15 of 20)
5 years ago
Vijay Pai
2ded8cbadf
Remove unused parameter warning (14 of 20)
5 years ago
Vijay Pai
17c8c4c4f2
Remove unused parameter warning (13 of 20)
5 years ago
Vijay Pai
c3faf1c3b8
Remove unused parameter warning (12 of 20)
5 years ago
Vijay Pai
8ff71276f5
Remove unused parameter warning (11 of 20)
5 years ago
Vijay Pai
98cb13064c
Remove unused parameter warning (10 of 20)
5 years ago
Vijay Pai
53e7e9f3fe
Remove unused parameter warning (9 of 20)
5 years ago
Vijay Pai
826732a8be
Remove unused parameter warning (8 of 20)
5 years ago
Vijay Pai
b35f80d680
Remove unused parameter warning (7 of 20)
5 years ago
Vijay Pai
92f7d65055
Remove unused parameter warning (6 of 20)
5 years ago
Vijay Pai
c267467313
Remove unused parameter warning (5 of 20)
5 years ago
Vijay Pai
3c7b035ca6
Remove unused parameter warning (4 of 20)
5 years ago
Vijay Pai
38d87137f8
Remove unused parameter warning (3 of 20)
5 years ago
Vijay Pai
41d89242ad
Remove unused parameter warning (2 of 20)
5 years ago
Mark D. Roth
1564207245
Move XdsClient instantiation into xds resolver.
5 years ago
Vijay Pai
8908b58bc2
Make sure test does something
5 years ago
Vijay Pai
c2d749dea0
Fix portability issues and make more readable
5 years ago
Vijay Pai
d16c6792b0
Make thread_manager_test look like other tests
5 years ago
Qixuan Li
6a89c0e57e
Add more logging to channel_soak interop test to indicate the boundary of an iteration
5 years ago
Nicolas Noble
04d7e0d11f
Revert "Upgrade to bazel 1.0.0"
5 years ago
Jan Tattermusch
18fb48de59
use even better workaround
5 years ago
Hope Casey-Allen
3883c577f1
Skip running service config test on older libstdc++ versions and log to ERROR
5 years ago
Mark D. Roth
621ea6534d
Fix xds_bootstrap_test to actually run and fix bugs in it.
5 years ago
Mark D. Roth
9a276c07fa
Revert "Merge pull request #20593 from grpc/revert-20380-xds_client_bootstrap"
...
This reverts commit 0bd5efa55f
, reversing
changes made to f92c283a5d
.
5 years ago
Jan Tattermusch
260dc18f47
a cleaner workaround
5 years ago
Jan Tattermusch
932ce81228
workaround_slice_test_compiler_bug
5 years ago
Na-Na Pang
60f6689103
Fix typo
5 years ago
Na-Na Pang
f2e266fcd1
Fix typo
5 years ago
Na-Na Pang
cac43de33f
clang format
5 years ago
Na-Na Pang
fa02a5b0d9
Modify the calculation methods in driver and add comments in post_pocessing function
5 years ago
Jan Tattermusch
13abbd9a75
Revert "xds client bootstrap file"
5 years ago
Jan Tattermusch
74ade125f2
toolchains no longer support machine types
5 years ago
Na-Na Pang
203ec89c3e
Revert "Fix bug in system time and user time calculation"
...
This reverts commit 493d996e97
.
5 years ago
Soheil Hassas Yeganeh
5340111aa6
Fix sanity check.
5 years ago
Soheil Hassas Yeganeh
a7aa9cf9ac
Consider "Socket closed" to be a good status
...
Issue #20509
5 years ago
Juanli Shen
2a9a276c3b
Add InlinedVector::resize()
5 years ago
Moiz Haidry
d874a260bb
Fix unused variable error
5 years ago
Carlos O'Ryan
b3c4c49e36
bug: remove racy code to detect GCE on Windows
...
The code used to detect if a program was running on Windows by launching
a powershell script (which requires powershell to be installed), writing
the output to a file with a fixed name (which requires write permissions
in the local directory), and then reading the file (which may have
changed), and then deleting it (which may fail and introduces a race
with any other program running in the same directory).
This version reads a key from the Windows registry. That could fail if
the application does not have permissions to read the registry, but at
least does not crash when it does, and it is not inheritently racy.
5 years ago
Soheil Hassas Yeganeh
3081898d3e
Deflake QPS test.
...
In https://github.com/grpc/grpc/pull/20328 , we started shutting down the
servers and the clients at the time to make the benchmark resilient.
Since servers and clients are shutdown in parallel, there is always a
chance that they observe cancelled RPCs. This resulted in QPS benchmarks
failing. In this commit, we also accept cancelled RPCs in addition to
OK RPCs.
Fixes #20509
5 years ago
Jan Tattermusch
8e39f76b10
work around slice_test compiler bug
5 years ago
Mark D. Roth
2afaec231d
xds client bootstrap file
5 years ago
Zack Galbreath
d6f48913a1
Add distrib test for CMake pkg-config
5 years ago
Matthew Stevenson
c7802d488a
Fixed a small typos from previous commit.
5 years ago
Matthew Stevenson
313bb5848e
Remove some unnecessary comments.
5 years ago
Matthew Stevenson
ed198f5a54
Changed delete per Yang's comment.
5 years ago
Matthew Stevenson
c45a97d8cd
Changed delete per Yang's comment.
5 years ago
Juanli Shen
2dc42a1e02
Use ADS
5 years ago
Mark D. Roth
b01072586d
Refactor EDS and LRS code from xds LB policy into new XdsClient API.
5 years ago
Jan Tattermusch
082f3dc14a
temporatily disable client_channel_stress_test on win RBE
5 years ago