Vijay Pai
|
eed63fa267
|
Remaining changes needed to get QPS test working on old compilers.
This change contains a lot of ugly changes, such as changing
std::vector to allocation by new, etc.
|
9 years ago |
vjpai
|
8cfff315ea
|
Merge branch 'master' into asklipion2
|
9 years ago |
Michael Lumish
|
3a0c2e608e
|
Merge pull request #2753 from jcanizales/small-fixes
Small fixes
|
9 years ago |
Michael Lumish
|
3d382a0da1
|
Merge pull request #2751 from ctiller/alphanumeric-juju-fish
Remove optional parameter from watch connectivity state
|
9 years ago |
Stanley Cheung
|
07814a55d8
|
Merge pull request #2737 from jtattermusch/enable_new_interop_tests
Enable oauth2_auth_token and per_rpc_creds interop tests for C#
|
9 years ago |
Jorge Canizales
|
faf58b84b5
|
Update doc in GRPCCompletionQueue.h
|
9 years ago |
Jorge Canizales
|
013f87a9a7
|
Unused ivar in GRPCCall.m
|
9 years ago |
Jorge Canizales
|
9e51972d22
|
grpc_init() is already called in GRPCWrappedCall
|
9 years ago |
Jorge Canizales
|
597ef98693
|
GRPCCall.m formatting.
|
9 years ago |
Yang Gao
|
7716c53a21
|
Merge pull request #2717 from ctiller/yeah-we-know-what-youre-talking-about
Make call_create with host=NULL provide a default host name
|
9 years ago |
Craig Tiller
|
5666a20dd9
|
Respond to review
|
9 years ago |
Craig Tiller
|
74a096980d
|
Fix UDS versions of this test
|
9 years ago |
Nathaniel Manista
|
fd292c5721
|
Merge pull request #2699 from soltanmm/coverage
Test coverage for Python.
|
9 years ago |
Craig Tiller
|
2cd9dd9da6
|
Remove optional parameter from watch connectivity state
|
9 years ago |
Masood Malekghassemi
|
2b84162bd4
|
Use py.test from run_tests.py
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.
|
9 years ago |
Masood Malekghassemi
|
791cc31a49
|
Enable Python testing and coverage
|
9 years ago |
Vijay Pai
|
11af974715
|
Merge pull request #2726 from ctiller/insolent-pork-chop
Fix Ruby segfaults and TSAN reported races
|
9 years ago |
Vijay Pai
|
bc78c2069c
|
Eliminate use of this_thread::sleep_until
|
9 years ago |
Vijay Pai
|
784005b4a2
|
Eliminate lambda used as CV predicate
|
9 years ago |
Vijay Pai
|
458faa98ce
|
Eliminate user of lambda in server definition
|
9 years ago |
Vijay Pai
|
4d06e2eae9
|
Eliminate use of lambdas in ResourceUsage processing functions...
Introduce simple getters instead.
|
9 years ago |
Nathaniel Manista
|
5f8d05bb9c
|
Merge pull request #2698 from soltanmm/reorganize-python
Reorganize src/python.
|
9 years ago |
Vijay Pai
|
ab1dba72dc
|
clang-format
|
9 years ago |
vjpai
|
09d0b0cf47
|
Remove lambdas from state machine functions
|
9 years ago |
vjpai
|
e88bb07895
|
Switch a push_back to emplace_back to avoid being interpreted
as a copy constructor
|
9 years ago |
Michael Lumish
|
5d405bd3ec
|
Merge pull request #2663 from jcanizales/run-test-server-locally
Run test server locally
|
9 years ago |
vjpai
|
a9e08303d7
|
Remove lambda from client definition
|
9 years ago |
Craig Tiller
|
86d1f1325d
|
Merge github.com:grpc/grpc into insolent-pork-chop
|
9 years ago |
Craig Tiller
|
44a127c80f
|
Merge github.com:grpc/grpc into yeah-we-know-what-youre-talking-about
Conflicts:
vsprojects/Grpc.mak
vsprojects/grpc.sln
vsprojects/grpc/grpc.vcxproj
vsprojects/grpc_cpp_plugin/grpc_cpp_plugin.vcxproj
vsprojects/grpc_csharp_ext/grpc_csharp_ext.vcxproj
vsprojects/grpc_csharp_plugin/grpc_csharp_plugin.vcxproj
vsprojects/grpc_objective_c_plugin/grpc_objective_c_plugin.vcxproj
vsprojects/grpc_python_plugin/grpc_python_plugin.vcxproj
vsprojects/grpc_ruby_plugin/grpc_ruby_plugin.vcxproj
vsprojects/grpc_unsecure/grpc_unsecure.vcxproj
|
9 years ago |
vjpai
|
51b48176ca
|
Merge branch 'master' into asklipion
|
9 years ago |
Jan Tattermusch
|
8015cad21c
|
enable oauth2_auth_token and per_rpc_creds interop tests for C#
|
9 years ago |
Jan Tattermusch
|
909917955c
|
Merge pull request #2731 from nicolasnoble/regen-and-vs-tweaks
Regenerating project files and massaging VS project files.
|
9 years ago |
Jorge Canizales
|
d0b32e9a55
|
Make plugin & server, and pod install via run_tests.py
|
9 years ago |
Jorge Canizales
|
856aca8d26
|
Ensure the tests podspecs find the plugin they make
|
9 years ago |
Jorge Canizales
|
f4ff31a642
|
Have tests podspecs make only the ObjC plugin
|
9 years ago |
Jorge Canizales
|
a0b3bfa356
|
Start integrating ObjC tests in run_tests.py
|
9 years ago |
Jorge Canizales
|
0238b3ae47
|
Generate deterministic UUIDs in the Pods project
|
9 years ago |
Nicolas Noble
|
563b8a2779
|
Regenerating project files and massaging VS project files.
|
9 years ago |
Masood Malekghassemi
|
623b7aee4a
|
Reorganize Python tests
|
9 years ago |
Masood Malekghassemi
|
fe8dc883d0
|
Reorganize Python packages
This is in preparation of moving all tests into a separate package to
enable ease of coverage checking and testing.
|
9 years ago |
Michael Lumish
|
9b0fd3b317
|
Merge pull request #2723 from a-veitch/issue_2710
Move grpc_census_call_*_context calls into public header
|
9 years ago |
Nathaniel Manista
|
772fb1e977
|
Merge pull request #2697 from soltanmm/add-sphinx-doc
Python documentation generation.
|
9 years ago |
Vijay Pai
|
676560431d
|
Merge pull request #2590 from yang-g/jitter
Reconnect with jitter.
|
9 years ago |
Craig Tiller
|
583aebfe66
|
Merge pull request #2728 from murgatroid99/ruby_run_test_changes
Make ruby tests see changes to C core
|
9 years ago |
Alistair Veitch
|
1178900c04
|
merge with master, fix build issue
|
9 years ago |
Alistair Veitch
|
6796805897
|
Merge branch 'master' into issue_2709
|
9 years ago |
murgatroid99
|
94be2a8db1
|
Revert changes to extconf.rb
|
9 years ago |
murgatroid99
|
a43c14fef8
|
Make ruby tests see changes to C core
|
9 years ago |
Eric Anderson
|
f5ed603659
|
Merge pull request #2131 from a11r/doc
Update interop test descriptions.
|
9 years ago |
yang-g
|
c5d3f43713
|
make random uint32
|
9 years ago |