Donna Dionne
c08e3b8a7e
updating repository names
10 years ago
Craig Tiller
1ffa52f6dc
Clean build.json
10 years ago
Yang Gao
1988221d15
Use environment variable to set root certs in c++ interop test.
10 years ago
Craig Tiller
cff2d15f94
Convert more tests (and re-enable some disabled ones)
10 years ago
Donna Dionne
93b1f3d18b
fixing builder.sh after code review comments.
10 years ago
Donna Dionne
4138a6a837
Rewrote the timeout for test commands
...
Added missing pingpong tests to cloud prod test
Cleaned up test output and inserted them into a google.visualization.Datatable object
10 years ago
David Klempner
1d0302d03d
Add a tsan suppression file with OPENSSL_cleanse and use it in run_tests
10 years ago
Tim Emiola
5d6d005c99
Adds a grpc_show_servers command
10 years ago
Tim Emiola
5ebf880756
Replaces grpc_launch_server with grpc_launch_servers
10 years ago
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
Craig Tiller
a57fa9f06c
missed file
10 years ago
murgatroid99
ddfafe8dcd
Fixed errors in Node test running
10 years ago
Julien Boeuf
026a417def
Adding support for loading the SSL roots from an environment variable.
...
- Had to add support for files and environment variables as well.
- I can't compile on windows so I'm sure there will be some issues.
- Tested end-to-end with the simple ssl fullstack test.
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
Craig Tiller
fef766933e
Back-end for new core API
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
Craig Tiller
7431fa9853
Preserve proto order
10 years ago
Chen Wang
04f1aa809a
Implement both Publisher and Subscriber.
10 years ago
Craig Tiller
4450db2ac9
Add bbq
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