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
Craig Tiller
c80530920b
Using --enable-grpc configure flag
10 years ago
Craig Tiller
c7449166d2
PHP unit tests run with run_tests.py
10 years ago
Craig Tiller
e3ccd8f79d
Build static for php
10 years ago
Craig Tiller
1c76a7bad8
Build in the correct directory
10 years ago
Craig Tiller
aac57fde95
Build php modules from run_tests.py
10 years ago
Craig Tiller
f1973b0652
Add support for building outside of the Makefile
10 years ago
Tim Emiola
e2860c5bdb
Adds rubocop and fixes most style violations it detected
...
- add rubocop as a dev dependency
- fixed many style violations it reported, often using --auto-correct
- add a rubocop config
- .rubocop.yml shows the exceptions
- .rubocopy_todo.yml tracks outstanding style issues
- adds a rake task to allow rubocop styling checks to be automated
10 years ago
Craig Tiller
1cc11dbf58
Fix run_test.py so it runs the first time
10 years ago
Craig Tiller
b50d166634
Make run_tests.py pass lint
10 years ago
Craig Tiller
71735185a1
Cache for successful test runs
...
By default don't re-run tests that have already run successfully, to
reduce latency between making a change and seeing if it fixed the last
thing that you were trying to fix.
10 years ago
Tim Emiola
f3c7ae229d
Updates launch server to remove existing server if it's present
10 years ago
Tim Emiola
4036f002e1
Renames and grpc_update_docker_images to grpc_sync_images
...
- also allows it to sync multiple hosts
10 years ago
Tim Emiola
58192e8c9b
Simplify the docker image update cmd
10 years ago
Craig Tiller
f8cc166605
Allow language to be specified to run_tests.py
10 years ago
Craig Tiller
686fb26b30
Allow language to be specified to run_tests.py
10 years ago
Craig Tiller
ec0b8f3f77
Compile OpenSSL differently for each config.
...
MSAN, TSAN, ASAN need to see all the code. Valgrind, MSAN want -DPURIFY.
10 years ago