aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
Commit message (Collapse)AuthorAge
* Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-06
|\
| * Move protoc output to temporary directoryGravatar Masood Malekghassemi2015-03-05
| | | | | | | | | | | | Moves the Python protoc plugin output directory to an auto-generated temporary directory. Has the build configuration set by environment variable (consistent with `tools/run-tests/run_tests.py`'s set envvars).
* | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-05
|\|
| * Merge pull request #837 from ctiller/qps_driverGravatar Vijay Pai2015-03-04
| |\ | | | | | | QPS driver
| * \ Merge pull request #953 from dklempner/low_level_ping_pongGravatar Craig Tiller2015-03-04
| |\ \ | | | | | | | | Fix signed comparison warnings in low_level_ping_pong
| | | * override --> GRPC_OVERRIDEGravatar Craig Tiller2015-03-04
| | | |
| | | * Compile fixGravatar Craig Tiller2015-03-04
| | | |
| | * | Fix signed comparison warnings in low_level_ping_pongGravatar David Klempner2015-03-04
| | | |
| | | * ACTUALLY set the server thread poolGravatar Craig Tiller2015-03-04
| | | |
* | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-04
|\| | |
| | | * clang-formatGravatar Craig Tiller2015-03-04
| | | |
| | | * Linux compile fixGravatar Craig Tiller2015-03-04
| | | |
| | | * Merge branch 'qps_driver' of github.com:ctiller/grpc into qps_driverGravatar Craig Tiller2015-03-04
| | | |\
| | | | * Compile fixGravatar Craig Tiller2015-03-04
| | | | |
| | | | * Rename some filesGravatar Craig Tiller2015-03-04
| | | | |
| | | | * Async server worksGravatar Craig Tiller2015-03-04
| | | | |
| | | | * Async client worksGravatar Craig Tiller2015-03-04
| | | | |
| | | * | Linux compile fixGravatar Craig Tiller2015-03-04
| | | |/
| | | * Async client progressGravatar Craig Tiller2015-03-04
| | | |
| | | * Async client progressGravatar Craig Tiller2015-03-04
| | | |
| | | * Print resource utilizationGravatar Craig Tiller2015-03-03
| | | |
| | | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-03
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #933 from ctiller/bugscrub2Gravatar jboeuf2015-03-03
| |\ \ \ | | | | | | | | | | A couple of fixes + a test for client side authentication of hostnames
| | | | * FormattingGravatar Craig Tiller2015-03-03
| | | | |
| | | | * Generate latencies in driverGravatar Craig Tiller2015-03-03
| | | | |
| | | | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-03
| | | | |\ | | |_|_|/ | |/| | |
| | | | * FormattingGravatar Craig Tiller2015-03-03
| | | | |
* | | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\| | | |
| * | | | Merge pull request #920 from vjpai/async-probsGravatar Craig Tiller2015-03-03
| |\ \ \ \ | | |_|/ / | |/| | | Solving crashes in async tests
| | | * | FormattingGravatar Craig Tiller2015-03-03
| | | | |
| | | * | Add a test that bad hostnames failGravatar Craig Tiller2015-03-03
| | |/ / | |/| |
* | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: build.json src/cpp/client/credentials.cc vsprojects/vs2013/grpc.vcxproj vsprojects/vs2013/grpc.vcxproj.filters vsprojects/vs2013/grpc_shared.vcxproj vsprojects/vs2013/grpc_shared.vcxproj.filters vsprojects/vs2013/grpc_unsecure.vcxproj vsprojects/vs2013/grpc_unsecure.vcxproj.filters
| | | * Rework QPS client/serverGravatar Craig Tiller2015-03-02
| | | | | | | | | | | | | | | | | | | | Now setup as a driver and N anonymous workers that may become clients or servers. Will convert async soon.
| | | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
| | | |\ | | |_|/ | |/| | | | | | | | | | Conflicts: Makefile
| | | * WIPGravatar Craig Tiller2015-03-02
| | | |
| | * | Better use of threads, avoid thread safety issues on destructor withGravatar Vijay Pai2015-03-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | a proper join. Also had been misusing EXPECT_EQ, as well as actually having an invalid expectation on the ok field. Now it should be sane.
| * | | Merge pull request #912 from ctiller/disconnectGravatar Nicolas Noble2015-03-02
| |\ \ \ | | |/ / | |/| | Deflake fling_test
| | * | Dont add new requests when shutting downGravatar Craig Tiller2015-03-02
| | | |
| | * | Speed up test, reduce flakinessGravatar Craig Tiller2015-03-02
| | | |
| | | * Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
| | | |\ | | | |/ | | |/|
* | | | Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-02
|\ \ \ \ | | |/ / | |/| |
| | * | Update Python codegen to early_adopter interfaceGravatar Nathaniel Manista2015-03-02
| |/ / | | | | | | | | | | | | | | | With this change the Python code generated by the Python code generator uses the grpc.early_adopter package and not the grpc.framework.face package.
| * | Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| | |
| * | Merge pull request #886 from ctiller/asan2Gravatar Nicolas Noble2015-02-28
| |\ \ | | | | | | | | Omit some tests, speed up others, prepare for ASAN
| * | | Revert "Use typedefs to avoid triply-nested function templates"Gravatar vjpai2015-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 45b0bc4bec5d0b701dbe5ae98542473ef3eaa4e4. This revert is being done because the compilers on Travis don't understand the C++11 template/using syntax.
| * | | Use typedefs to avoid triply-nested function templatesGravatar vjpai2015-02-27
| | | |
| | * | Enable asan for C coreGravatar Craig Tiller2015-02-27
| | | | | | | | | | | | | | | | Also speed up a test, and disable some rarely touched but long running tests
| * | | Merge remote-tracking branch 'upstream/master'Gravatar vjpai2015-02-27
| |\| |
| | * | Merge pull request #855 from nathanielmanistaatgoogle/python-test-portGravatar Masood Malekghassemi2015-02-27
| | |\ \ | | | | | | | | | | Drop fixed port from python_plugin_test
| | * | | Fix commentGravatar Craig Tiller2015-02-27
| | | | |