Craig Tiller
5dd93dae93
Coverage improvements
9 years ago
vjpai
780a7f205d
Add in security support, make payload protos configurable
...
Have not yet added tests with security support, coming soon
9 years ago
Sree Kuchibhotla
b5e98c5c69
Make number of stubs per channel configurable and expose metrics from
...
client
9 years ago
Craig Tiller
32bd81d205
Add a test for cancel_with_status
9 years ago
Craig Tiller
1726e83fe2
Add a test with a large negative deadline
...
Mirrors a node test, and fix a bug that it found
9 years ago
Craig Tiller
61ead3e061
Lower latency profiling
...
Current latency profiles have their tails dominated by writing latency
logs, which is hugely undesirable.
Now when a thread log fills up, push it to a background thread to write
to disk. At shutdown, wait for all latency traces to be flushed.
9 years ago
Adele Zhou
d01cbe324c
Move string filter to report_utils
9 years ago
Adele Zhou
a30f829e62
Renamed report_utils.py.
9 years ago
Adele Zhou
2271ab5aea
Create a separate utility for reporting.
9 years ago
vjpai
aa39192d70
Cleanup directory and make minor changes
9 years ago
Craig Tiller
ca1593a955
stream_op cleanup: build system changes
9 years ago
vjpai
119c103ab0
Split up into a new service proto, use proper service suffix, add a
...
reset option to the mark, create a closed loop config params (empty
message) for consistency with other tests.
9 years ago
Jan Tattermusch
a09edad02a
run all the tests for C# extension coverage
9 years ago
vjpai
754751e3c6
Numerous proto changes to make things more sane and fix some outstanding issues
9 years ago
Jan Tattermusch
bdf4b2e5da
C# native extension coverage on Linux
9 years ago
Jan Tattermusch
61c3a83e94
unbreak linux csharp gcov
9 years ago
Jan Tattermusch
bf3b153fdf
Add OpenCover coverage for C#
9 years ago
Nicolas "Pixel" Noble
fe300456f7
Fixing 'all' run tests target.
9 years ago
Adele Zhou
4671096736
Escape quotation marks in html.
9 years ago
Adele Zhou
d5fffa5850
Print detailed results for each test.
9 years ago
Nicolas "Pixel" Noble
895a2dfe77
Disabling qps openloop's test.
9 years ago
murgatroid99
8ae409f574
Prevent run_tests.py from running make if the language has no make targets
9 years ago
Sree Kuchibhotla
eed7fd4c1c
File changes after re-running generate_projects.sh after my previous commit: 117c8af8d3
9 years ago
Carl Mastrangelo
7a17140bda
s/exit/sys.exit/
9 years ago
Jan Tattermusch
e3d6625fdb
use proper shortname for sanity tests
9 years ago
Adele Zhou
f2ca7bc06c
Fixed a couple places not updated with new jobset.run() return values.
9 years ago
Jan Tattermusch
29fd00567e
adjust paralellism and timeouts
9 years ago
Jan Tattermusch
39e3cb3a38
prevent container name reuse error for timeout flakes
9 years ago
Sree Kuchibhotla
119062428f
Fix the error reported by tools/run_tests/check_sources_and_headers.py
9 years ago
murgatroid99
a653e0fe7e
Added per-test XML reports for Node tests on Jenkins
9 years ago
Adele Zhou
51b6eaeb5f
Add an indicator for server and client languages.
9 years ago
Jan Tattermusch
bfbd038ab1
correctly display auth interop tests in HTML report
9 years ago
Jan Tattermusch
5d1c7e81e0
remove extra print statement
9 years ago
Jan Tattermusch
289b7b9f7a
add notion of unimplemented interop tests
9 years ago
Jan Tattermusch
c8b94418f8
simplify cmdline arg logic
9 years ago
Adele Zhou
e4c3561074
generate html report for interop tests
9 years ago
vjpai
52bfb2564f
Split qpstest.proto into two parts - one for performance stats and
...
one for control.
Eliminate the use of our own SimpleRequest and SimpleResponse and
instead share the one from end2end testing
9 years ago
Jan Tattermusch
25ec13e903
fix go build_interop script
9 years ago
Jan Tattermusch
75d2ee0708
unify args passed to interop tests
9 years ago
Alistair Veitch
dcfb3fe482
add CPU tests
9 years ago
Jan Tattermusch
3b6fef1292
fix some python auth interop tests
9 years ago
Sree Kuchibhotla
fbc376f935
Interop stress tests
9 years ago
vjpai
0cc1341199
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
9 years ago
Jan Tattermusch
7f24fb3a3b
-use_tls=true is language independent now
9 years ago
Jan Tattermusch
785efd453e
accept --use_tls=true --use_test_ca=true in python
9 years ago
Sree Kuchibhotla
728a6104d5
Interop stress tests
9 years ago
Jan Tattermusch
73b3eea149
accept --use_tls=true and --use_test_ca=true in ruby
9 years ago
Stanley Cheung
f565dfb46a
add check to see if file exists
9 years ago
Stanley Cheung
22b6bed483
revert global_env usage for build_interop_image
9 years ago
Stanley Cheung
cea11394c2
bring env variable to build_interop_image script
9 years ago