aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests
Commit message (Collapse)AuthorAge
* Merge pull request #2460 from vjpai/exposed_poolGravatar Craig Tiller2015-07-16
|\ | | | | Make thread_pool.h a public header
| * Change name of thread_pool files to fixed_size_thread_pool whenGravatar vjpai2015-07-15
| | | | | | | | appropriate
* | Merge pull request #2383 from vjpai/lockfree-stackGravatar Craig Tiller2015-07-15
|\ \ | | | | | | Lockfree stack
| | * Make thread_pool.h a public headerGravatar Vijay Pai2015-07-15
| |/ |/| | | | | | | Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction of DynamicSizeThreadPool
* | links interface and gRPC-on-wire implementationGravatar Nathaniel Manista2015-07-13
| | | | | | | | | | This code branches out of the alpha/early_adopter code and begins building toward the beta API.
* | Filtering stdout for JUnit report in case of timeouts.Gravatar Nicolas "Pixel" Noble2015-07-12
| | | | | | | | We're not properly filtering stdout in case we're timeouting. This generates invalid XML output.
* | Disabling cython for now.Gravatar Nicolas "Pixel" Noble2015-07-11
| |
| * Merge branch 'master' into lockfree-stackGravatar vjpai2015-07-10
| |\ | |/ |/|
| * Debug and add in generated build filesGravatar Vijay Pai2015-07-10
| |
* | Merge pull request #2380 from ctiller/slartiwhatfastGravatar Vijay Pai2015-07-10
|\ \ | | | | | | Make naming a little more consistent
* \ \ Merge pull request #2368 from ctiller/they-gave-me-a-badgeGravatar Nicolas Noble2015-07-10
|\ \ \ | | | | | | | | Add a version string and a function to retrieve it
| | | * Initial checkin commit for lockfree stack.Gravatar Vijay Pai2015-07-10
| | | | | | | | | | | | | | | | Tests not yet included.
| | * | Make naming a little more consistentGravatar Craig Tiller2015-07-10
| | | |
* | | | Increase timeouts for testsGravatar Craig Tiller2015-07-10
| |/ / |/| |
| * | Add a version string and a function to retrieve itGravatar Craig Tiller2015-07-10
|/ /
* | prevent TestResults.xml collision of parallel test runs on windowsGravatar Jan Tattermusch2015-07-09
| |
* | Merge pull request #2243 from soltanmm/cycyGravatar Jorge Canizales2015-07-09
|\ \ | | | | | | Cython refactor of Python C wrapping layer
| * | Add Python3 testing supportGravatar Masood Malekghassemi2015-07-09
| | | | | | | | | | | | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst).
* | | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-09
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of github.com:grpc/grpc into jwt_verifierGravatar Julien Boeuf2015-07-08
| |\ \
| | * | Fixing variable names discrepancy in ruby's extension builder.Gravatar Nicolas "Pixel" Noble2015-07-08
| | | | | | | | | | | | | | | | CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug.
| | * | Merge non-tty path with Windows path since they do the same thingGravatar vjpai2015-07-08
| | | |
| | * | Stop sending terminal escape sequences if we're redirecting output to a file.Gravatar vjpai2015-07-08
| | | |
* | | | resolve commentsGravatar yang-g2015-07-07
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into security_context2Gravatar yang-g2015-07-07
|\ \ \ \ | | |/ / | |/| |
* | | | Add a unit testGravatar yang-g2015-07-06
| | | |
* | | | merge with upstream and resolve conflictsGravatar yang-g2015-07-06
|\ \ \ \
| | * \ \ Merge branch 'reset-thy-counts-or-fear-my-wrath' into tis-but-thy-nameGravatar Craig Tiller2015-07-06
| | |\ \ \ | | |/ / / | |/| | |
| * | | | Merge branch 'master' of https://github.com/grpc/grpcGravatar Siddharth Rakesh2015-06-30
| |\ \ \ \
| | | | | * Cython refactor of Python C wrapping layerGravatar Masood Malekghassemi2015-06-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also set up environment-related details needed for a smooth Cython experience: have the test script avoid rebuilding all dependencies if the virtualenv directory already exists, have the PyPI distribution script distribute the Cython generated C code rather than the .pyx files.
| | * | | | Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-30
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | | | * Adding JWT verifier.Gravatar Julien Boeuf2015-06-30
| | | | |/ | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Still missing: - Caching of the already checked JWTs (although it could be done at an upper layer). - Caching of the jwks_uri to avoid 2 roundtrips for each verification.
| * | | | Resolving dependency error in JenkinsGravatar Siddharth Rakesh2015-06-29
| | | | |
| * | | | Resolving merge conflictGravatar Siddharth Rakesh2015-06-29
| | |/ / | |/| |
| | | * Use connectivity state tracking code in chttp2 transportGravatar Craig Tiller2015-06-29
| | | |
| | | * Merge branch 'forever-is-a-long-time' into tis-but-thy-nameGravatar Craig Tiller2015-06-29
| | | |\ | | | |/ | | |/| | | | | | | | | | | | | Conflicts: Makefile vsprojects/Grpc.mak
| | * | Add an fd conservation test to verify that fds actually closeGravatar Craig Tiller2015-06-29
| | | |
| | | * Unix resolver, bug fixesGravatar Craig Tiller2015-06-29
| | | |
| * | | Fix run_tests forever modeGravatar Craig Tiller2015-06-28
| | | |
| | | * Fix run_tests forever modeGravatar Craig Tiller2015-06-28
| | | |
| | | * Factor out channel state watchingGravatar Craig Tiller2015-06-27
| | | |
| * | | Merges broke the build - regenerating.Gravatar Nicolas "Pixel" Noble2015-06-27
| | | |
| | | * Merge github.com:grpc/grpc into tis-but-thy-nameGravatar Craig Tiller2015-06-26
| | | |\ | | |_|/ | |/| |
| | * | Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-26
| | |\ \ | | |/ / | |/| |
| | * | Update this fileGravatar Craig Tiller2015-06-26
| | | |
| * | | Merge pull request #2225 from nicolasnoble/make-runtest-output-junit-reportsGravatar Craig Tiller2015-06-26
| |\ \ \ | | | | | | | | | | Make runtest output junit reports
| | | * \ Merge github.com:grpc/grpc into forever-is-a-long-timeGravatar Craig Tiller2015-06-26
| | | |\ \ | | |_|/ / | |/| | |
| | | * | Rename test into the right placeGravatar Craig Tiller2015-06-26
| | | | |
| | * | | Exporting XML reports, JUnit-compatible.Gravatar Nicolas "Pixel" Noble2015-06-26
| | | | |
| | | * | BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRNGravatar Masood Malekghassemi2015-06-25
| | |/ /