Commit Graph

6151 Commits

Author SHA1 Message Date
Prashant Jaikumar 43628b286f Update googletest version to v1.8.1
Bazel builds of test/cpp/end2end:end2end_test were failing on Mac OS with v1.8.0 due to missing gtest symbols. The issue is not seen in v1.8.1. A WORKSPACE file was added to gtest repo in 1.8.1, so gtest.BUILD can be removed.
2019-06-20 18:17:13 -07:00
Muxi Yan 559e328799
Merge pull request #19410 from muxi/fix-run-tests
Fix ObjC test failures in Kokoro
2019-06-20 14:26:24 -07:00
Yash Tibrewal bdab6833f1
Merge pull request #19359 from yashykt/out_of_bounds_tests
Add out of bounds frame tests
2019-06-20 11:42:40 -07:00
Muxi Yan 7eb8bac696 Resolve xcodebuild issue on Mac 2019-06-20 10:03:01 -07:00
apolcyn a6a6175ff1
Merge pull request #19414 from apolcyn/skip_broken_distrib
Skip all ruby distrib tests that use ruby 2.2
2019-06-19 23:14:34 -07:00
Alexander Polcyn 3e843d68d0 Skip all ruby distrib tests that use ruby 2.2 2019-06-19 14:59:26 -07:00
Muxi Yan 8a11a8120a More run_tests.py script fix 2019-06-19 14:53:55 -07:00
Muxi Yan 8cc3457776 fix tests so that they run 2019-06-19 13:48:37 -07:00
Muxi Yan bb341f822d
Merge pull request #19177 from muxi/split-objc-tests
Split ObjC tests
2019-06-19 09:21:49 -07:00
Jan Tattermusch 4d33b5c955
Merge pull request #19182 from haon4/201905291635
Update protobuf version to 3.8.0
2019-06-18 17:36:27 +02:00
Yash Tibrewal e60c43ff3e Add out of bounds frame tests 2019-06-14 16:13:19 -07:00
Muxi Yan 5a354d79ef fix cannot find tests 2019-06-14 10:16:19 -07:00
Yash Tibrewal 17afa603a1
Merge pull request #19275 from yashykt/unknown_frame_attack
Add unknown frame type tests for HTTP2 parsing
2019-06-13 17:16:45 -07:00
Richard Belleville 9149b3aee9
Merge pull request #19294 from gnossen/python_3.8_test
Add Python 3.8 test
2019-06-13 15:45:06 -07:00
Moiz Haidry 186875337c Sync with master 2019-06-11 16:16:27 -07:00
Muxi Yan 3931c0bcd2 yapf_codes 2019-06-11 11:57:58 -07:00
Muxi Yan 1f1eff115a Split extra arguments 2019-06-11 11:57:37 -07:00
Karthik Ravi Shankar e4b992ee48 Merge branch 'master' into migrate-client-context 2019-06-10 14:01:28 -07:00
Muxi Yan 7b239a287e Move extra args into RUN_TESTS_FLAGS 2019-06-09 10:29:42 -07:00
Richard Belleville 385beb95ce Yapf 2019-06-07 13:12:51 -07:00
Richard Belleville 79ffaced7d Add python 3.8 test 2019-06-07 10:09:07 -07:00
Yash Tibrewal 7994ea53fc Add detailed unknown frame type tests 2019-06-06 11:49:57 -07:00
Jan Tattermusch ed045828b9 make default service account email configurable 2019-06-06 14:12:55 -04:00
Karthik Ravi Shankar 522ddfe273 Move ClientContext to grpc_impl
ClientContext is another file which needs to be moved from grpc to
grpc_impl for referencing it.
2019-06-05 16:31:39 -07:00
Moiz Haidry 1bc0ac6064
Merge pull request #12 from grpc/master
Sync with master
2019-06-05 14:19:57 -07:00
Jan Tattermusch a9a576c6c4
Merge pull request #19238 from JamesNK/jamesnk/duplex-interop-tests
Enable duplex streaming and special status message interop tests
2019-06-05 21:52:25 +02:00
Jan Tattermusch cd807e4ecd
Merge pull request #18770 from jtattermusch/interop_refresh_key
Use different service_account_key for interop tests
2019-06-05 19:47:10 +02:00
Moiz Haidry 226e63dd0c Move server context implementation to grpc_impl namespace and typedef the ref to it 2019-06-05 10:41:30 -07:00
Jan Tattermusch a7e3e76aed use different service_account_key for interop tests 2019-06-05 18:05:07 +02:00
Jan Tattermusch 4686f6d518 enable special_status_message interop for grpc-dotnet server 2019-06-05 10:45:54 -04:00
Jan Tattermusch de0e9d1026 enable special_status_message interop for C# 2019-06-05 10:45:51 -04:00
Jan Tattermusch 107cdb84fd
Merge pull request #18878 from jtattermusch/interop_matrix_testcase_refresh
Refresh of interop matrix testcases
2019-06-05 11:00:09 +02:00
James Newton-King 206ca33dd5
Enable duplex streaming and special status message interop tests 2019-06-05 15:19:55 +12:00
Jan Tattermusch 05e26ff4cf introduce --custom_credentials_type to run_interop_tests.py 2019-06-04 23:33:07 +02:00
Richard Belleville 26a2e81b3e
Merge pull request #19168 from OceanOfWest/testpy
fix print format for python3
2019-06-04 12:45:27 -07:00
Jan Tattermusch 97921f5d77 add comments to interop scripts 2019-06-03 11:57:42 -04:00
Muxi Yan 04a3d9c2aa build failure fix 2019-06-03 08:49:29 -07:00
1524995078@qq.com b6e5827315
remove python version number
to release binding to exact version
2019-05-31 10:31:37 +08:00
Hao Nguyen 79f7abb45e Update zlib dependency 2019-05-29 17:07:00 -07:00
Hao Nguyen 1ddaafd677 Update protobuf version 2019-05-29 16:37:10 -07:00
Mark D. Roth 28ccd61cf5 Use SubchannelInterface to hide implementation from LB policy API. 2019-05-29 12:21:15 -07:00
Muxi Yan 285cea16b3 Reorganize tests 2019-05-29 10:14:52 -07:00
1524995078@qq.com 3d52eca5b9
fix print format for python3
add brackets of print in run_tests/start_port_server.py
2019-05-29 16:22:21 +08:00
Yash Tibrewal d43604a8b1
Merge pull request #19021 from yashykt/validatesvccfg
Add method to validate service config json
2019-05-28 14:10:49 -07:00
Srini Polavarapu ec640a53c6 Merge pull request #19105 from gnossen/twine_check_artifacts
Produce Python Wheels with a Valid long_description field
2019-05-28 10:11:34 -07:00
Yash Tibrewal 4746a8734d Merge branch 'master' into validatesvccfg 2019-05-24 15:27:16 -07:00
Yash Tibrewal 886dc10daa Move validate_service_config to a new file 2019-05-24 14:29:16 -07:00
Karthik Ravi Shankar dc9897dfe3
Merge pull request #19067 from karthikravis/channel-cq-scq-impl
Fold Channel and CompletionQueue into grpc_impl
2019-05-22 16:10:58 -07:00
Karthik Ravi Shankar 5ffb32c069 Fix clang errors 2019-05-22 13:43:07 -07:00
Karthik Ravi Shankar 0b50670b23 Make some test fixes 2019-05-22 12:42:40 -07:00