Robbie Shade
6953529365
Updated build.json, regenerated project files.
10 years ago
Craig Tiller
2e622bc16a
Add a version string and a function to retrieve it
10 years ago
Jan Tattermusch
dce2d3e0b3
prevent TestResults.xml collision of parallel test runs on windows
10 years ago
jboeuf
69cb6b41c8
Backport of pull request #2313 into release-0_10.
10 years ago
Craig Tiller
89af79fc11
Remove dead code
10 years ago
Nicolas "Pixel" Noble
5eb80c9195
Eating the error code from run_test.py, as Jenkins now uses report.xml fully.
10 years ago
Masood Malekghassemi
e5f7002617
Add Python3 testing support
...
Conditionally runs the tests depending on the availability of Python
versions (because Travis is the worst).
10 years ago
Julien Boeuf
a4b7b19d9c
Upgrading sanity test as well.
10 years ago
Nicolas "Pixel" Noble
4853246ecb
Adding MacOS support in our run_jenkins script.
10 years ago
Eric Anderson
c0944ddd19
For Docker grpc_java, no longer build Netty
...
In grpc/grpc-java#425 we will be removing the netty submodule.
10 years ago
Hongwei Wang
275860bf9c
Add zookeeper resolver
10 years ago
Xudong Ma
bce7190631
Update dockerfile of gRpc Android interop test to use the code inside grpc-java repository.
10 years ago
Nicolas "Pixel" Noble
21a38b4422
Fixing variable names discrepancy in ruby's extension builder.
...
CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug.
10 years ago
vjpai
a29d2d7c33
Merge non-tty path with Windows path since they do the same thing
10 years ago
vjpai
b461145b79
Stop sending terminal escape sequences if we're redirecting output to a file.
10 years ago
yang-g
85c04f938f
resolve comments
10 years ago
Craig Tiller
5cdc81d709
Fix test mode
10 years ago
yang-g
8068f86974
Add a unit test
10 years ago
yang-g
3abe60b9d0
compiles
10 years ago
Craig Tiller
1a71811678
Add parallel execution for generate_projects
10 years ago
Masood Malekghassemi
743c10ccd5
Cython refactor of Python C wrapping layer
...
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.
10 years ago
Nicolas "Pixel" Noble
862c8976e1
Creating a branch during the Jenkins build to silence a warning.
10 years ago
Julien Boeuf
feca1bf06c
Adding JWT verifier.
...
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.
10 years ago
Siddharth Rakesh
b713546e4d
Resolving dependency error in Jenkins
10 years ago
Siddharth Rakesh
25481f72c1
Resolving merge conflict
10 years ago
murgatroid99
24e2f4ad84
Added pkg-config checking to Makefile where possible
10 years ago
Craig Tiller
08a1cf8f4f
Use connectivity state tracking code in chttp2 transport
10 years ago
Craig Tiller
ee98d84a02
Add an fd conservation test to verify that fds actually close
10 years ago
Craig Tiller
acf0f07dfc
Unix resolver, bug fixes
10 years ago
Craig Tiller
bb30971cec
Fix run_tests forever mode
10 years ago
Craig Tiller
73f36bdb6c
Fix run_tests forever mode
10 years ago
Nicolas "Pixel" Noble
66e358b1e0
Disabling saving failed containers.
...
We clearly don't have enough space for that, if we are to run our tests every few minutes.
We can revisit that later and automatically purge old containers for example.
10 years ago
Craig Tiller
c7b5f7605e
Factor out channel state watching
10 years ago
Nicolas "Pixel" Noble
d35f93d1b3
Merges broke the build - regenerating.
10 years ago
Craig Tiller
ebaa860e08
Update this file
10 years ago
Craig Tiller
30ee10b785
Rename test into the right place
10 years ago
Nicolas "Pixel" Noble
5937b5bc5a
Exporting XML reports, JUnit-compatible.
10 years ago
Masood Malekghassemi
1aa041ab1a
BLARGHAFLARGHAAHAJHAKJHATJHKAYMNHZIYRN
10 years ago
Craig Tiller
916246625b
Introduce connector, to help subchannel connect
10 years ago
Craig Tiller
e039f03383
Plumbing transport_op changes through
10 years ago
Craig Tiller
f5f1712e1f
Refactoring progress towards integrating client configs
10 years ago
Craig Tiller
224b04f6ef
Make this more robust against merges
10 years ago
Craig Tiller
f75fc12e3a
Add a test that headers are properly in build.json
...
Clean up anything that failed
10 years ago
Nicolas "Pixel" Noble
964f955b22
Some Jenkins changes and improvements.
...
-) Don't re-clone from github. We already have the directory here, just bind it, and copy it inside the docker container.
-) Let's properly set up our environment for asan.
-) Let's split the docker "run_jenkins" part into its own separate script.
10 years ago
Craig Tiller
3bc8ebd48e
Implementation work for client_config
...
- uri parsing
- dns resolution
10 years ago
David Garcia Quintas
dd2ebee848
Added compression text fixture.
10 years ago
Craig Tiller
eb327fba7c
Make it less likely a build.json change triggers a merge conflict
10 years ago
Craig Tiller
af69180478
Flesh out things and make them compile
10 years ago
Craig Tiller
31489e3aba
Move some code out of src/ into tools/
...
It shouldn't count towards coverage
10 years ago
yang-g
01ac44bf08
Fix doxyfile for real
10 years ago