- Jul 16, 2016
-
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Jul 12, 2016
-
-
Nicolas "Pixel" Noble authored
-
Nicolas "Pixel" Noble authored
-
- Jul 11, 2016
-
-
Jorge Canizales authored
The examples under <repo_root>/examples now rely on the released versions. Those under src/objective-c/examples, as well as the tests, rely on protoc and the plugin as compiled from head.
-
- Jul 10, 2016
-
-
Ken Payson authored
-
- Jul 08, 2016
-
-
Yuchen Zeng authored
-
Masood Malekghassemi authored
Now reasonable defaults are auto-detected by platform (and by specific Python implementation).
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
-
- Jul 07, 2016
-
-
Ken Payson authored
-
David Garcia Quintas authored
-
Nicolas "Pixel" Noble authored
-
- Jul 01, 2016
-
-
Ken Payson authored
32767 is used by filenet-powsrm
-
Ken Payson authored
-
Jorge Canizales authored
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
We'll need to fix coverage testing in the future anyway (see #6894).
-
Masood Malekghassemi authored
-
Masood Malekghassemi authored
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.
-
Masood Malekghassemi authored
Moves all tests into a separate package. This does not change existing supported means of running tests (e.g. through run_tests.py).
-
Ken Payson authored
32767 is used by filenet-powsrm
-
- Jun 29, 2016
-
-
Jan Tattermusch authored
-
- Jun 28, 2016
-
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
Jan Tattermusch authored
-
murgatroid99 authored
-
- Jun 27, 2016
-
-
Craig Tiller authored
-
Craig Tiller authored
-
- Jun 25, 2016
-
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Jorge Canizales authored
This fixes Jenkins for that branch, as a backwards-incompatible change was made in the script that runs the tests for all branches. The lines added are exactly the same as those now in master, so that the subsequent merge of 0.14 into master doesn’t conflict.
-
- Jun 24, 2016
-
-
Craig Tiller authored
-
Jan Tattermusch authored
-
Craig Tiller authored
-
Craig Tiller authored
-
Craig Tiller authored
SIGNIFICANTLY increases the performance of actually running tests...
-
- Jun 23, 2016
-
-
Yuchen Zeng authored
-