Hongwei Wang
fbc86857e5
Set docker environment variable GRPC_ZOOKEEPER_SERVER_TEST
9 years ago
Hongwei Wang
aafbad6c96
Update tests.json
9 years ago
Hongwei Wang
497d26a83d
Update zookeeper in jenkins docker file
9 years ago
Donna Dionne
c897798fb1
adding node, ruby, and php to cloud to prod interop tests.
9 years ago
Hongwei Wang
35a06e7ddc
Update zookeeper test server address
9 years ago
Hongwei Wang
6d445965cc
Zookeeper test server address as environment variable
9 years ago
Craig Tiller
c85357e051
Reduce mac CI load
9 years ago
Nicolas "Pixel" Noble
63323e3c07
Re-enabling tests that got culled off.
9 years ago
Craig Tiller
9a0c10efc6
Windows fix
9 years ago
Craig Tiller
7f8f80ff6f
Bikeshedding
9 years ago
Craig Tiller
68f4e0f6ab
Initial Doxygen import for core, c++
9 years ago
Craig Tiller
9429b619d9
Fix typo
9 years ago
Craig Tiller
d50993d49b
Add linux, mac as test platforms, only run _with_poll tests on linux
9 years ago
Craig Tiller
db0d23466a
Give make a long timeout, tests a small one, and interop a slightly longer one
9 years ago
Craig Tiller
ef12559f0f
Rework restart facility to be more portable
9 years ago
Hongwei Wang
00e9c60c87
Update zookeeper in docker file again
9 years ago
Masood Malekghassemi
ed96983e22
Move Python protoc plugin tests to grpcio_test
9 years ago
Craig Tiller
f53d9c8d0d
Testing port server
...
run_tests.py will start a server (if it's not running, or if the running
port server mismatches the 'current' one) that serves ports to use for
tests. The server is left running after run_tests.py finishes, so that
in environments such as Mac and Windows where tests run unshielded from
each other, we don't start jumping on already used ports.
9 years ago
Hongwei Wang
6c3ccf976a
Update zookeeper in docker again
9 years ago
Jan Tattermusch
9d67d8deaf
add HealthCheck tests to run_tests.py
9 years ago
Hongwei Wang
ac3048aa28
Update zookeeper dependencies in docker file
9 years ago
Craig Tiller
17effabe42
Add proxy tests to end2end suite
...
Currently the oauth2 variant of these tests is disabled. Will work with
@jboeuf to figure out how to turn them on.
9 years ago
Hongwei Wang
8f7114e86a
Add zookeeper dependencies in jenkins dockerfile
9 years ago
yang-g
297a25b0cf
Add StubOptions
9 years ago
Nicolas "Pixel" Noble
70787578f6
Adding a sanity check that the cached makefile variables aren't committed.
9 years ago
Jan Tattermusch
725835abf9
polishing runtests
9 years ago
Masood Malekghassemi
910f3de184
Addenda to tools readme
9 years ago
Hongwei Wang
8e04d4107e
Add zookeeper end-to-end test
9 years ago
Masood Malekghassemi
2b84162bd4
Use py.test from run_tests.py
...
Also updates the version of grpcio_test. Now that grpcio and its tests
are in different project packages, the version numbers should be kept in
sync.
9 years ago
Jan Tattermusch
8015cad21c
enable oauth2_auth_token and per_rpc_creds interop tests for C#
9 years ago
Jorge Canizales
d0b32e9a55
Make plugin & server, and pod install via run_tests.py
9 years ago
Jorge Canizales
a0b3bfa356
Start integrating ObjC tests in run_tests.py
9 years ago
Jan Tattermusch
8f4b1b032e
bump C# version to 0.6.1 and core version to 0.10.1
...
Conflicts:
src/csharp/Grpc.Core/Version.cs
9 years ago
Masood Malekghassemi
623b7aee4a
Reorganize Python tests
9 years ago
Masood Malekghassemi
fe8dc883d0
Reorganize Python packages
...
This is in preparation of moving all tests into a separate package to
enable ease of coverage checking and testing.
9 years ago
yang-g
61fcb185dd
regenerate projects
9 years ago
Alistair Veitch
1178900c04
merge with master, fix build issue
9 years ago
murgatroid99
a43c14fef8
Make ruby tests see changes to C core
9 years ago
Alistair Veitch
ff32faf3c9
Move grpc_census_call_*_context calls into public header
9 years ago
Craig Tiller
a7957f50af
Exclude uds from default hostname tests
9 years ago
Craig Tiller
83f4d4e218
Add a subchannel factory decorator library
9 years ago
Donna Dionne
95099bb934
adding one more prepare command to mirror repositories.
9 years ago
Craig Tiller
5ddbb9d405
Allow specific pollers to be woken
...
Currently, if two threads call grpc_completion_queue_pluck on the same
completion queue for different tags, there is a 50% chance that we
deliver the completion wakeup to the wrong poller - forcing the correct
poller to wait until its polling times out before it can return an event
up to the application.
This change tweaks our polling interfaces so that we can indeed wake a
specific poller.
Nothing has been performance tuned yet. It's definitely sub-optimal in a
number of places. Wakeup file-descriptors should be recycled. We should
have a path that avoids calling poll() followed by epoll(). We can
probably live without it right at the second though.
This code will fail on Windows at least (I'll do that port when I'm in the office and have a Windows
machine).
9 years ago
Masood Malekghassemi
d65632ab04
Add Python documentation generation
9 years ago
Donna Dionne
206b6866a4
removing unnecessary tests.
9 years ago
Nicolas "Pixel" Noble
58577ecdd1
Regenerate project files.
9 years ago
yang-g
f145b3b5be
regenerate projects
9 years ago
Donna Dionne
8ff36d53cc
Adding new interop tests
9 years ago
Donna Dionne
1b0e3437be
Adding c++ interop (cloud to prod) to jenkins work flow.
...
First effort in adding interop to jenkins work flow, more languages will follow.
9 years ago
Alistair Veitch
0383d494c4
version 1
9 years ago