Richard Belleville
5175dd4643
Merge pull request #20838 from gnossen/dedupe_dual_stack_tests
...
Dedupe dual stack tests
5 years ago
Esun Kim
3de8f0b849
Replaced grpc_core::Map with std::map
5 years ago
Esun Kim
5413da4d01
Merge pull request #20927 from veblush/absl-string-view
...
Abseilify StringView with absl:string_view
5 years ago
Esun Kim
0bf9799107
Replaced grpc_core::Set with std::set
5 years ago
Eric Gribkoff
ada58d4808
Merge pull request #20936 from ericgribkoff/maintainer
...
Add self to active maintainers
5 years ago
Richard Belleville
10e7befbf4
Appease pylint
5 years ago
Richard Belleville
44e1da8869
Re-add load
5 years ago
Richard Belleville
3f1b5fe2aa
Whoops
5 years ago
Richard Belleville
7bf58e82fd
(hopefully) fix Windows
5 years ago
Lidi Zheng
918492d3ca
Make buildifier happy
5 years ago
Richard Belleville
959945705a
Merge branch 'master' of https://github.com/grpc/grpc into blaze_modifications
5 years ago
Esun Kim
de81f120b2
Abseilify StringView
5 years ago
Jan Tattermusch
ae6b1c9d38
Merge pull request #20859 from jtattermusch/fix_20782
...
C#: fix #20782
5 years ago
Richard Belleville
df8bd10b96
Skip test not applicable to unary-stream case
5 years ago
Esun Kim
03cc0a1024
Merge pull request #20918 from veblush/absl-flag
...
Add GRPC_USE_ABSL flag
5 years ago
Esun Kim
1793e40f2b
Merge pull request #20933 from veblush/del-memory-test
...
Remove memory_usage test from CI
5 years ago
Eric Anderson
f6b62a3176
Merge pull request #20925 from ejona86/java-can-has-interop
...
Enable Java interop tests for compression and status
5 years ago
Siddhesh Poyarekar
656ed62d0f
Fix error in usage of _SC_THREAD_STACK_MIN in test
...
_SC_THREAD_STACK_MIN is intended to be used as an argument to sysconf
and not by itself. This may have slipped past testing on x86 due to
the round up to page size, but failed on aarch64 because aarch64 has
conservative stack guard requirements to account for different page
sizes (4K and 64K).
Sysconfs get used correctly elsewhere in this file, so this is likely
just a typo.
Signed-off-by: Siddhesh Poyarekar <siddhesh@linaro.org>
5 years ago
Jan Tattermusch
44f6b99d07
disable flaky timer_test on windows
5 years ago
Esun Kim
4e396883d4
Update by review
5 years ago
Esun Kim
1e74c102cd
Add GRPC_USE_ABSL flag
5 years ago
apolcyn
bdc86d36b7
Merge pull request #20952 from apolcyn/fix_alloc_dealloc_mismatch
...
Fix alloc/dealloc mismatch in alts_concurrent_connectivity_test
5 years ago
Yash Tibrewal
121f8837c9
Merge pull request #20949 from yashykt/castfix
...
Add const cast
5 years ago
Alexander Polcyn
302c9e97cc
Fix alloc/dealloc mismatch in alts_concurrent_connectivity_test
5 years ago
Samuel Lijin
2b98a9bbc8
Fuzz base64 encoding and decoding
...
Google had a company-wide FuzzIt hackathon recently, so I went digging
in gRPC and found this, which means I probably don't know what I'm doing :)
The initial corpus files I'm checking in were generated via local runs
and appear to consistently cause leaks. Please let me know if these are
actual bugs, or if they're a false positive.
5 years ago
Samuel Lijin
aa7cb6a335
Fuzz message/stream compression and decompression
...
Google had a company-wide FuzzIt hackathon recently, so I went digging
in gRPC and found this, which means I probably don't know what I'm doing :)
5 years ago
hcaseyal
c103160f69
Merge pull request #20947 from zhangkun83/java_1_25_0
...
Add grpc-java 1.25.0 to test matrix
5 years ago
Lidi Zheng
80f66ab248
Eliminate an evil space line
5 years ago
Lidi Zheng
08f145da99
Unify the logic around Core Callback API for both sides
5 years ago
Lidi Zheng
15c67e255b
Merge pull request #20885 from lidizheng/buildifier-step-2
...
Format all Bazel files using buildifier
5 years ago
Esun Kim
aa93600a4d
Merge pull request #20907 from veblush/upb-lib
...
Change upb from filegroup to library
5 years ago
Yash Tibrewal
e72e72bc49
Add const cast
5 years ago
Lidi Zheng
f9f495d78c
Merge pull request #20805 from lidizheng/aio-server-shutdown
...
[AIO] Implement the shutdown process for AIO server and completion queue.
5 years ago
Kun Zhang
8a3dd8a245
Add grpc-java 1.25.0 to test matrix
5 years ago
hcaseyal
70bea7f3d8
Merge pull request #20941 from hcaseyal/update_repo_manager
...
Update triage duty
5 years ago
Richard Belleville
a08da012d2
Switch to config-driven style
5 years ago
Esun Kim
4530d49f21
Update by review
5 years ago
Stanley Cheung
4650df32ff
Merge pull request #20944 from stanley-cheung/php-update-dockerfiles
...
PHP: update dockerfiles to allow them to be run on release branches
5 years ago
Esun Kim
402e07a626
Remove memory_usage test from CI
5 years ago
Richard Belleville
c188f7ce56
Merge remote-tracking branch 'origin/master' into unary_stream_single_threaded_test
5 years ago
Esun Kim
b479a57492
Update by review
5 years ago
Esun Kim
aaf48c66fc
Change upb from filegroup to library
5 years ago
Lidi Zheng
947c7b7216
Resolve conflict with master branch
5 years ago
Lidi Zheng
921094f738
Buildify test/core/tsi/alts/handshaker/BUILD
5 years ago
Lidi Zheng
02f558e57a
Make the generated file buildifier format compatible
5 years ago
Lidi Zheng
202a02341f
Regenerate qps scenarios
5 years ago
Lidi Zheng
c34bef4ca4
Format all Bazel files with buildifier
5 years ago
Lidi Zheng
2990b484fe
Add buildifier to sanity_tests.yaml
5 years ago
Lidi Zheng
97624cba21
How can I forget the copyright header...
5 years ago
Lidi Zheng
9ff34b2f46
Make check_buildifier.sh smarter
5 years ago