Tim Emiola
78d56535fb
Fixes the prod test command flags
10 years ago
Craig Tiller
45bc600bdc
Restrict gcov to c/c++ for now
10 years ago
Tim Emiola
c3aabdd121
Adds a func for installing the Googles's roots.pem
...
roots.pem is not added to source control, but is instead saved on GCS.
The func copies roots.pem to docker host, to a location that can referenced by
Dockerfiles using the ADD directive
10 years ago
Tim Emiola
83182941b5
Updates/Adds test commands
...
- the client test gets new, necessary flags
- adds a prod test command that explicitly sets the SSL_CERT_FILE to pick up
certs that the c core can load successfully.
10 years ago
Tim Emiola
372755606c
Updates the ruby dockerfile to copy the cacerts directory from the docker host
10 years ago
David Klempner
e360568a70
Rename poll_kick_test to poll_kick_posix_test
10 years ago
Donna Dionne
b39d91daa8
Fixing a small typo
10 years ago
Donna Dionne
0eaafca3b2
Adding commands to run cloud to prod tests
...
Adding 2 runners to run the test matrix
10 years ago
Craig Tiller
8089d966d5
Remove clang-format tools
...
Use of these tools is dangerous until such time as we can figure out a standardized clang-format version to use everywhere.
10 years ago
murgatroid99
666450ef14
Updated comment
10 years ago
murgatroid99
c279165f72
Got run_tests.py and node tests working
10 years ago
Tim Emiola
3ff195d885
Updates the java dockerfile and client command to reflect recent flag changes
10 years ago
Tim Emiola
12e12a39ab
Updates the Java Dockerfiles to pull source from GitHub
10 years ago
Tim Emiola
41b6d9aad3
Switched to using protobuf-2.6.1 for now
10 years ago
murgatroid99
564b944b3c
Started fixing php test runner
10 years ago
Tim Emiola
7d5b1027ed
Updates java_base to pull in protobuf
10 years ago
Tim Emiola
6ed6036e02
Updates the Java Dockerfiles to pull source from GitHub
10 years ago
murgatroid99
2c8d5165a6
Added node test runner
10 years ago
Nathaniel Manista
7a3c38bed9
Add the _framework.face package.
10 years ago
Donna Dionne
aed5642d00
Adding docker cpp support
...
removing commented out line
10 years ago
Donna Dionne
f06fd4c4dd
Adding Docker support for cpp
10 years ago
murgatroid99
51fca2da4b
Made node library buildable from source tree
10 years ago
Tim Emiola
b776a1996d
Updates the Go dockerfile to reflect the package restructuring.
...
- also corrects an error in the Go client test command
10 years ago
Tim Emiola
09bc379417
Fixes a regression in the ruby dockerfile
...
- the line that built and installed grpc ruby was mistakenly removed.
10 years ago
Nicolas "Pixel" Noble
9d9b805cb1
Adressing comments.
10 years ago
Tim Emiola
1a8582f18e
removes noisy output when syncing
10 years ago
Tim Emiola
c8ee19b905
Adds a bash func that runs the interop test client command
10 years ago
Tim Emiola
fb6d7fd572
Adds Dockerfile for Go
10 years ago
Nathaniel Manista
840615ed27
Add Python to run-tests.
10 years ago
Tim Emiola
48054c0a19
Minor bugfixes; adds independent command for support scripts on GCE machines
10 years ago
Craig Tiller
6f5e2c42f9
Surface failure count
10 years ago
Tim Emiola
8a3ca244b7
bugfix: corrects a bug in grpc_sync_images
10 years ago
Tim Emiola
d2130c3561
Switches the grpc-repo dockerfiles to pull gRPC source from GitHub
10 years ago
Tim Emiola
a36b84ca65
Adds a command to copy the docker github credential from GCS
...
- updates grpc_update_image to install the github credential when the base
image is built
10 years ago
Craig Tiller
996d9dff47
Generate projects
10 years ago
Craig Tiller
d4eeff8a2d
Add ability to test
10 years ago
Craig Tiller
d4eec90581
Mac Compatibility Fix
10 years ago
Craig Tiller
98d532dbc4
Check for executable existance
10 years ago
Craig Tiller
ecd49345b5
Use clang-format-3.5
10 years ago
Craig Tiller
7d7b6c768b
Sort by language, then by name
10 years ago
Craig Tiller
49bde68ff1
Googlify indentation
10 years ago
Craig Tiller
9b9b44759d
Generate projects
10 years ago
Craig Tiller
7acce50cdd
Rename
10 years ago
Craig Tiller
0b2a372f61
build.json prettifier
10 years ago
Craig Tiller
06b4ff2b71
Simplify Python code
10 years ago
Craig Tiller
f24e7241aa
Pretty print tests.json
10 years ago
Craig Tiller
e9c959d78e
Only run language specified tests
...
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.
10 years ago
Craig Tiller
3462982a79
Abort on errors, and dont spam
10 years ago
Craig Tiller
261dd98e5e
Use Python json module
...
Instead of third party simplejson module, to save a dependency.
10 years ago
Craig Tiller
bc29d80159
Better GRPC_LIBDIR config
10 years ago