yang-g
8b25f2aaeb
move fake_transport_security_credentials to private API
9 years ago
Alistair Veitch
b46f3f400e
fix build
9 years ago
Craig Tiller
698d00c60e
Add ipv4:, ipv6: schemes
9 years ago
Alistair Veitch
635899d062
rebuild makefile
9 years ago
yang-g
7ef7232dd9
split iterator into its own file
10 years ago
vjpai
a2e1bb1577
Change name of thread_pool files to fixed_size_thread_pool when
...
appropriate
10 years ago
Vijay Pai
69f2410086
Make thread_pool.h a public header
...
Rename ThreadPool -> FixedSizeThreadPool to allow for later introduction
of DynamicSizeThreadPool
10 years ago
Nathaniel Manista
3abe61850e
links interface and gRPC-on-wire implementation
...
This code branches out of the alpha/early_adopter code and begins
building toward the beta API.
10 years ago
yang-g
be5f059219
Add oauth2_auth_token test case in interop test
10 years ago
Craig Tiller
143e7bf0cf
Introduce a clock type field onto gpr_timespec.
...
Use it to validate that arithmetic on time types makes even some vague
kind of sense.
10 years ago
Nicolas "Pixel" Noble
f716c0ca43
Filtering stdout for JUnit report in case of timeouts.
...
We're not properly filtering stdout in case we're timeouting. This generates invalid XML output.
10 years ago
Nicolas "Pixel" Noble
0e107a7f02
Disabling cython for now.
10 years ago
Vijay Pai
887f86bd21
Debug and add in generated build files
10 years ago
Vijay Pai
005e305c22
Initial checkin commit for lockfree stack.
...
Tests not yet included.
10 years ago
Craig Tiller
2c3a35e5cf
Make naming a little more consistent
10 years ago
Craig Tiller
d4a43b20ee
Increase timeouts for tests
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
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
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
yang-g
8068f86974
Add a unit test
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
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
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
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
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
Yang Gao
89c5a56233
Add const to ByteBuffer methods and add tests
10 years ago
Craig Tiller
f7b7c89351
Dont do nothing for eternity
10 years ago
Craig Tiller
7552f0f958
Ensure tests are built during run_tests runs
...
The issue remains that we don't test our tools, but at least we test
that they compile.
10 years ago
David Garcia Quintas
f74a49ed14
WIP. Need to merge and add more tests.
10 years ago
David Garcia Quintas
301a77f819
Modified travis config for ruby.
...
In order to output logs.
10 years ago