aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
| | | | | | | | | | | | | | | * | | | | Minor formatting, commenting and clang format for C to C++ conversionGravatar Yash Tibrewal2017-09-18
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | initializing checker_mu in timer_list to be safeGravatar Yash Tibrewal2017-09-18
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | Timer generic correctionGravatar Yash Tibrewal2017-09-18
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | static metadata and clang formatGravatar Yash Tibrewal2017-09-18
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | Removing designated initializers, implicit string literal to char *Gravatar Yash Tibrewal2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | conversions and solving crosses initialization due to jump warnings
| | | | | | | | | | | | | | | * | | | | Redefine GRPC_SLICE_MALLOC to use grpc_slice_malloc function instead ofGravatar Yash Tibrewal2017-09-18
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | designated initializers
| * | | | | | | | | | | | | | | | | | Merge pull request #12564 from sreecha/exp-cq-fixGravatar Sree Kuchibhotla2017-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix TSAN failure in completion queue
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12610 from yashykt/ctocc5Gravatar Yash Tibrewal2017-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing deprecated string to char * conversions
| | | | | | | | | | | | | * | | | | | | | add a client side utility for extracting a google rpcGravatar Alexander Polcyn2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | status from a grpc::Status
| | | | | | | | | | | * | | | | | | | | | Add more options in grpc_chttp2_config_default_keepalive_argsGravatar Yuchen Zeng2017-09-18
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | | Update writing.c with the trailers-only response changeGravatar Yuchen Zeng2017-09-18
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | | Set the ping behavior as described in the proposalGravatar Yuchen Zeng2017-09-18
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | | Set last_ping_sent_time to inf_past after receiving dataGravatar Yuchen Zeng2017-09-18
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | | Fix keepalive_timeoutGravatar Yuchen Zeng2017-09-18
| | | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | | Fix ping policyGravatar Yuchen Zeng2017-09-18
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | | | | | | | | | | * | | | | | | | | Fix leak in grpclb's lb_on_response_received_lockedGravatar David Garcia Quintas2017-09-18
| | |_|_|_|_|_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | | * | | | | | | | | Mock time to resolve test errorGravatar Craig Tiller2017-09-18
| |_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | Upmerge from v1.6.x branch to masterGravatar David Garcia Quintas2017-09-18
| | |_|_|_|_|_|_|/| | | | | | | | | | |/| | | | | | | | | | | | | | | |
| | | | | | | | * | | | | | | | | | Split C and C++ basic testsGravatar Matt Kwong2017-09-18
| | |_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | Merge branch 'master' into closure-debugGravatar Sree Kuchibhotla2017-09-18
| | | | | | | |\ \ \ \ \ \ \ \ \ \
| | | | | | | * | | | | | | | | | | clang formatGravatar Sree Kuchibhotla2017-09-18
| | | | | | | | | | | | | | | | | |
| | | | | | | * | | | | | | | | | | fix a bad typoGravatar Sree Kuchibhotla2017-09-18
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #12495 from ZhouyihaiDing/build_phpGravatar ZhouyihaiDing2017-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | run_tests.py: embed openssl during building c-core before running build_php.sh
| | | | | | * | | | | | | | | | | | | Use grpc_1_0 flag in beta_python_plugin_testGravatar Nathaniel Manista2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Beta code elements are not generated at all in _pb2_grpc.py files. This duplicates a lot of the in-test code generation done in _split_definitions_test. In a future clean-up we may want to deduplicate the common behavior, put it in a module available to all other tests, and do all of our testing of generated code with in-test code generation.
| | | * | | | | | | | | | | | | | | | Running generate_projects.shGravatar Yash Tibrewal2017-09-18
| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | | * | Apply formatting toolGravatar Michael Bausor2017-09-18
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #12616 from jtattermusch/fix_test_filteringGravatar Jan Tattermusch2017-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | | | | Test everything if internal_ci scripts change
| | | | | * | | | | | | | | | | | | | Restore no_barrier operations to some places where it is safeGravatar Sree Kuchibhotla2017-09-18
| | | | | | | | | | | | | | | | | | |
| | | | | * | | | | | | | | | | | | | Merge branch 'master' into exp-cq-fixGravatar Sree Kuchibhotla2017-09-18
| | | | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | | | | | | | | * | | | | | | | | | Add to closure_list_sched as wellGravatar Sree Kuchibhotla2017-09-18
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #12615 from nathanielmanistaatgoogle/fix_with_metaclass_usageGravatar Nathaniel Manista2017-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a six.with_metaclass usage mistake.
* | | | | | | | | | | | | | | | | | | | Fix keepalive testGravatar Craig Tiller2017-09-18
| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge github.com:grpc/grpc into flowctlNGravatar Craig Tiller2017-09-18
|\| | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | * | | | | Fix testGravatar Craig Tiller2017-09-18
| | | | | | | | | | | | | | | | | | | |
| | | | | | | | | | | | | * | | | | | | Merge github.com:grpc/grpc into pollset_kick_statsGravatar Craig Tiller2017-09-18
| | | | | | | | | | | | | |\ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | | | | EMBED_OPENSSL before build phpGravatar ZhouyihaiDing2017-09-18
| | |_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
| | | * | | | | | | | | | | | | | | | test everything if internal_ci scripts changeGravatar Jan Tattermusch2017-09-18
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge pull request #12477 from jtattermusch/reveal_hangsGravatar Jan Tattermusch2017-09-18
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | Reveal processes left by our test suite.
| | | * | | | | | | | | | | | | | | Fix a six.with_metaclass usage mistakeGravatar Nathaniel Manista2017-09-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I made this mistake in 2010985ab269c8df0443e4f3782cbdffb083e9d4 but only with yesterday's release of six 1.11.0 has it started failing ("TypeError: metaclass conflict: the metaclassof a derived class must be a (non-strict) subclass of the metaclasses of all its bases").
| | | | | | * | | | | | | | | | | | Update env var documentationGravatar ncteisen2017-09-18
| | | | | | | | | | | | | | | | | |
| | | | | | * | | | | | | | | | | | Add stream state tracerGravatar ncteisen2017-09-18
| | |_|_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | | | * | | | | | | | | | | | | Removing deprecated string to char * conversionsGravatar Yash Tibrewal2017-09-17
| | |_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge pull request #12602 from nathanielmanistaatgoogle/grpc_1_0_flagGravatar Nathaniel Manista2017-09-17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Overhaul protoc_plugins._split_definitions_test.
| | * | | | | | | | | | | | | | | Overhaul protoc_plugins._split_definitions_testGravatar Nathaniel Manista2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | | | | | | | | Merge pull request #12603 from nathanielmanistaatgoogle/python_sanity_testGravatar Nathaniel Manista2017-09-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tweak Python sanity test.
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12339 from muxi/add-objc-call-deadlineGravatar Muxi Yan2017-09-16
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Surface call deadline to Objective C API
| | | * | | | | | | | | | | | | | | | Tweak Python sanity testGravatar Nathaniel Manista2017-09-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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.
| | * | | | | | | | | | | | | | | | | Fix timeout testGravatar Muxi Yan2017-09-16
| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | Merge pull request #12562 from matt-kwong/kokoro_perfpr1Gravatar Matt Kwong2017-09-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add Kokoro perf PR jobs
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge pull request #12269 from vjpai/race_issuesGravatar Nicolas Noble2017-09-15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow construction of async stream objects without triggering async operations