Masood Malekghassemi
65af063ad7
Fix Python test ignorance of build config
2015-03-17 11:46:58 -07:00
Masood Malekghassemi
b2d4a8de95
Have Python protoc plugin test run with other tests
2015-03-05 17:48:23 -08:00
Craig Tiller
49f6132053
Teach run_tests about individual Python tests
...
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
2015-03-05 10:57:43 -08:00
murgatroid99
5c4052d771
Removed logging, returned other tests to .travis.yml
2015-03-02 13:28:12 -08:00
murgatroid99
238c23b453
Added more logging
2015-03-02 12:13:20 -08:00
murgatroid99
fb0b99ea8f
Fixed ldd logging
2015-03-02 11:56:00 -08:00
murgatroid99
985c5bf2e0
Added logging for python tests
2015-03-02 11:50:23 -08:00
murgatroid99
d6fea899b8
Added TODO to re-enable commented test
2015-03-02 11:09:46 -08:00
murgatroid99
cedab130c2
Put tests back in a useful state
2015-03-02 10:42:24 -08:00
murgatroid99
a2af8a1a98
Changed how python versions are specified
2015-03-02 10:31:40 -08:00
murgatroid99
0af2a46d7c
Add more logging
2015-03-02 10:10:40 -08:00
murgatroid99
d1d1626263
Added another log line
2015-02-27 16:44:32 -08:00
murgatroid99
7d33c2a90f
Added log line
2015-02-27 16:33:47 -08:00
Nathaniel Manista
732cf09a93
Drop fixed port from python_plugin_test
...
There may be some aspect of mortal sin in the way that context
management is now done in this test.
2015-02-27 00:47:38 +00:00
Masood Malekghassemi
02a74dd244
Merge pull request #785 from nathanielmanistaatgoogle/early-adopter-changes
...
Final changes to the early_adopter API.
2015-02-25 12:34:28 -08:00
Nathaniel Manista
9280790a5d
Final changes to the early_adopter API.
...
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.
2015-02-25 17:14:11 +00:00
Masood Malekghassemi
59d9ff4d9f
Updated Python protoc plugin testing.
2015-02-24 19:11:08 -08:00
Masood Malekghassemi
b13673dd7a
Added compiler plugin test for Python.
2015-02-20 18:52:23 -08:00
Nathaniel Manista
7efe54e336
The framework.assembly package.
...
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.
2015-02-20 23:05:32 +00:00
Craig Tiller
ce5021b0b9
Add missing new-lines at end of file
2015-02-18 09:25:21 -08:00
Craig Tiller
0605995e55
Update copyright to 2015
2015-02-18 08:34:56 -08:00
Craig Tiller
347b83c222
Merge github.com:grpc/grpc into copyright
...
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
2015-02-17 20:28:40 -08:00
Nathaniel Manista
c25a3b35bd
Python source reorganization.
...
A top-level "grpc" package is added and RPC Framework
is made public.
2015-02-18 02:46:17 +00:00
Craig Tiller
834288138d
Add shell script copyrights
2015-02-16 12:13:57 -08:00
Craig Tiller
75be91a149
Allow Python to be built without sudo
2015-02-10 20:41:42 +01:00
Nathaniel Manista
a4ead5d91b
Bring in the Python GRPC Adapter package.
2015-02-02 15:25:52 +00:00
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.
2015-02-02 15:25:43 +00:00
Nathaniel Manista
7a3c38bed9
Add the _framework.face package.
2015-01-24 00:47:35 +00:00
Nathaniel Manista
840615ed27
Add Python to run-tests.
2015-01-22 20:31:47 +00:00