aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge pull request #1361 from jtattermusch/run_tests_fixesGravatar Michael Lumish2015-04-27
|\ | | | | Improve C# support in run_tests.py and run C# on Travis.
* | Flagging a few census tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
| |
| * adding csharp tests to travisGravatar Jan Tattermusch2015-04-24
| |
| * improved C# support in run_tests.pyGravatar Jan Tattermusch2015-04-24
| |
* | Merge branch 'master' of github.com:grpc/grpc into flakesGravatar Nicolas "Pixel" Noble2015-04-24
|\|
* | Flagging some tests as flaky.Gravatar Nicolas "Pixel" Noble2015-04-24
| |
| * Avoid building shared libraries on Travis. This seems flaky.Gravatar Nicolas "Pixel" Noble2015-04-23
|/
* Update flaky bit for unsecure testsGravatar Craig Tiller2015-04-22
|
* Merge github.com:google/grpc into batch-metadataGravatar Craig Tiller2015-04-21
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak vsprojects/vs2010/Grpc.mak vsprojects/vs2010/grpc.vcxproj vsprojects/vs2010/grpc.vcxproj.filters vsprojects/vs2010/grpc_test_util.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj vsprojects/vs2010/grpc_unsecure.vcxproj.filters
| * fixes to run_tests.py to at least start building tests on WindowsGravatar Jan Tattermusch2015-04-20
| |
| * Run capable test suites against grpc_unsecureGravatar Craig Tiller2015-04-20
| |
* | Mark large requests tests flaky (they are buggy)Gravatar Craig Tiller2015-04-17
| |
| * Merge pull request #1301 from ctiller/fix-run-testsGravatar Nicolas Noble2015-04-16
| |\ | | | | | | Get run_tests.py forever mode working again
* | | Kill transport end2end tests: not usefulGravatar Craig Tiller2015-04-16
| | |
* | | Switching to batch oriented metadata passingGravatar Craig Tiller2015-04-16
|/ /
| * Get run_tests.py forever mode working againGravatar Craig Tiller2015-04-16
| |
* | Introduce ahead-of-time registration of (method,host) pairsGravatar Craig Tiller2015-04-16
|/
* sync and resolve conflictGravatar Yang Gao2015-04-15
|\
* | Remove outdated protosGravatar Yang Gao2015-04-15
| |
| * Merge pull request #1124 from nicolasnoble/sanityGravatar Craig Tiller2015-04-14
| |\ | | | | | | Adding basic sanity test.
| | * Merge branch 'master' of github.com:grpc/grpc into sanityGravatar Nicolas "Pixel" Noble2015-04-14
| | |\ | | | | | | | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| * | \ Merge branch 'master' of git://github.com/vjpai/grpc into timersGravatar Vijay Pai2015-04-13
| |\ \ \ | | | |/ | | |/|
| * / | Move files to a new "profiling" directory to better distinguish from censusGravatar Vijay Pai2015-04-13
|/ / / | | | | | | | | | statistics
| * | Update build filesGravatar Craig Tiller2015-04-13
| | |
| * | Merge github.com:grpc/grpc into windows-fixesGravatar Craig Tiller2015-04-13
| |\ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: BUILD src/core/iomgr/tcp_server.h src/core/iomgr/tcp_server_posix.c src/core/iomgr/tcp_server_windows.c src/core/security/server_secure_chttp2.c src/core/surface/completion_queue.c src/core/surface/completion_queue.h src/core/surface/server.c test/core/end2end/tests/cancel_after_invoke.c test/core/end2end/tests/cancel_test_helpers.h tools/run_tests/tests.json vsprojects/vs2013/Grpc.mak
* | | Merge pull request #1047 from nicolasnoble/freebsdGravatar Vijay Pai2015-04-10
|\ \ \ | | | | | | | | FreeBSD preliminary work.
| * \ \ Merge branch 'master' of github.com:grpc/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-04-10
| |\ \ \
* | | | | Thread local storage for grpcGravatar Craig Tiller2015-04-10
| |/ / / |/| | |
| | | * Merge branch 'master' of github.com:grpc/grpc into sanityGravatar Nicolas "Pixel" Noble2015-04-10
| | | |\ | |_|_|/ |/| | | | | | | | | | | Conflicts: tools/run_tests/run_tests.py
| | * | Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
| | | |
| | * | Spam cleanupGravatar Craig Tiller2015-04-08
| | | |
| | * | Initial porting of run_tests to WindowsGravatar Craig Tiller2015-04-08
| |/ / |/| |
* | | Refactor and add a unit testGravatar Yang Gao2015-03-27
| | |
* | | Adding a simple 'buildonly' test.Gravatar Nicolas "Pixel" Noble2015-03-26
| | |
| | * Adding basic sanity test.Gravatar Nicolas "Pixel" Noble2015-03-24
| |/ |/|
* | Protect on some overflow scenarios, add a test and build/run the testGravatar Yang Gao2015-03-20
| |
| * Merge branch 'master' of github.com:google/grpc into freebsdGravatar Nicolas "Pixel" Noble2015-03-19
| |\ | |/ |/| | | | | | | Conflicts: Makefile templates/Makefile.template
* | Merge pull request #1078 from dklempner/run_tests_timeoutGravatar Vijay Pai2015-03-17
|\ \ | | | | | | Unconditionally add a newline if a test times out or fails.
| * | Unconditionally add a newline if a test times out or fails.Gravatar David Klempner2015-03-17
| | | | | | | | | | | | | | | Failure should generally result in output unless something goes wrong, but timeout currently doesn't, but should be printed 100% of the time.
* | | Merge the base and base.packets packagesGravatar Nathaniel Manista2015-03-18
|/ / | | | | | | They were two halves of the same whole.
* | Fix Python test ignorance of build configGravatar Masood Malekghassemi2015-03-17
| |
* | Merge branch 'master' into untypedAPIGravatar Yang Gao2015-03-16
|\ \
| * | Defaulting run_tests to just opt.Gravatar Nicolas "Pixel" Noble2015-03-16
| | |
| | * FreeBSD preliminary work.Gravatar Nicolas Noble2015-03-16
| |/ | | | | | | | | | | | | | | -) You can't assume bash is installed. Scripts needs to be cleaned out of bashisms. -) You can't assume python is in /usr/bin. Use env instead. -) AF_INET is in sys/socket.h -) Added port_platform's basic structure for FreeBSD, based off Darwin. -) FreeBSD doesn't have and doesn't need libdl for OpenSSL.
* | Rename anonymous to generic globallyGravatar Yang Gao2015-03-11
| |
* | A first test with typed async client and untyped service for a simple rpcGravatar Yang Gao2015-03-11
|/
* Eliminate the Python "assembly" packageGravatar Nathaniel Manista2015-03-10
| | | | | This completes issue #726. All that cascading activation stuff just didn't work out as cleanly as I had hoped it would.
* Merge pull request #835 from ctiller/creditGravatar Nicolas Noble2015-03-06
|\ | | | | C++ Credentials Rework
* | Include interop tests in python_tests.jsonGravatar Nathaniel Manista2015-03-07
| |
| * Merge github.com:grpc/grpc into creditGravatar Craig Tiller2015-03-06
| |\ | |/ |/|