Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | Potential fix for failing to start binaries on mac | Craig Tiller | 2015-11-04 | |
| | |/ / / / | |/| | | | | ||||
| | | * | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 | |
| | | |\ \ \ | | |_|/ / / | |/| | | | | ||||
* | | | | | | Merge branch 'master' into protosplit | vjpai | 2015-11-04 | |
|\| | | | | | ||||
* | | | | | | Secure performance testing for C++ is in the hizzouse! | vjpai | 2015-11-04 | |
| | | | | | | ||||
| * | | | | | Merge pull request #4042 from adelez/separate_reporting | Craig Tiller | 2015-11-04 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Define resultset. | |||
| | * | | | | | Define resultset. | Adele Zhou | 2015-11-04 | |
| | |/ / / / | ||||
| | | * | | | Merge remote-tracking branch 'origin/run_some_tests_faster' into ↵ | Craig Tiller | 2015-11-04 | |
| | | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | lb_policies_fxxx | |||
| | | | * | | | If run_tests is invoked with a regex, compile only those targets | Craig Tiller | 2015-11-04 | |
| | | |/ / / | | |/| | | | ||||
| * / | | | | Coverage improvements | Craig Tiller | 2015-11-04 | |
| |/ / / / | ||||
| | * | | | Merge github.com:grpc/grpc into new_op | Craig Tiller | 2015-11-04 | |
| | |\ \ \ | | |/ / / | |/| | | | ||||
* | | | | | Add in security support, make payload protos configurable | vjpai | 2015-11-04 | |
| | | | | | | | | | | | | | | | | | | | | Have not yet added tests with security support, coming soon | |||
| | | * | | Make number of stubs per channel configurable and expose metrics from | Sree Kuchibhotla | 2015-11-03 | |
| | |/ / | |/| | | | | | | | | | | client | |||
| | * | | Add a test for cancel_with_status | Craig Tiller | 2015-11-03 | |
| | | | | ||||
| | * | | Add a test with a large negative deadline | Craig Tiller | 2015-11-03 | |
| | | | | | | | | | | | | | | | | Mirrors a node test, and fix a bug that it found | |||
| | | * | Lower latency profiling | Craig Tiller | 2015-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_utils | Adele Zhou | 2015-11-03 | |
| | | | ||||
| * | | Renamed report_utils.py. | Adele Zhou | 2015-11-03 | |
| | | | ||||
| * | | Create a separate utility for reporting. | Adele Zhou | 2015-11-03 | |
| | | | ||||
* | | | Cleanup directory and make minor changes | vjpai | 2015-11-02 | |
| | | | ||||
| | * | stream_op cleanup: build system changes | Craig Tiller | 2015-11-02 | |
| |/ | ||||
* | | Merge remote-tracking branch 'upstream/master' into protosplit | vjpai | 2015-11-02 | |
|\| | ||||
| * | Merge pull request #3974 from adelez/bazel-like-output | Craig Tiller | 2015-10-29 | |
| |\ | | | | | | | Bazel like output | |||
* | | | Split up into a new service proto, use proper service suffix, add a | vjpai | 2015-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_opencover | Nicolas Noble | 2015-10-28 | |
| |\ \ | | | | | | | | | Add OpenCover coverage for C# | |||
| | * | | run all the tests for C# extension coverage | Jan Tattermusch | 2015-10-28 | |
| | | | | ||||
* | | | | Numerous proto changes to make things more sane and fix some outstanding issues | vjpai | 2015-10-28 | |
| | | | | ||||
| * | | | Merge pull request #3983 from nicolasnoble/coverage-support | Jan Tattermusch | 2015-10-28 | |
| |\ \ \ | | | | | | | | | | | Fixing 'all' run tests target. | |||
| | | * | | C# native extension coverage on Linux | Jan Tattermusch | 2015-10-28 | |
| | | | | | ||||
| | | * | | unbreak linux csharp gcov | Jan Tattermusch | 2015-10-27 | |
| | | | | | ||||
| | | * | | Add OpenCover coverage for C# | Jan Tattermusch | 2015-10-27 | |
| | | | | | ||||
| | * | | | Fixing 'all' run tests target. | Nicolas "Pixel" Noble | 2015-10-27 | |
| | | | | | ||||
| | | | * | Escape quotation marks in html. | Adele Zhou | 2015-10-27 | |
| | | | | | ||||
| | | | * | Print detailed results for each test. | Adele Zhou | 2015-10-27 | |
| | | |/ | | |/| | ||||
| * / | | Disabling qps openloop's test. | Nicolas "Pixel" Noble | 2015-10-27 | |
| |/ / | ||||
| * | | Merge pull request #3970 from murgatroid99/node_runtests_no_make | Nicolas Noble | 2015-10-26 | |
| |\ \ | | | | | | | | | Prevent run_tests.py from running make if the language has no make targets | |||
| * \ \ | Merge pull request #3962 from sreecha/skip_stress_tests | Nicolas Noble | 2015-10-26 | |
| |\ \ \ | | | | | | | | | | | Skip running stress_tests on jenkins by run_tests.py | |||
| * \ \ \ | Merge pull request #3964 from jtattermusch/sanity_sanity | Nicolas Noble | 2015-10-26 | |
| |\ \ \ \ | | | | | | | | | | | | | Use proper shortname for sanity tests | |||
| | | | * | | Prevent run_tests.py from running make if the language has no make targets | murgatroid99 | 2015-10-26 | |
| | |_|/ / | |/| | | | ||||
| | | * | | File changes after re-running generate_projects.sh after my previous commit: ↵ | Sree Kuchibhotla | 2015-10-26 | |
| | | |/ | | | | | | | | | | | | | 117c8af8d327455e6 | |||
| * | / | s/exit/sys.exit/ | Carl Mastrangelo | 2015-10-26 | |
| | |/ | |/| | ||||
| | * | use proper shortname for sanity tests | Jan Tattermusch | 2015-10-26 | |
| |/ | ||||
| * | Merge pull request #3948 from adelez/add_interop_report | Jan Tattermusch | 2015-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. | Adele Zhou | 2015-10-23 | |
| | | | ||||
| * | | adjust paralellism and timeouts | Jan Tattermusch | 2015-10-22 | |
| | | | ||||
| * | | prevent container name reuse error for timeout flakes | Jan Tattermusch | 2015-10-22 | |
| | | | ||||
| * | | Merge pull request #3868 from sreecha/stress_tests_new | David G. Quintas | 2015-10-22 | |
| |\ \ | | | | | | | | | Interop stress tests | |||
| * \ \ | Merge pull request #3928 from murgatroid99/node_jenkins_xml_report_retry | Nicolas Noble | 2015-10-22 | |
| |\ \ \ | | | | | | | | | | | Added per-test XML reports for Node tests on Jenkins | |||
| | | * | | Fix the error reported by tools/run_tests/check_sources_and_headers.py | Sree Kuchibhotla | 2015-10-22 | |
| | | | | | ||||
| * | | | | Merge pull request #3901 from a-veitch/test_cpu | Craig Tiller | 2015-10-22 | |
| |\ \ \ \ | | | | | | | | | | | | | Add test for CPU functions. | |||
| | | * | | | Added per-test XML reports for Node tests on Jenkins | murgatroid99 | 2015-10-22 | |
| | |/ / / | |/| | | |