Jan Tattermusch
453cde5fb9
use bazel 0.23.2 for macos bazel build
6 years ago
Prashant Jaikumar
e8efe06a42
Re-add cfstream_test
...
2nd attempt at adding cfstream_test after fixing internal build failures caused by first attempt.
6 years ago
Jan Tattermusch
c4bc06be8b
avoid rsyncing entire workspace on mac workers
7 years ago
Jan Tattermusch
9dae9703e2
cleanup in run_tests_scripts
7 years ago
Jan Tattermusch
15ccb3d38a
debug clock skew
7 years ago
Jan Tattermusch
05eadf21e0
reveal leftover processes
7 years ago
Jan Tattermusch
7b538dda77
grpc_basictests for mac
7 years ago
Jan Tattermusch
f53eb37056
improvements to kokoro macos build
8 years ago
Jan Tattermusch
7897ae9308
auto-fix most of licenses
8 years ago
Jan Tattermusch
697d68681d
adhoc install of macOS dependencies
8 years ago
Jan Tattermusch
b5799aa026
remove --build_only
8 years ago
Jan Tattermusch
622699a74c
add macos grpc_master.sh job
8 years ago
Matt Kwong
3df77d2841
Reduce running time of internally run fuzzers
8 years ago
Matt Kwong
d47e4a5c32
Remove Bash header from .cfg files and update copyright year
8 years ago
Matt Kwong
66122b2c05
Add all the other fuzzer tests to internal CI
8 years ago
Jan Tattermusch
a8ac4a21a0
fuzzer settings
8 years ago
Jan Tattermusch
17db9022f1
add grpc_fuzzer_client config
8 years ago
Jan Tattermusch
4024e8961d
basic config for internal CI
8 years ago
Ken Payson
45c0f2b305
Migrated python performance tests to use GA API
9 years ago
Masood Malekghassemi
3b5b20682b
Make running individual Python tests less painful
...
Before this change, running Python tests individually required
building a tox environment via the run_tests script and then specifying
long environment variables to filter out just the test we wanted to run
(and then we wouldn't be able to get the output on interrupt, nor would
we have an easy way of determining the PID of the process for debugger
attachment). Now invoking the build_python.sh script creates a workable
python virtual environment that includes all necessary libraries and
tests (s.t. running a single test is now possible by just knowing the
module name). This does not change existing supported means of running
tests (e.g. through run_tests.py).
An additional way of running individual tests has been introduced.
Following invocation of `./tools/run_tests/build_python.sh` (or
run_tests.py), one may invoke
./$VENV/bin/python -m $TEST_MODULE_NAME
and acquire a single running process that *is* the test process (rather
than a parent of the process). $VENV is the virtual environment name
specified to `build_python.sh` (defaults to `py27`) and
$TEST_MODULE_NAME is what it says on the tin.
9 years ago
Masood Malekghassemi
1ff429da2a
Organize Python tests to use grpcio-tools directly
...
Moves all tests into a separate package. This does not change existing
supported means of running tests (e.g. through run_tests.py).
9 years ago
Ken Payson
0482c1046b
Python QPS Worker/initial scenarios
9 years ago
Stanley Cheung
5adb71fb9a
php: simplify installation
9 years ago
Jan Tattermusch
29dadb2404
fix copyrights
9 years ago
Jan Tattermusch
7eba1729f0
building artifacts under docker
9 years ago
murgatroid99
d7e1a10628
Bundled C core with Ruby library
9 years ago
Nicolas "Pixel" Noble
bcf988f0f3
Splitting out bundle install for ruby into the prebuild step.
9 years ago
murgatroid99
a43c14fef8
Make ruby tests see changes to C core
9 years ago
Nicolas "Pixel" Noble
21a38b4422
Fixing variable names discrepancy in ruby's extension builder.
...
CONFIG != GRPC_CONFIG, meaning we're always building released, even in debug.
10 years ago
David Garcia Quintas
301a77f819
Modified travis config for ruby.
...
In order to output logs.
10 years ago
Nicolas "Pixel" Noble
cbd9c8bf9b
Changing run_tests to simplify the ruby build.
10 years ago
murgatroid99
530c0b9b1f
Changed how ruby versions are selected again
10 years ago
murgatroid99
ea14cfb493
Further changed ruby version handling
10 years ago
murgatroid99
c921865c39
Changed how ruby version is selected
10 years ago
murgatroid99
6a4c4fabf3
Added ruby tests to run_tests.py
10 years ago
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
10 years ago
Craig Tiller
0605995e55
Update copyright to 2015
10 years ago
Craig Tiller
834288138d
Add shell script copyrights
10 years ago
murgatroid99
c279165f72
Got run_tests.py and node tests working
10 years ago
murgatroid99
51fca2da4b
Made node library buildable from source tree
10 years ago