Tim Emiola
a6ccffb8a4
Updates the ruby dockerfile to add the service account from the docker context
10 years ago
Tim Emiola
d535bf3bc8
Allow the ruby tests to have service account info
10 years ago
Tim Emiola
b08dcfa773
Update docker creation script to use the full boot disk size
...
- automates the disk partitioning described in
https://cloud.google.com/compute/docs/disks/persistent-disks#repartitionrootpd
Removes an unnecessary semi-colon
10 years ago
Chen Wang
ca3d6f16df
Remove duplicated target tips_client defintion.
10 years ago
murgatroid99
ddfafe8dcd
Fixed errors in Node test running
10 years ago
David Klempner
f94838b0a3
Make several python scripts explicitly python2.7
...
I tried actually doing a build on my home desktop, and none of these
run with python 3.3, which is /usr/bin/python on my home desktop.
10 years ago
Donna Dionne
851f591956
Adding timeout for each test run so that failed tests do not block the running of the rest of the tests.
10 years ago
murgatroid99
ea36c97b98
Removed redundant call to make in grpc_*_base Dockerfiles
10 years ago
murgatroid99
ba116528cc
Set leaf dockerfiles to clean C library before rebuilding
10 years ago
murgatroid99
975a07b949
Switched Protobuf-PHP references to my fork, removed references to git-on-borg
10 years ago
Nathaniel Manista
c48afec9f4
Install PyPI's protobuf into the Python virtual environment.
...
There may be a way to use third_party's protobuf (and this
may eventually be necessary) but I haven't yet figured out
how to do it correctly. It can happen later.
10 years ago
Nathaniel Manista
a4ead5d91b
Bring in the Python GRPC Adapter package.
10 years ago
Nathaniel Manista
b8b0adfbf9
Refactoring of the Python build.
...
The source code is moved from src/python to
src/python/src. A setup.py is added at
src/python. The build_python.sh and
run_python.sh scripts are updated to build
and run the Python tests by building a
package and installing it in the developer's
Python 2.7 virtual environment.
10 years ago
Craig Tiller
5350c2e703
Clean build file, regen projects
10 years ago
Craig Tiller
2d7e73f2fa
Preserve proto order
10 years ago
Chen Wang
04f1aa809a
Implement both Publisher and Subscriber.
10 years ago
Craig Tiller
547db2b3ef
Allow specifying environment variables.
...
Refactor the code a little to make this easier to munge around.
10 years ago
Craig Tiller
eb272bc6ca
Fix valgind
10 years ago
Craig Tiller
9977582850
Clean up formatting
10 years ago
murgatroid99
23ed7b1fb9
Add node client and server to the list of interop tests to run
10 years ago
Tim Emiola
303af9f322
Runs the ruby tests during docker builds
10 years ago
Tim Emiola
8331591d92
Removes an unnecessary addition to the bash src file
10 years ago
Donna Dionne
72bf29cbba
small conflict fix
10 years ago
Donna Dionne
f017b36751
fixing a small conflict
10 years ago
Eric Anderson
c180e9f70c
Fix grpc_java* Docker images
...
The images seem to have been broken starting with 12e12a3
, but the
removal of Maven support from grpc-java also broke them further.
SSH handling no longer uses $HOME as it does not agree with /etc/passwd
in older docker versions[1] and prevented SSH from seeing the config
file.
Some effort was also made to reduce the image sizes by removing
temporary files.
1. https://github.com/docker/docker/issues/2968
10 years ago
Nicolas "Pixel" Noble
3c63c0ced3
Adding a few more tests.
10 years ago
Donna Dionne
ab2b4803b8
Adding additional comments and fixing reverted code.
10 years ago
Donna Dionne
bdf8c2aed8
Adding auth tests; test commands may change in the future and
...
refactoring will happen when the commands are final.
10 years ago
murgatroid99
47fd137e80
Fixed alignment issues
10 years ago
murgatroid99
c3c3a8f051
Added docker files for node interop tests
10 years ago
Donna Dionne
662cf72eb9
adding cloud to prod test for go.
10 years ago
Nicolas Noble
66b5bba25b
Fixing a couple of minor bugs, and adding a few tests.
10 years ago
Craig Tiller
e68de0e4c9
Small tweaks
...
Run faster on smaller machines.
Don't watch '.' prefixed files for changes. These files don't typically contribute to builds, and are used as vim temp files.
10 years ago
Tim Emiola
32960bbbd5
Fixes a bad option spec
10 years ago
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