Doug Fawley
|
e5829de296
|
testing: allow 10m for first xds fault_injection case (#25779)
|
4 years ago |
Menghan Li
|
74b767d72c
|
xds testing: set fault injection env var, so the test can be turned on (#25735)
Note that this doesn't turn on the tests. The tests needs to be turned on in the kokoro shell scripts.
|
4 years ago |
Menghan Li
|
c57a4be05d
|
Disable fault injection env var in xds interop tests (#25676)
|
4 years ago |
Doug Fawley
|
6276b66490
|
run_xds_tests: add fault_injection tests (#25641)
|
4 years ago |
Doug Fawley
|
df3e225466
|
run_xds_tests: use frozenset for const instead of set
|
4 years ago |
Doug Fawley
|
526a5690f5
|
add timeout to xds test runs; prevent running V3/alpha tests
use alpha API for patching URL maps
|
4 years ago |
Doug Fawley
|
dcbfcdbf80
|
formatting
|
4 years ago |
Doug Fawley
|
c73932b261
|
add timeout tests
|
4 years ago |
Menghan Li
|
b125fd3bf5
|
xds testing: add case insensitive path matching
|
4 years ago |
Menghan Li
|
be3369ceae
|
add regex header matching
|
4 years ago |
Menghan Li
|
fe52ed2a82
|
xds_testing: add more header matcher tests
- present_match
- Int64Range range_match
|
4 years ago |
Menghan Li
|
e9e3412d9f
|
xds testing: increase path and header matching timeout
|
4 years ago |
Penn (Dapeng) Zhang
|
5fe5a29965
|
fix sanity check again
|
4 years ago |
Penn (Dapeng) Zhang
|
b4a98b0a67
|
fix sanity check
|
4 years ago |
Menghan Li
|
898671eb4e
|
xds testing: add regex path matching test
|
4 years ago |
Penn (Dapeng) Zhang
|
d8e77ce36b
|
revert _v3 suffix to log dir
|
4 years ago |
Penn (Dapeng) Zhang
|
33640690c2
|
add TOOD to remove default value
|
4 years ago |
Menghan Li
|
6851eeefaa
|
xds testing: add failover test based on load
|
4 years ago |
Menghan Li
|
609fd3c01b
|
xds testing: make header matching and path matching fail properly
|
4 years ago |
Penn (Dapeng) Zhang
|
e0125be888
|
add project_num in node_id
|
4 years ago |
Penn (Dapeng) Zhang
|
b2b01baf78
|
Run xds v3 tests in kokoro integration
|
4 years ago |
Stanley Cheung
|
d04f80a156
|
review comment fixes
|
4 years ago |
Stanley Cheung
|
e4ebd44cd6
|
Ruby: add support to circuit_breaking xds interop test case
|
4 years ago |
Menghan Li
|
01fc101b19
|
xds testing: more header matchers testsr
- prefix
- suffix
- invert(of exact)
|
4 years ago |
Eric Gribkoff
|
057c1d1faf
|
Do not try to generate unique suffix when keep_gcp_resources is set
|
4 years ago |
Donna Dionne
|
e4a060fb1e
|
Adding client changes needed for circuit breaking tests
- reworking interop client to accpet ClientConfig RPC
- adding new stats RPC
|
4 years ago |
Chengyuan Zhang
|
bf202c5399
|
Merge pull request #24779 from voidzcy/impl/set_circuit_breaking_env_var_in_test_env
Set enabling circuit breaking env var in xDS test client environment
|
4 years ago |
Eric Gribkoff
|
ce63c1c2d9
|
Merge pull request #24797 from ericgribkoff/less_backends
Delay creation of extra backend services
|
4 years ago |
Eric Gribkoff
|
80c5d68b82
|
Delay creation of extra backend services
|
4 years ago |
Chengyuan Zhang
|
71057c6031
|
Set enabling circuit breaking env var in xDS test client environment.
|
4 years ago |
Chengyuan Zhang
|
972978c11e
|
Fix formatting.
|
4 years ago |
Chengyuan Zhang
|
00bb398c58
|
Perform circuit breaking test with dedicated backend services.
|
4 years ago |
Chengyuan Zhang
|
3fef71243a
|
Use two extra backend services for circuit breaking test.
|
4 years ago |
Chengyuan Zhang
|
16d6b8044f
|
Fix lint, formatting.
|
4 years ago |
Chengyuan Zhang
|
07ddf4eaef
|
Enhance logging messages.
|
4 years ago |
Chengyuan Zhang
|
003ce563f4
|
Only disable config validation for circuit breaking test.
|
4 years ago |
Chengyuan Zhang
|
bd0b4bb367
|
Implement more advanced circuit breaking test with two backend services.
|
4 years ago |
Chengyuan Zhang
|
df64f452de
|
Configure client to send both unary and empty calls.
|
4 years ago |
Chengyuan Zhang
|
8c24041c37
|
Enable running circuit_breaking_test_advanced.
|
4 years ago |
Chengyuan Zhang
|
c7506e9b41
|
Implement advanced circuit breaking test
|
4 years ago |
Chengyuan Zhang
|
d25d8d64a3
|
Ensure number of outstanding RPCs being stable.
|
4 years ago |
Chengyuan Zhang
|
4f5d6e44a6
|
Formatting.
|
4 years ago |
Chengyuan Zhang
|
172b59be33
|
Fix formatting.
|
4 years ago |
Chengyuan Zhang
|
1d0bed27d6
|
Simplify test logic by only checking the number of RPCs being in-flight.
|
4 years ago |
Chengyuan Zhang
|
993050099d
|
Use _WAIT_FOR_BACKEND_SEC as the timeout for waiting a specific number of RPCs to be in-flight.
|
4 years ago |
Chengyuan Zhang
|
1746fae565
|
Eliminate unnecessary wait_until_all_rpcs_fail
|
4 years ago |
Chengyuan Zhang
|
9a2a75f830
|
Directly use enum values defined in the message instead of doing string conversion.
|
4 years ago |
Chengyuan Zhang
|
6c1907aa42
|
Move circuit_breaking from _TEST_CASES to _ADDITIONAL_TEST_CASES as not all languages have the feature ready.
|
4 years ago |
Chengyuan Zhang
|
66feb8c2d9
|
Implement the basic test case for limiting max number of concurrent RPCs.
|
4 years ago |
Eric Gribkoff
|
2f2abdf22a
|
yapf
|
4 years ago |