aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
...
| * | | | | | Potential fix for failing to start binaries on macGravatar Craig Tiller2015-11-04
| | |/ / / / | |/| | | |
| | | * | | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
| | | |\ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' into protosplitGravatar vjpai2015-11-04
|\| | | | |
* | | | | | Secure performance testing for C++ is in the hizzouse!Gravatar vjpai2015-11-04
| | | | | |
| * | | | | Merge pull request #4042 from adelez/separate_reportingGravatar Craig Tiller2015-11-04
| |\ \ \ \ \ | | | | | | | | | | | | | | Define resultset.
| | * | | | | Define resultset.Gravatar Adele Zhou2015-11-04
| | |/ / / /
| | | * | | Merge remote-tracking branch 'origin/run_some_tests_faster' into ↵Gravatar Craig Tiller2015-11-04
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | lb_policies_fxxx
| | | | * | | If run_tests is invoked with a regex, compile only those targetsGravatar Craig Tiller2015-11-04
| | | |/ / / | | |/| | |
| * / | | | Coverage improvementsGravatar Craig Tiller2015-11-04
| |/ / / /
| | * | | Merge github.com:grpc/grpc into new_opGravatar Craig Tiller2015-11-04
| | |\ \ \ | | |/ / / | |/| | |
* | | | | Add in security support, make payload protos configurableGravatar vjpai2015-11-04
| | | | | | | | | | | | | | | | | | | | Have not yet added tests with security support, coming soon
| | | * | Make number of stubs per channel configurable and expose metrics fromGravatar Sree Kuchibhotla2015-11-03
| | |/ / | |/| | | | | | | | | | client
| | * | Add a test for cancel_with_statusGravatar Craig Tiller2015-11-03
| | | |
| | * | Add a test with a large negative deadlineGravatar Craig Tiller2015-11-03
| | | | | | | | | | | | | | | | Mirrors a node test, and fix a bug that it found
| | | * Lower latency profilingGravatar Craig Tiller2015-11-03
| | |/ | | | | | | | | | | | | | | | | | | | | | 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.
| * | Move string filter to report_utilsGravatar Adele Zhou2015-11-03
| | |
| * | Renamed report_utils.py.Gravatar Adele Zhou2015-11-03
| | |
| * | Create a separate utility for reporting.Gravatar Adele Zhou2015-11-03
| | |
* | | Cleanup directory and make minor changesGravatar vjpai2015-11-02
| | |
| | * stream_op cleanup: build system changesGravatar Craig Tiller2015-11-02
| |/
* | Merge remote-tracking branch 'upstream/master' into protosplitGravatar vjpai2015-11-02
|\|
| * Merge pull request #3974 from adelez/bazel-like-outputGravatar Craig Tiller2015-10-29
| |\ | | | | | | Bazel like output
* | | Split up into a new service proto, use proper service suffix, add aGravatar vjpai2015-10-29
| | | | | | | | | | | | | | | reset option to the mark, create a closed loop config params (empty message) for consistency with other tests.
| * | Merge pull request #3987 from jtattermusch/csharp_opencoverGravatar Nicolas Noble2015-10-28
| |\ \ | | | | | | | | Add OpenCover coverage for C#
| | * | run all the tests for C# extension coverageGravatar Jan Tattermusch2015-10-28
| | | |
* | | | Numerous proto changes to make things more sane and fix some outstanding issuesGravatar vjpai2015-10-28
| | | |
| * | | Merge pull request #3983 from nicolasnoble/coverage-supportGravatar Jan Tattermusch2015-10-28
| |\ \ \ | | | | | | | | | | Fixing 'all' run tests target.
| | | * | C# native extension coverage on LinuxGravatar Jan Tattermusch2015-10-28
| | | | |
| | | * | unbreak linux csharp gcovGravatar Jan Tattermusch2015-10-27
| | | | |
| | | * | Add OpenCover coverage for C#Gravatar Jan Tattermusch2015-10-27
| | | | |
| | * | | Fixing 'all' run tests target.Gravatar Nicolas "Pixel" Noble2015-10-27
| | | | |
| | | | * Escape quotation marks in html.Gravatar Adele Zhou2015-10-27
| | | | |
| | | | * Print detailed results for each test.Gravatar Adele Zhou2015-10-27
| | | |/ | | |/|
| * / | Disabling qps openloop's test.Gravatar Nicolas "Pixel" Noble2015-10-27
| |/ /
| * | Merge pull request #3970 from murgatroid99/node_runtests_no_makeGravatar Nicolas Noble2015-10-26
| |\ \ | | | | | | | | Prevent run_tests.py from running make if the language has no make targets
| * \ \ Merge pull request #3962 from sreecha/skip_stress_testsGravatar Nicolas Noble2015-10-26
| |\ \ \ | | | | | | | | | | Skip running stress_tests on jenkins by run_tests.py
| * \ \ \ Merge pull request #3964 from jtattermusch/sanity_sanityGravatar Nicolas Noble2015-10-26
| |\ \ \ \ | | | | | | | | | | | | Use proper shortname for sanity tests
| | | | * | Prevent run_tests.py from running make if the language has no make targetsGravatar murgatroid992015-10-26
| | |_|/ / | |/| | |
| | | * | File changes after re-running generate_projects.sh after my previous commit: ↵Gravatar Sree Kuchibhotla2015-10-26
| | | |/ | | | | | | | | | | | | 117c8af8d327455e6
| * | / s/exit/sys.exit/Gravatar Carl Mastrangelo2015-10-26
| | |/ | |/|
| | * use proper shortname for sanity testsGravatar Jan Tattermusch2015-10-26
| |/
| * Merge pull request #3948 from adelez/add_interop_reportGravatar Jan Tattermusch2015-10-23
| |\ | | | | | | Fixed a couple places not updated with new jobset.run() return values.
| | * Fixed a couple places not updated with new jobset.run() return values.Gravatar Adele Zhou2015-10-23
| | |
| * | adjust paralellism and timeoutsGravatar Jan Tattermusch2015-10-22
| | |
| * | prevent container name reuse error for timeout flakesGravatar Jan Tattermusch2015-10-22
| | |
| * | Merge pull request #3868 from sreecha/stress_tests_newGravatar David G. Quintas2015-10-22
| |\ \ | | | | | | | | Interop stress tests
| * \ \ Merge pull request #3928 from murgatroid99/node_jenkins_xml_report_retryGravatar Nicolas Noble2015-10-22
| |\ \ \ | | | | | | | | | | Added per-test XML reports for Node tests on Jenkins
| | | * | Fix the error reported by tools/run_tests/check_sources_and_headers.pyGravatar Sree Kuchibhotla2015-10-22
| | | | |
| * | | | Merge pull request #3901 from a-veitch/test_cpuGravatar Craig Tiller2015-10-22
| |\ \ \ \ | | | | | | | | | | | | Add test for CPU functions.
| | | * | | Added per-test XML reports for Node tests on JenkinsGravatar murgatroid992015-10-22
| | |/ / / | |/| | |