Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add global per-test timeout to Python test harness | Masood Malekghassemi | 2015-08-25 |
| | |||
* | Add new core tests to run_tests/run_python.sh | Masood Malekghassemi | 2015-08-21 |
| | | | | | The tests don't currently get discovered by py.test due to their use of the Python 2.7+ load_tests protocol. | ||
* | Move Python protoc plugin tests to grpcio_test | Masood Malekghassemi | 2015-08-04 |
| | |||
* | Use py.test from run_tests.py | Masood Malekghassemi | 2015-07-31 |
| | | | | | | Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync. | ||
* | Add Python3 testing support | Masood Malekghassemi | 2015-07-09 |
| | | | | | Conditionally runs the tests depending on the availability of Python versions (because Travis is the worst). | ||
* | Fix MacOS Python test linker paths | Masood Malekghassemi | 2015-05-21 |
| | |||
* | Fix Python test ignorance of build config | Masood Malekghassemi | 2015-03-17 |
| | |||
* | Have Python protoc plugin test run with other tests | Masood Malekghassemi | 2015-03-05 |
| | |||
* | Teach run_tests about individual Python tests | Craig Tiller | 2015-03-05 |
| | | | | | | | | | Allows: - running python tests in parallel - clearer Travis output - subjects each python test to the five minute run_tests timeout, instead of ALL the tests to the five minute timeout - easier benchmarking of which tests are slow | ||
* | Removed logging, returned other tests to .travis.yml | murgatroid99 | 2015-03-02 |
| | |||
* | Added more logging | murgatroid99 | 2015-03-02 |
| | |||
* | Fixed ldd logging | murgatroid99 | 2015-03-02 |
| | |||
* | Added logging for python tests | murgatroid99 | 2015-03-02 |
| | |||
* | Added TODO to re-enable commented test | murgatroid99 | 2015-03-02 |
| | |||
* | Put tests back in a useful state | murgatroid99 | 2015-03-02 |
| | |||
* | Changed how python versions are specified | murgatroid99 | 2015-03-02 |
| | |||
* | Add more logging | murgatroid99 | 2015-03-02 |
| | |||
* | Added another log line | murgatroid99 | 2015-02-27 |
| | |||
* | Added log line | murgatroid99 | 2015-02-27 |
| | |||
* | Drop fixed port from python_plugin_test | Nathaniel Manista | 2015-02-27 |
| | | | | | There may be some aspect of mortal sin in the way that context management is now done in this test. | ||
* | Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes | Masood Malekghassemi | 2015-02-25 |
|\ | | | | | Final changes to the early_adopter API. | ||
| * | Final changes to the early_adopter API. | Nathaniel Manista | 2015-02-25 |
| | | | | | | | | | | | | This makes grpc.early_adopter much more independent of RPC Framework and cleaner at the cost of reexporting most of the interfaces and writing several delegation classes. | ||
* | | Updated Python protoc plugin testing. | Masood Malekghassemi | 2015-02-24 |
|/ | |||
* | Added compiler plugin test for Python. | Masood Malekghassemi | 2015-02-20 |
| | |||
* | The framework.assembly package. | Nathaniel Manista | 2015-02-20 |
| | | | | | | | This provides for now what should be a nicer interface for code generation than that of the Face layer. In terms of abstraction it's conceptually very similar so the two should probably be merged as soon as is reasonable. | ||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 |
| | |||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 |
| | |||
* | Merge github.com:grpc/grpc into copyright | Craig Tiller | 2015-02-17 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/python/src/__init__.py src/python/src/_adapter/__init__.py src/python/src/_framework/__init__.py src/python/src/_framework/base/__init__.py src/python/src/_framework/base/packets/__init__.py src/python/src/_framework/common/__init__.py src/python/src/_framework/face/__init__.py src/python/src/_framework/face/testing/__init__.py src/python/src/_framework/foundation/__init__.py src/python/src/_junkdrawer/__init__.py | ||
| * | Python source reorganization. | Nathaniel Manista | 2015-02-18 |
| | | | | | | | | | | A top-level "grpc" package is added and RPC Framework is made public. | ||
* | | Add shell script copyrights | Craig Tiller | 2015-02-16 |
|/ | |||
* | Allow Python to be built without sudo | Craig Tiller | 2015-02-10 |
| | |||
* | Bring in the Python GRPC Adapter package. | Nathaniel Manista | 2015-02-02 |
| | |||
* | Refactoring of the Python build. | Nathaniel Manista | 2015-02-02 |
| | | | | | | | | | | 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. | ||
* | Add the _framework.face package. | Nathaniel Manista | 2015-01-24 |
| | |||
* | Add Python to run-tests. | Nathaniel Manista | 2015-01-22 |