Commit Graph

448 Commits

Author SHA1 Message Date
Adele Zhou aadbd18596 Also add size 2018-03-23 15:17:17 -07:00
Adele Zhou 7bc84a2256 Use timeout instead of size 2018-03-23 10:40:46 -07:00
Adele Zhou 8f7bdecf7c Set default size large for fuzzer tests, and enormous for api_fuzzer 2018-03-23 10:40:46 -07:00
Adele Zhou ad5be3e310 Add size param to grpc_cc_test and set it to enormous for fuzzer tests. 2018-03-23 10:40:46 -07:00
kpayson64 539f5068bd Abstract libuv implementation
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
2018-03-13 01:21:42 -07:00
Muxi Yan 4b37fb0e4c Stop including inttypes.h in gRPC core public header in Apple platforms 2018-03-12 11:43:00 -07:00
Vijay Pai 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible 2018-03-05 16:35:10 -08:00
Adele Zhou 0ad0e5d684 Fix fuzzer tests for Bazel 2018-02-12 21:51:44 -08:00
Noah Eisen 4d20a66685 Run clang fmt 2018-02-09 09:34:04 -08:00
Noah Eisen be82e64b3d Autofix c casts to c++ casts 2018-02-09 09:16:55 -08:00
Vijay Pai a54d81ebc2 Merge branch 'master' into gpr_review 2018-02-08 15:37:12 -08:00
Mehrdad Afshari 6ec9bb8762
Merge pull request #14360 from mehrdada/shellcheck-slash-test
Enforce shellcheck on scripts under /test/
2018-02-08 15:15:14 -08:00
Vijay Pai 5122487fad fix a conflict 2018-02-08 12:32:34 -08:00
Vijay Pai 18b9133f31 Merge branch 'master' into gpr_review 2018-02-08 12:18:09 -08:00
Vijay Pai 239b7d4b0b Merge branch 'master' into gpr_review 2018-02-08 11:08:41 -08:00
Vijay Pai 573717bc8d Merge branch 'master' into gpr_review3 2018-02-08 10:21:11 -08:00
Mehrdad Afshari ecdd9147cf Fix run_with_poller.sh to pass shellcheck 2018-02-07 11:46:44 -08:00
Mehrdad Afshari a6ac5b3ddc Fix fuzzer_one_entry_runner.sh to pass shellcheck 2018-02-07 11:46:33 -08:00
Vijay Pai 1acfaca3e6 Merge branch 'master' into gpr_review_host_port 2018-02-02 11:21:07 -08:00
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 2018-02-02 09:16:44 -08:00
Vijay Pai 4c0640ebd6
Merge branch 'master' into gpr_review3 2018-02-02 09:12:11 -08:00
Vijay Pai 0dbb00eef0 Remove extern "C" 2018-02-02 08:39:47 -08:00
Jan Tattermusch 382374eb6f add comment 2018-01-31 21:25:30 +01:00
Jan Tattermusch 12ba4b1e05 make grpc_passthru_endpoint_stats refcounted 2018-01-30 19:24:56 +01:00
Vijay Pai ae376bf9d9 Privatize host_port.h; was not used in any wrapped language implementation 2018-01-25 23:06:24 -08:00
Vijay Pai 8a99fdb57e Move cmdline and subprocess from public gpr to test/core/util 2018-01-25 20:11:38 -08:00
Mark D. Roth dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 2018-01-18 11:21:12 -08:00
Jan Tattermusch 148700a8ea windows needs fflush after fprintf 2018-01-12 09:59:12 +01:00
Yash Tibrewal 8cf1470a51
Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 2017-12-06 09:47:54 -08:00
Yash Tibrewal ad4d2dde00
Revert "All instances of exec_ctx being passed around in src/core removed" 2017-12-06 09:05:05 -08:00
yashkt d9f6407190 Merge master into execctx after removal of assert in tls_gcc 2017-12-04 09:41:12 -08:00
Craig Tiller f66cfed913
Merge pull request #13051 from ctiller/bazel-pollers
Test multiple pollers with Bazel
2017-12-01 16:18:07 -08:00
adelez f0b952824b
Merge pull request #13442 from adelez/foundry_integration
Create a pilot job to run bazel tests remotely
2017-12-01 09:42:04 -08:00
Vijay Pai 764ef8c797
Merge pull request #13575 from vjpai/dehist
Move histogram to test/core/util
2017-11-30 18:02:44 -08:00
Yash Tibrewal 36522e9f80 Merge master after no Extern C changes 2017-11-30 17:47:36 -08:00
Adele Zhou 5b7cdefb68 Rename port_hermetic to port_isolated_runtime_environment 2017-11-30 17:45:02 -08:00
Adele Zhou e5df91f477 Use select to decide the test is hermetic or not 2017-11-30 17:10:28 -08:00
Adele Zhou c8bf2da1e0 Enabling hermetic testing for running tests on Foundry. 2017-11-30 17:10:28 -08:00
Vijay Pai 195cf1ebfd Move histogram to test/core/util 2017-11-30 15:02:04 -08:00
Craig Tiller 360712fe99 Start to get Bazel running different pollers 2017-11-30 14:38:19 -08:00
Yash Tibrewal c354269ba7 Remove _ prefixed variable names 2017-11-29 19:07:44 -08:00
Yash Tibrewal 03412ee9de Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests 2017-11-28 18:06:23 -08:00
Yash Tibrewal 81fc8c9c33 Fix tests to call grpc_init and grpc_shutdown before using exec_ctx 2017-11-28 13:23:36 -08:00
ncteisen fe354eb807 Fix the fuzzers 2017-11-28 12:05:14 -08:00
ncteisen e7af52580d Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c 2017-11-27 15:05:14 -08:00
Yash Tibrewal 9da7ac217a Merge branch 'master' into execctx 2017-11-27 13:42:21 -08:00
adelez b3a35623e3
Merge pull request #13419 from nlopezgi/master
change use of directory as input to data field for to use of native.glob in grpc_fuzzer.bzl
2017-11-27 11:02:50 -08:00
Yash Tibrewal eaf67dbdf6 Fixing errors and minor bugs 2017-11-22 16:59:56 -08:00
Yash Tibrewal a13a8c0f3e A few src/core fixes due to missing exec_ctx_finish 2017-11-21 19:38:09 -08:00
Yash Tibrewal 7486144de0 Merge master 2017-11-21 16:52:06 -08:00