Jan Tattermusch
45c34c323e
Merge pull request #10046 from jtattermusch/dont_silence_run_tests_use_docker
...
Dont silence realtime output from run_tests.py --use_docker
8 years ago
Jan Tattermusch
809b421554
Merge pull request #10043 from grpc/jtattermusch-patch-1
...
Delete TestResult.xml
8 years ago
matt-kwong
e188c7d39a
Merge pull request #10033 from matt-kwong/fix-dockerfiles
...
Fix pyenv Dockerfile
8 years ago
Yang Gao
2e0a82f14d
Merge pull request #10040 from rjshade/udp_use_after_free
...
Fix flaky use-after-free in udp_server
8 years ago
Mehrdad Afshari
c35a5b0e74
Merge pull request #10038 from mehrdada/server-reflection-for-grpc-python
...
Bump protobuf to 3.2.0 in requirements.txt
8 years ago
Nathaniel Manista
04b4d4c54b
Merge pull request #9974 from nathanielmanistaatgoogle/lint
...
More lint.
8 years ago
Craig Tiller
808d19e834
Merge pull request #9977 from ctiller/fssplit
...
Split bm_fullstack into pieces, reuse infrastructure across other microbenchmarks
8 years ago
Craig Tiller
c2804fbb2e
Merge pull request #10018 from ctiller/accept4
...
Silence accept4 message when its irrelevant
8 years ago
Matt Kwong
5faabc45c5
Fix pyenv dockerfile
8 years ago
David G. Quintas
3d5b0e6aab
Merge pull request #10045 from dgquintas/fix_runtests_n
...
Fix misplaced assert in run_tests.py
8 years ago
David Garcia Quintas
e2bdbfe075
Fix misplaced assert in run_tests.py
8 years ago
Jan Tattermusch
3464f70694
dont silence realtime output from run_tests.py --use_docker
8 years ago
Jan Tattermusch
1d88979a57
Delete TestResult.xml
8 years ago
Robbie Shade
69709e2819
Fix flaky use-after-free in udp_server
8 years ago
Jan Tattermusch
d1287b580e
Merge pull request #10020 from jtattermusch/reports_for_sponge
...
Make report naming internal-CI compliant
8 years ago
Jan Tattermusch
5a59c43e7a
make report naming internal-CI compliant
8 years ago
Mehrdad Afshari
b38aac4c76
Bump protobuf to 3.2.0
8 years ago
Mehrdad Afshari
c8f24e5070
Merge pull request #10026 from mehrdada/bump-proto-depenedency-on-python-3.2
...
Updated protobuf dependency for python to 3.2.0
8 years ago
David G. Quintas
18f8acf617
Merge pull request #10004 from dgquintas/1.1.x_to_master_again
...
1.1.x to master again
8 years ago
Craig Tiller
1444464345
Fix locking
8 years ago
Craig Tiller
2280306ec3
Merge pull request #10029 from ctiller/qps
...
Get master performance workers working again
8 years ago
Craig Tiller
6921820fab
Ensure port server is running on remote hosts
8 years ago
Craig Tiller
b094b2c31e
Actually print error message
8 years ago
Yang Gao
41559c6434
Merge pull request #10024 from grpc/revert-10015-use_after_free
...
Revert "Fix flaky use-after-free in udp_server"
8 years ago
Mehrdad Afshari
9b3c73d1cd
Updated protobuf dependency for python to 3.2.0
8 years ago
Yang Gao
7c1aafb3f9
Revert "Fix flaky use-after-free in udp_server"
8 years ago
Robbie Shade
73c33541b5
Merge pull request #10015 from rjshade/use_after_free
...
Fix flaky use-after-free in udp_server
8 years ago
Robbie Shade
9cf08b6bea
Fix flaky use-after-free in udp_server
8 years ago
Craig Tiller
702a445dc1
Fix initialization
8 years ago
Craig Tiller
f26236a159
Silence accept4 message when its irrelevant
8 years ago
Jan Tattermusch
1462063d9d
Merge pull request #9821 from jtattermusch/protobuf_bump_3.2.0
...
Upgrade third_party/protobuf to 3.2.0 and update C# nugets.
8 years ago
Jan Tattermusch
3b7bcc3eb0
fix grpcio_tools build on windows
8 years ago
Mehrdad Afshari
065d924436
Updated python scripts to work with protobuf 3.2.0
...
Since the build script of python grpcio-tools package
is very much entangled with the build system of protobuf,
and protobuf build scripts added a build step that
compiles js/embed.cc to create a preprocessor binary
that takes some .js files and generates a single
well_known_types_embed.cc which then gets linked to the
rest of protobuf source tree.
The generated code seems to be used only by the JS
portion of protoc, so is not expected to affect
our python build. Since we did not want to replicate
the entire build process of protobuf, we decided to
pre-generate the well_known_types_embed.cc and keep
it in our repo and then substitute the js/embed.cc
compiler file with it.
8 years ago
Jan Tattermusch
a3d87cad7e
fix C# nuget restore
8 years ago
Jan Tattermusch
5cf218e641
regenerate protoc_lib_deps.py
8 years ago
Jan Tattermusch
6820c8c746
fix bazel_deps.sh
8 years ago
Jan Tattermusch
1293cbc153
remove unneeded dependencies
8 years ago
Jan Tattermusch
93c8951695
NUnitVersion tests no longer needed
8 years ago
Jan Tattermusch
e2b2c8e193
update nugets in csproj projects
8 years ago
Jan Tattermusch
018e23ab5a
regenerate projects
8 years ago
Jan Tattermusch
a66df54db7
update C# project.json dependencies
8 years ago
Jan Tattermusch
766c97a408
updgrade C# project.json to protobuf 3.2.0
8 years ago
Jan Tattermusch
d687e92f1c
regenerate C# protos
8 years ago
Jan Tattermusch
fddb01d537
upgrade third_party/protobuf to 3.2.0
8 years ago
Jan Tattermusch
efe7572c72
Merge pull request #9632 from jtattermusch/csharp_server_side_auth
...
Expose AuthContext in C#
8 years ago
Yuchen Zeng
d42249894e
Merge pull request #10001 from y-zeng/fling_stream
...
Use gpr_subprocess in fling_stream_test
8 years ago
David Garcia Quintas
78fd7db29f
Merge remote-tracking branch 'upstream/v1.1.x' into 1.1.x_to_master_again
8 years ago
David G. Quintas
cf54c151f1
Merge pull request #9983 from dgquintas/1.1.x_to_master
...
Upmerge of 1.1.x to master.
8 years ago
apolcyn
7bc4f4a1e0
Merge pull request #9862 from Op3n4M3/limit-gem-build
...
Limit the gem native build resources
8 years ago
Yuchen Zeng
c65120526a
Use gpr_subprocess in fling_stream_test
8 years ago