Jan Tattermusch
|
babb70705d
|
fixup in report_utils.py
|
5 years ago |
Jan Tattermusch
|
2381d693b8
|
preserve the run_tests.py logs in sponge
|
5 years ago |
Jan Tattermusch
|
11222b78c2
|
only use multi_target report for selected languages
|
5 years ago |
Jan Tattermusch
|
902094f9f2
|
rename to run_tests_matrix_jobs
|
5 years ago |
Jan Tattermusch
|
218e7b0c54
|
split run_tests_invocations to separate targets
|
5 years ago |
Jan Tattermusch
|
243b43d6cc
|
better run_tests prefix
|
5 years ago |
Jan Tattermusch
|
6b44344161
|
use run_tests_invocations instead of aggregate tests
|
5 years ago |
Jan Tattermusch
|
42da891714
|
include run_tests in target name
|
5 years ago |
Jan Tattermusch
|
9e0eb19ca4
|
generate separate sponge target for each test suite
|
5 years ago |
Karthik Ravi Shankar
|
939830aa15
|
Merge pull request #20030 from karthikravis/move-method-handler
Make MethodHandler and related interfaces generic
|
5 years ago |
Arjun Roy
|
a979ad4b0b
|
Merge pull request #20210 from arjunroy/arena_squish_unary_callback
Coalesced arena allocs in callback unary C++ code.
|
5 years ago |
kerbalwzy
|
c5d55ee64f
|
Fix: add copyright headers in `server.py`
|
5 years ago |
kerbalwzy
|
5c0fd4b4e6
|
Fix: add copyright headers in `demo.proto`
|
5 years ago |
kerbalwzy
|
1b47584cf4
|
Fix: add copyright headers in `client.py`
|
5 years ago |
kerbalwzy
|
5abf2e5095
|
Fix: add a blank line before the subtitle
|
5 years ago |
Yash Tibrewal
|
6f5e358da7
|
Rename filter functions to be able to uniquely identify them
|
5 years ago |
Esun Kim
|
aeb2b1943b
|
Merge pull request #20227 from veblush/upb-update
Update upb to HEAD
|
5 years ago |
Nicolas "Pixel" Noble
|
711a4147ae
|
Removing all warning flags and Werror for now.
|
5 years ago |
Esun Kim
|
300077aac1
|
Update upb to HEAD
|
5 years ago |
Arjun Roy
|
db861a2546
|
Coalesced arena allocs in callback unary C++ code.
|
5 years ago |
Esun Kim
|
82ed19935d
|
Merge pull request #20225 from veblush/bump-ver
Bump version to v1.25
|
5 years ago |
Esun Kim
|
20b4c7080a
|
Regenerate projects
|
5 years ago |
Esun Kim
|
7d925eb9b2
|
Bump version to v1.24.0-pre1
|
5 years ago |
Esun Kim
|
cf444b9cab
|
Regenerate projects
|
5 years ago |
Esun Kim
|
37491ccd32
|
Bump version to 1.25
|
5 years ago |
Soheil Hassas Yeganeh
|
9f48cb0f07
|
Merge pull request #19907 from soheilhy/call-cycle-clock
Use cycle clock instead of clock monotonic to measure call latency.
|
5 years ago |
nanahpang
|
87c9282a73
|
Merge pull request #20214 from nanahpang/change-github-rotation
Assign Karthik to next github rotation
|
5 years ago |
Esun Kim
|
7ab248626c
|
Merge pull request #20221 from veblush/master
Upmerge from v1.23.x branch
|
5 years ago |
Jan Tattermusch
|
98d2d32b9e
|
upgrade to bazel 0.29.1
|
5 years ago |
Jan Tattermusch
|
5cd37064cb
|
try fix win RBE build
|
5 years ago |
Jan Tattermusch
|
e88553ed17
|
upgrade windows RBE to bazel 0.29
|
5 years ago |
Jan Tattermusch
|
107db8dab4
|
upgrade bazel to 0.29
|
5 years ago |
Esun Kim
|
7601981d9e
|
Upmerge from 1.23.x
|
5 years ago |
Muxi Yan
|
2f3fe9b10a
|
Merge pull request #20107 from grpc/revert-20103-revert-19704
Revert "Revert #19704 and #20060"
|
5 years ago |
Na-Na Pang
|
deb8d569ba
|
Assign Karthik to next github rotation
|
5 years ago |
Yash Tibrewal
|
f3cd878e0b
|
Merge pull request #20188 from yashykt/creds_interception
Allow call credentials interception at PRE_SEND_INITIAL_METADATA
|
5 years ago |
Muxi Yan
|
e7c9b46a1e
|
Move ErrorForBadProto
|
5 years ago |
Yash Tibrewal
|
aa84ceb38e
|
Add another test for when the credentials were previously set
|
5 years ago |
Esun Kim
|
01a18cf7ab
|
Merge pull request #20207 from veblush/ssl-config
Pull out configuration from ssl_utils
|
5 years ago |
Soheil Hassas Yeganeh
|
05901eaaa3
|
Fix filter_latency.cc
On Windows tests, clock monotonic doesn't progress. Switch to
CLOCK_PRECISE to fix this.
|
5 years ago |
Juanli Shen
|
2d3004ba5d
|
Merge pull request #20209 from AspirinSJL/doc_kwargs
Fix internal warning
|
5 years ago |
Juanli Shen
|
0a3b333c04
|
Fix internal warning
|
5 years ago |
Esun Kim
|
c965ca1494
|
Pull out configuration from ssl_utils
|
5 years ago |
Jan Tattermusch
|
7d756a08f8
|
Merge pull request #20173 from jtattermusch/csharp_examples_2_23
Upgrade C# examples to 2.23.0 nugets (in v1.23.x branch).
|
5 years ago |
Arjun Roy
|
e13a652e3e
|
Merge pull request #20172 from arjunroy/validate_init_md
Better codegen for validate_filtered_metadata.
|
5 years ago |
Soheil Hassas Yeganeh
|
4b2b00b35b
|
Optimize cycle to millis conversion by bypassing sub+add.
|
5 years ago |
Soheil Hassas Yeganeh
|
7b84f81a8c
|
Add grpc_cycle_counter_to_millis().
|
5 years ago |
Soheil Hassas Yeganeh
|
81a29ae1a6
|
Mark double-second local variables as const.
|
5 years ago |
Soheil Hassas Yeganeh
|
c9376b4e0b
|
Use cycle clock instead of clock monotonic to measure call latency.
This removes two more getttime syscalls from the hot path, when cycle
clock is enabled.
|
5 years ago |
James Newton-King
|
e318b1e56d
|
Specify RepositoryUrl in interop test build to fix latest Source Link
|
5 years ago |