Nathaniel Manista
a0109e54b9
Add compiler value "all_the_cpythons"
7 years ago
Nathaniel Manista
719ade3cdc
Overhaul protoc_plugins._split_definitions_test
...
We were mistaken before when we were testing _pb2.py files being
generated in one directory and _pb2_grpc.py files being generated in
another directory. Sure, that was a thing our code generator could do,
but because of the way paths and packages work in Python it wasn't a
realistic use case for actual users.
This test now tests _pb2.py files and _pb2_grpc.py files being
generated either together or independently of one another, and if
independently, in either order. Looking forward to an eventual
py_grpc_library Bazel rule, that's what actually matters.
7 years ago
Nathaniel Manista
c4add66ebd
Merge pull request #12603 from nathanielmanistaatgoogle/python_sanity_test
...
Tweak Python sanity test.
7 years ago
Muxi Yan
c70a0e4b3e
Merge pull request #12339 from muxi/add-objc-call-deadline
...
Surface call deadline to Objective C API
7 years ago
Nathaniel Manista
44038eb9b6
Tweak Python sanity test
...
- Move it out of the "unit" package, as it's not itself a unit test.
- Suffix the test class with "Test" as we do with every other subclass
of unittest.TestCase.
- Add a larger-than-we'll-need-any-time-soon maxDiff so that failures
are fully described.
- Relax the assertion from assertListEqual to assertSequenceEqual
since we don't actually care whether or not the sequences being
compared are list instances.
- Change the order of the assertions arguments to match the
"<expected>, <actual>" convention used in our assert*Equal calls
elsewhere throughout the test corpus.
- Internal implementation simplifications.
7 years ago
Muxi Yan
2795eae06e
Fix timeout test
7 years ago
Matt Kwong
c9d3857372
Merge pull request #12562 from matt-kwong/kokoro_perfpr1
...
Add Kokoro perf PR jobs
7 years ago
Nicolas Noble
e63cdce8b6
Merge pull request #12269 from vjpai/race_issues
...
Allow construction of async stream objects without triggering async operations
7 years ago
Matt Kwong
8e53799f45
Merge pull request #12515 from matt-kwong/fix-perf2
...
Revert "Revert "Merge pull request #12513 from grpc/revert-12289-sig_hand""
7 years ago
Sree Kuchibhotla
49d75e3fc7
Address some review comments
7 years ago
Muxi Yan
d47f30bd4c
Merge pull request #12598 from muxi/fix-test-output
...
Polish ObjC Test Output
7 years ago
Matt Kwong
f68858464a
Add Kokoro perf PR jobs
7 years ago
Sree Kuchibhotla
4942458b21
Merge branch 'master' into exp-cq-fix
7 years ago
Sree Kuchibhotla
4478a88ad9
More detailed error when double-scheduling a closure
7 years ago
Nathaniel Manista
6628282499
Merge pull request #12592 from nathanielmanistaatgoogle/grpc_1_0_flag
...
Clean up a few more uses of gRPC code elements in _pb2.py files.
7 years ago
apolcyn
39e4fda0c8
Merge pull request #12210 from apolcyn/local_dns_server
...
Run a local DNS server in run_tests and add c-ares tests with it
7 years ago
Muxi Yan
3fb250bdb1
Polish output more
7 years ago
David G. Quintas
788ea1c24f
Merge pull request #12553 from jiangtaoli2016/tsi_exec_ctx
...
Update TSI grpc interface to pass exec_ctx
7 years ago
Justin Burke
4984135a78
Add reference counting to tsi_ssl_handshaker_factories
7 years ago
Yash Tibrewal
95cd9a46bd
Merge pull request #12545 from yashykt/type_rename
...
Removing _t type suffix and changing field names instead
7 years ago
Nathaniel Manista
8d3cc5ff0c
Clean up a few more uses of gRPC in _pb2.py files
...
Were this not done these would break when the default behavior of gRPC
Python Protoc Plug-In is changed to be the put-gRPC-code-elements-only-
in-_pb2_grpc.py-files behavior that currently happens only when the
grpc_2_0 flag is passed.
7 years ago
Yihua Zhang
993fa31e66
update tsi test library to support async tsi implementation
7 years ago
Jan Tattermusch
05eadf21e0
reveal leftover processes
7 years ago
Sree Kuchibhotla
e16329dd5f
Debug: timer hash table
7 years ago
Alexander Polcyn
67fa513fba
make sure calls created in ruby unit tests are completed timely
7 years ago
Vijay Pai
4b047a3bff
Construction of streams shouldn't require triggering async ops
7 years ago
jiangtaoli2016
1500cd6e8c
Merge branch 'master' of https://github.com/grpc/grpc into tsi_exec_ctx
7 years ago
Muxi Yan
9894661712
Polish comment
7 years ago
Craig Tiller
c3aba91be9
Merge pull request #12542 from ctiller/rtstat
...
Really use measured CPU costs (with a small delta) for run_tests
7 years ago
David Garcia Quintas
e2d60524bd
Script for CI testing latency
7 years ago
Yash Tibrewal
8f798e9ca1
%s/current_pollable/current_pollable_obj
7 years ago
Yash Tibrewal
b2a54ac4cb
Reverting suffixes and changing field names instead
7 years ago
Alexander Polcyn
27bf05d003
Add tests for c-ares wrapper using a local DNS server.
7 years ago
Nathaniel Manista
fd2ef56c81
Merge pull request #12550 from nathanielmanistaatgoogle/commands
...
Kill (grpcio_tests/)commands.BuildProtoModules.
7 years ago
Nathaniel Manista
8956a2ed37
Merge pull request #12551 from nathanielmanistaatgoogle/grpc_1_0_flag
...
grpc_1_0 flag for gRPC Python Protoc Plug-In.
7 years ago
kpayson64
7db81fb6d0
Merge pull request #12565 from kpayson64/revert_lb_stuff
...
Revert "Add fallback (use backends from resolver if can't reach balan…
7 years ago
ZhouyihaiDing
8f21b12abe
Merge pull request #12496 from ZhouyihaiDing/ruby_php_extension
...
qps performance: add php extension to ruby_proxy
7 years ago
Craig Tiller
c4ea11c171
Merge github.com:grpc/grpc into execp
7 years ago
Craig Tiller
1761884d14
Merge pull request #12577 from ctiller/http_write_stats
...
Collect stats on why writes are initiated
7 years ago
Craig Tiller
b2b4a85c86
Correct comparison
7 years ago
Craig Tiller
79eba775ca
Merge branch 'exec' into execp
7 years ago
Craig Tiller
f66ed28853
Instrument executor a little better
7 years ago
Ken Payson
9fa10cce9f
Fix merge issue
7 years ago
ZhouyihaiDing
422b61b279
Merge branch 'master' of https://github.com/grpc/grpc into ruby_php_extension
7 years ago
apolcyn
79a89c9acc
Merge pull request #12517 from apolcyn/fix_service_config_choice_from_dns_with_zero_percentages
...
Fix choosing of service config when percentage is zero
7 years ago
Craig Tiller
3ad5c74311
Fix errant change
7 years ago
Craig Tiller
7bda5ecd96
Merge github.com:grpc/grpc into http_write_stats
7 years ago
ZhouyihaiDing
1c87515f8d
add php extension
7 years ago
Craig Tiller
3ff1fa6e05
Collect stats on why writes are initiated
7 years ago
Muxi Yan
3218e2b975
minor build fix
7 years ago