Jan Tattermusch
4a510960c6
add distribtest for grpc being added with cmake add_subdirectory
7 years ago
everysick
bae00e08cc
Add test for verifying to get memory usage in client request
7 years ago
Jan Tattermusch
0e3d2fe823
make package builds work on kokoro
7 years ago
Jan Tattermusch
2286c633c2
cmake "superbuild" example using externalprojects
7 years ago
Mark D. Roth
9db86fcc63
Convert retry throttle code to C++ and add tests.
7 years ago
Jan Tattermusch
ba5c7a5034
cleanup configuration for linux sanity tests
7 years ago
kpayson64
1bfff8eec0
Initial gevent support
...
Because some cpp code ends up leaking into cython, we change
the cython generator to generate cpp code.
7 years ago
David Garcia Quintas
49f625f232
more comments
7 years ago
David Garcia Quintas
e44efe099d
rest of pr comments
7 years ago
Daniel Neighman
8b7007ad7b
Updates the ruby generator RubyAsType to correctly account for underscores in packages
...
Prior to this change, when the ruby generator tried to reference an entity that was not part of the same package
(or a direct parent package) and the package contains underscores,
the result would simply uppercase the first character.
It should however uppercase each letter that proceeds an underscore and remove underscores.
i.e.
```
package my_package.service;
import "my_package/data.proto";
service MyService {
rpc Test (data.Request) returns data.Response {}
}
```
Was
```ruby
# ...
rpc :Test, My_package::Data::REquest, My_package::Data::Response
# ...
```
Should be:
```ruby
# ...
rpc :Test, MyPackage::Data::REquest, My_package::Data::Response
# ...
```
7 years ago
David Garcia Quintas
861363d618
added call_host_override test
7 years ago
ZhouyihaiDing
76d4621bd8
PHP: split script for running distrib tests on different system
7 years ago
Muxi Yan
93e2d92992
Add more plugins to be used by grpc_cronet
7 years ago
David Garcia Quintas
fa460dcf1d
Factor out grpc_add_default_authority_if_not_present
7 years ago
Matt Kwong
90e98c16ea
Add test result uploading for RBE builds
7 years ago
Alex Polcyn
77f64f76bd
Put address_sorting's public header under its own directory. Also add
...
test_only to sort function used in test.
7 years ago
Alexander Polcyn
690dde672a
Add address sorting submodule for use in c-ares wrapper
7 years ago
murgatroid99
11fdbd892c
Re-enable some tests for the Node Pure JS interop client
7 years ago
Muxi Yan
b94d68111d
Add message size filter and deadline filter plugins
7 years ago
Muxi Yan
7cc4bd80af
Let cronet use grpc_cronet_registry_plugin
7 years ago
Ruslan Nigmatullin
99d0cee31b
regenerate projects
7 years ago
Jan Tattermusch
e29f350d3e
regenerate projects
7 years ago
Jan Tattermusch
ac08180ab3
Revert "Disabled the json_run_localhost:*_low_thread_count family of tests"
7 years ago
Jan Tattermusch
a9d59e195d
longer timeout for protoc artifacts on macos
7 years ago
ncteisen
3b42f83068
Revert "Revert "Channel Tracing Implementation; Part 1""
...
This reverts commit f2bea3725f
.
7 years ago
Noah Eisen
f2bea3725f
Revert "Channel Tracing Implementation; Part 1"
7 years ago
David Garcia Quintas
961353ab6d
moved filter to ext
7 years ago
Vijay Pai
ba46afe3e2
Delete status_test that has no coverage; replace with static_asserts
7 years ago
Jan Tattermusch
e2d47e84ac
ubuntu1504 and 1510 are past their end of life
7 years ago
David Garcia Quintas
aa843f2bfc
Testing making the authority filter a plugin, for cronet
7 years ago
Jan Tattermusch
5f3a452440
make package builds work on kokoro
7 years ago
kpayson64
539f5068bd
Abstract libuv implementation
...
Structures the libuv implementation to allow for a plugable
BSD style socket implementation to allow for other IO Managers
7 years ago
murgatroid99
ac21e04cf7
Fix python script style
7 years ago
murgatroid99
e0e110e2e0
Fix syntax error
7 years ago
murgatroid99
06210a103e
Node pure JS interop: add missing install line, skip more tests
7 years ago
murgatroid99
9d2275864a
Use different docker image for Node pure JS interop tests
7 years ago
David Garcia Quintas
c7c0d69d8b
Secure channels: use the right authority
7 years ago
murgatroid99
9eb82a4461
Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node
7 years ago
murgatroid99
2c86e064f0
Add Node pure JS interop client
7 years ago
Mark D. Roth
3d8b32d8b3
Convert byte_stream API to C++.
7 years ago
Naresh
712eb9ff91
Make logging after success in jobset more apparent
...
tools/run_tests/artifacts/artifact_targets.py is used in the artifact
build process to create the relevant jobset.JobSpec, but currently
prints the console output only if the build fails.
jobset.JobSpec has a verbose_success flag that is used to print the
process output even if it ends in SUCCESS, but is currently not easily
perceivable and is hard to find, making it very difficult to debug
SUCCESS cases. Make the flag more apparent by adding it as parameters
to jobspec creation methods in artifact_targets.
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
kpayson64
03f2200e83
Increase mac Python artifact build timeout
7 years ago
Jan Tattermusch
d606e36061
regenerate projects
7 years ago
Jan Tattermusch
999b650580
update third_party/boringssl to the latest chromium-stable
7 years ago
ncteisen
36e02bff2b
Fix sanity
7 years ago
ncteisen
97a3dbeb36
Move C++ to util, call it from core test
7 years ago
ncteisen
07ed0396a9
Add JsonProtoTest
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago