Masood Malekghassemi
751fbb06f6
Build grpcio tools on Windows
9 years ago
Julien Boeuf
8ca294e417
Refactoring the core security code.
...
As opposed to a flat directory, we now have the following structure:
- security
-context
- credentials
- composite
- fake
- google_default
- iam
- jwt
- oauth2
- plugin
- ssl
- transport
- util
We have not refactored the test code yet but this PR is already large
enough...
9 years ago
Masood Malekghassemi
f837cc8f63
Fix missing symbols
9 years ago
Masood Malekghassemi
88baf86d71
Copy all generated Python distribs
9 years ago
Masood Malekghassemi
010eb48d21
Use manylinux
9 years ago
Masood Malekghassemi
af3158350e
Integrate Python protoc Linux artifact builders
9 years ago
Masood Malekghassemi
58d24c259a
Add sanity test for grpcio protoc package
9 years ago
Makarand Dharmapurikar
d5d8f8fbf9
Added all transitive header dependencies in build.yaml to fix the failing check.
9 years ago
Sree Kuchibhotla
e6d03b828d
Fix the build path in config
9 years ago
Craig Tiller
6889799923
Fix some ubsan issues: I fear no bugs were harmed in the making of this episode
9 years ago
Craig Tiller
823fa1d77a
Exclude 1byte tests from msan
9 years ago
David Garcia Quintas
f72eb97b36
Introduced grpc_pops (pollset or pollset_set)
9 years ago
Makarand Dharmapurikar
274bcc8f0b
Added dummy cronet api implementation so we can build on Jenkins.
9 years ago
Sree Kuchibhotla
f023800ff1
Correct csharp kubernetes proxy port (so that it doesn't collide with
...
other configs when running on the same machine)
9 years ago
Sree Kuchibhotla
1bdd5319b0
Python dockerfiles and config files for stress testing
9 years ago
Jan Tattermusch
9c83512575
update remaining stresstest configs
9 years ago
Jan Tattermusch
9835d4b1f7
update locations of dockerization scripts
9 years ago
Jan Tattermusch
26ca776e3e
update working directories
9 years ago
Jan Tattermusch
99341e30cf
move helper script for dockerization
9 years ago
Mark D. Roth
8a1d8052eb
Added bad_client test to check that the server rejects requests with too
...
much metadata and refuses to send responses with too much metadata.
9 years ago
Sree Kuchibhotla
7edab7c5e3
Ruby docker files and config
9 years ago
murgatroid99
957fe8dc5d
Updated a couple more scripts
9 years ago
David Garcia Quintas
4bb11ac72a
Turned load reporting into a plugin
9 years ago
Craig Tiller
e98b494db7
Fix bug where max_frame_size was ignored
...
Also add corpus entries that helped diagnose this bug
9 years ago
Sree Kuchibhotla
67df784bbc
C# Dockerfile and Config scripts
9 years ago
murgatroid99
9fab438669
Made Node tests support multiple versions and set the Node default version to 4 everywhere possible
9 years ago
Yuchen Zeng
a42ec21341
Server builder plugin
9 years ago
murgatroid99
8cb5f2f413
Fixed build_package_ruby's use of variables
9 years ago
murgatroid99
f897fec0db
Fixed build_package_ruby's use of variables
9 years ago
murgatroid99
f238194b25
Updated build_package_ruby to build the grpc-tools gem
9 years ago
Jan Tattermusch
501ca57665
kill pending python workers on start
9 years ago
David Garcia Quintas
b41363e88e
all good! missing end2end test for new lr filter
9 years ago
Ken Payson
0482c1046b
Python QPS Worker/initial scenarios
9 years ago
Craig Tiller
27f59afecb
Unifying error handling within core
9 years ago
David Garcia Quintas
d312a0b866
Smarter pollset/pollset_set propagation
...
For some definition of "smart"... client_channel simply passes along
pollset/pollset_set, removing the need to instantiate a pollset_set in
the subchannel_call_holder: it's now up to the LB policies to handle the
pollset/pollset_set.
9 years ago
Jan Tattermusch
1408920ab9
get rid of local qpsworkers before starting the tests
9 years ago
Jan Tattermusch
85a93831dd
run all implemented C# interop tests
9 years ago
David Garcia Quintas
1b2db6333d
Moved protos out of core_codegen interface
9 years ago
murgatroid99
3c6ace6969
Fixed case statement in build_package_node
9 years ago
murgatroid99
c0ad0bd485
Clear bin directory after generating each tarball
9 years ago
Yuchen Zeng
12dfdc3c27
Change win32 file suffix
9 years ago
Craig Tiller
068d143c8e
Expand corpora
9 years ago
murgatroid99
d9062b98a3
Get version explicitly
9 years ago
murgatroid99
63753077c5
Get version explicitly
9 years ago
Jan Tattermusch
825471c387
Add --compiler python3.4 option to run_tests.py
9 years ago
murgatroid99
24947de3d2
Fixed working directory path
9 years ago
murgatroid99
a4c1644d56
Actually make the output directories
9 years ago
murgatroid99
f8fb955e15
Account for windows file names
9 years ago
murgatroid99
110e07af8d
Added node plugin to grpc-tools npm package, updated build_package_node
9 years ago
Ken Payson
707c9e29e0
Changed python proto build to use shared protos
9 years ago