Commit Graph

6133 Commits

Author SHA1 Message Date
Muxi Yan eb9b82b7e1 Merge pull request #11118 from muxi/backward-compat-dev
Add Backward compatibility API to C++
2017-05-17 16:08:24 -07:00
Jan Tattermusch 90224ba893 Merge pull request #11113 from jtattermusch/python_artifact_polling_trace
Try fixing python artifact build on Windows
2017-05-17 09:05:57 +02:00
Vijay Pai 141a68a09f Merge pull request #11149 from vjpai/testmac
Fix run_tests script for Mac
2017-05-16 22:15:19 -07:00
Muxi Yan 7aa3a7fb6e generate_project 2017-05-16 18:26:47 -07:00
Craig Tiller 82713635e1 Merge pull request #11135 from ctiller/bugz
Fix some job runner bugs, save some initialization passes for port selection
2017-05-16 13:38:09 -07:00
Craig Tiller 3f4b1b9a73 Remove OSS-only tooling 2017-05-16 10:07:01 -07:00
Muxi Yan a57d3c8120 Merge pull request #11138 from grpc/revert-11121-revert-10849-backward-compat
Revert "Revert "Implement Server Backward Compatibility""
2017-05-16 09:58:22 -07:00
Jan Tattermusch de030a35a2 regenerate projects 2017-05-16 18:20:26 +02:00
Vijay Pai adb76ee1e6 Fix run_tests script for Mac 2017-05-16 08:50:55 -07:00
kpayson64 3634fbe874 Merge pull request #10800 from kpayson64/fix_alpine
Fix alpine build
2017-05-16 08:44:27 -07:00
kpayson64 6b7f893b58 Merge pull request #11087 from kpayson64/update_python_auth
Update Python interop tests to use google-auth package
2017-05-15 23:34:47 -07:00
Muxi Yan 1d3ce9a737 Move workaround_list to grpc_base 2017-05-15 16:27:37 -07:00
Ken Payson 6c286b5170 Update service account creds 2017-05-15 15:26:02 -07:00
Jan Tattermusch 746f21ade8 Merge pull request #11133 from jtattermusch/internal_ci_artifact_builds
add artifact build jobs for internal_ci
2017-05-15 19:42:18 +02:00
Jan Tattermusch 0397f7b05e Merge pull request #11137 from jtattermusch/internal_ci_move_docker_graph
Prevent out of disk space error on internal_ci
2017-05-15 19:32:42 +02:00
Muxi Yan 29ff4665a8 Revert "Revert "Implement Server Backward Compatibility"" 2017-05-15 10:27:55 -07:00
MakMukhi ec3fb9dc24 Merge pull request #11100 from MakMukhi/master
Documentation for writing unit tests for client-side sync APIs.
2017-05-15 10:26:57 -07:00
Jan Tattermusch b7236db182 prevent out of disk space error 2017-05-15 19:13:35 +02:00
Sree Kuchibhotla a6171a990e Merge pull request #10662 from sreecha/cq_mpsc_based
grpc_mpsc queue based completion queue
2017-05-15 10:06:07 -07:00
Craig Tiller f09957bd04 Recover from more EINTRs 2017-05-15 08:39:17 -07:00
Craig Tiller 9d5d803bbf Small fixes 2017-05-15 07:54:54 -07:00
Jan Tattermusch 9f4ab994ee add artifact build jobs 2017-05-15 16:51:25 +02:00
Jan Tattermusch 3e95a38bdf Merge pull request #11115 from jtattermusch/revamp_artifacts
Revamp artifacts, packages and distribtests
2017-05-15 11:59:13 +02:00
Nicolas Noble 7edcce2147 Revert "Implement Server Backward Compatibility" 2017-05-12 15:35:20 -07:00
Muxi Yan a2d9d48a88 Merge pull request #10849 from muxi/backward-compat
Implement Server Backward Compatibility
2017-05-12 12:17:36 -07:00
Craig Tiller a1ae21dd2e Merge pull request #11102 from ctiller/clang5
clang5 fixes
2017-05-12 11:29:08 -07:00
Ken Payson 937d96d051 Update Python interop tests to use google-auth package
The oauth2client test dependency is still needed as it used by
the beta API unit tests.
2017-05-12 11:11:21 -07:00
Jan Tattermusch 5227e1ea63 drop node 0.12 and 3 distribtests 2017-05-12 15:54:44 +02:00
Jan Tattermusch 0628894e74 shorten name 2017-05-12 15:54:43 +02:00
Jan Tattermusch 42e302dbfe Run mac and windows distribtests in workspace 2017-05-12 15:54:43 +02:00
Jan Tattermusch edc06e77a4 make one Node artfact build exclusive 2017-05-12 15:54:41 +02:00
Jan Tattermusch 3294474d15 adjust package build scripts to new paths 2017-05-12 15:54:41 +02:00
Jan Tattermusch 47c7521960 simplify building artifacts on a single machine 2017-05-12 10:18:49 +02:00
David G. Quintas af84518834 Merge pull request #11106 from dgquintas/fix_run_tests
Fix run_tests for C++
2017-05-11 17:33:56 -07:00
Vijay Pai f3b28f30a4 Merge pull request #11030 from vjpai/oss
Add qps scenarios for better C++ large-message throughput measurement
2017-05-11 17:18:44 -07:00
David Garcia Quintas 8ff3032053 Fix run_tests for C++ 2017-05-11 16:13:37 -07:00
Matt Kwong 3f988604d2 Merge pull request #11086 from matt-kwong/upload_mac
Enable uploading Jenkins test results on Mac workers
2017-05-11 15:25:51 -07:00
Craig Tiller 20745158d8 Merge branch 'bazel_docker' of github.com:matt-kwong/grpc into clang5 2017-05-11 14:28:31 -07:00
Matt Kwong b6b4976cf4 Update Bazel Dockerfile to build from oss-fuzz 2017-05-11 13:52:34 -07:00
Sree Kuchibhotla 467ad2002f Merge branch 'master' into cq_mpsc_based 2017-05-11 13:15:07 -07:00
Mahak Mukhi a1c059106e Merge branch 'master' of github.com:grpc/grpc
Sync with upstream
2017-05-11 12:58:41 -07:00
Mahak Mukhi bc1c861c3c sanity check 2017-05-11 12:53:41 -07:00
Craig Tiller 63cde40c6d Merge pull request #11010 from ctiller/uberpoll
Roll up of all new polling engines
2017-05-11 10:55:02 -07:00
Matt Kwong a5b29a3961 Update VM creation script to include BQ access 2017-05-11 10:33:41 -07:00
Matt Kwong d1f40bd3b3 Make --measure_cpu_costs flag Mac-friendly 2017-05-11 10:29:49 -07:00
Sree Kuchibhotla 234a677e8d Merge branch 'master' into cq_mpsc_based 2017-05-11 09:33:11 -07:00
Jan Tattermusch e44afe7170 source the linux rc file 2017-05-11 14:43:01 +02:00
Matt Kwong 598fb57336 Enable IPv6 in Docker for internal CI 2017-05-11 14:43:01 +02:00
Vijay Pai 8aa652ff83 Merge pull request #11066 from vjpai/all_you_old_compilers_you_must_go
Remove gcc-4.4 and 4.6 from portability tests
2017-05-10 22:23:05 -07:00
Sree Kuchibhotla 6e510f700d Merge branch 'master' into cq_mpsc_based 2017-05-10 19:35:03 -07:00