Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
grpc-grpc-java
/
3181fbcf03bb6d3c16600002d631633fb1819ccb
/
interop-testing
« Previous
675080b
all: Enable ErrorProne during compilation
by Eric Anderson
· 8 years ago
9283b2b
interop-testing: Remove useless Threads in test
by Eric Anderson
· 8 years ago
72923dc
all: prepare for ErrorProne's FutureReturnValueIgnored
by Eric Anderson
· 8 years ago
48e1430
interop-testing: fix flakes in Http2Client
by Eric Gribkoff
· 8 years ago
7ab5e0e
core: record server_elapsed_time on client (#2673)
by Kun Zhang
· 8 years ago
6fbe140
interop-testing: Replace Mockito with StreamObserver for several tests (#2639)
by kpayson64
· 8 years ago
57b9105
interop-testing: overrideAuthority breaks JWT
by Eric Anderson
· 8 years ago
65e4d9f
all: avoid DNS with GRPC_PROXY_EXP
by Eric Anderson
· 8 years ago
89bc2cd
all: update to latest import ordering
by Carl Mastrangelo
· 8 years ago
f088b81
core: stop "testing" from depending on "core"'s test. (#2652)
by Kun Zhang
· 8 years ago
737cd16
core: make StatsContextFactory setters protected (#2634)
by Kun Zhang
· 8 years ago
f51316b
testing: Move echo interceptors out of TestUtils
by Eric Anderson
· 8 years ago
060eb45
Rename attributes() to getAttributes() to make it consistent
by Lukasz Strzalkowski
· 8 years ago
1e99b29
all: ErrorProne fixes and avoid @Beta in Guava
by Eric Anderson
· 8 years ago
8e463ce
core,stub: remove deprecated deadline methods
by Carl Mastrangelo
· 8 years ago
d17a7b5
core: abstract channel builder to accept LoadBalancer2 (#2583)
by Kun Zhang
· 8 years ago
8d49df2
all: add max message size to client calls
by Carl Mastrangelo
· 8 years ago
4a4f25a
weekly cleanup: errorprone, javastyle, unused (#2566)
by ZHANG Dapeng
· 8 years ago
cce8eac
core: upgrade census (now named instrumentation) to 0.3.0 (#2565)
by Kun Zhang
· 8 years ago
1aaf1a9
compiler: final bindService() in generated code. (#2553)
by Kun Zhang
· 8 years ago
84eaefe
interop-testing: Add status_code_and_message interop test
by Eric Gribkoff
· 8 years ago
257062f
interop-testing: Add custom_metadata interop test
by Eric Gribkoff
· 8 years ago
24bc205
interop-testing: New client for HTTP/2 interop tests
by Eric Gribkoff
· 8 years ago
ce9d152
all: update to guava 20
by Carl Mastrangelo
· 8 years ago
0573c25
interop-testing: Observe --use_tls to disable TLS with OkHttp
by Eric Anderson
· 8 years ago
b6ebede
testing: added junit rule for in-process servers
by Joey Bratton
· 8 years ago
0ec395d
interop-testing: apply --server_host_override regardless of flag order
by Eric Gribkoff
· 8 years ago
08e9483
interop-testing: new stress test client command line options (#2413)
by Eric Gribkoff
· 8 years ago
0e27eef
core: fix bug when stream listener not set before stream closed
by ZHANG Dapeng
· 8 years ago
abffc76
addressing reviewer comments
by Eric Gribkoff
· 8 years ago
aff1cac
Compiler/core changes to support the proto reflection API
by Eric Gribkoff
· 8 years ago
9eb8f15
interop-testing: fix lint errors found on import
by Carl Mastrangelo
· 8 years ago
fdd062c
core: make max message size part of the public API
by Carl Mastrangelo
· 8 years ago
2417660
netty: fix static data race on handler settings
by Carl Mastrangelo
· 8 years ago
33d99ce
Add UNIMPLEMENTED_METHOD interop test case.
by Eric Gribkoff
· 8 years ago
894802e
compiler: lazily generate ServiceDescriptors
by Carl Mastrangelo
· 8 years ago
d760a5a
interop-testing: No census asserts for standalone client
by Eric Anderson
· 8 years ago
132f7a9
core: Census integration for stats (#2262)
by Kun Zhang
· 8 years ago
3481283
interop-testing: limit the amount of noise from failing tests
by Carl Mastrangelo
· 8 years ago
48b6c19
interop-testing: skip large memory tests on constrained JVMs
by Carl Mastrangelo
· 8 years ago
893ef44
all/tests: add a ClientCall and ServerCall suitable for use in tests
by Carl Mastrangelo
· 8 years ago
58d78dd
core: add ServerTransportFilter
by Kun Zhang
· 8 years ago
48c6b3d
all/tests: unmock ClientCall and ServerCall
by Carl Mastrangelo
· 8 years ago
f254fad
Add RunWith annotation to AutoWindowSizingOnTest
by nmittler
· 8 years ago
8a0c89a
integration-tests: add integration tests for auto window sizing
by mfcripps
· 8 years ago
092496b
interop-testing: Remove hard-coded ports in ProxyTest
by Eric Anderson
· 8 years ago
d854da6
interop-tests: reduce flakiness of proxy tests
by mfcripps
· 8 years ago
09d663f
integration test: add a flowcontrolling proxy and integration tests
by mfcripps
· 8 years ago
1285477
all: add parameter name to checkNotNull
by Carl Mastrangelo
· 8 years ago
5e1e883
Update protobuf to 3.0.0
by Eric Anderson
· 8 years ago
563baa4
interop: Fix flake in cascading test due to sleeps
by Eric Anderson
· 8 years ago
3a13aa5
compiler: make Stub final class
by ZHANG Dapeng
· 8 years ago
e109125
compiler: add build option to enable deprecated generated code
by ZHANG Dapeng
· 8 years ago
c1ef806
Fix selection of security Provider to conscruct SSLContext
by Louis Ryan
· 8 years ago
e34f2cf
interop: Add constant for necessary max message size
by Eric Anderson
· 8 years ago
f52b4e5
Make the OkHTTP transport AppEngine friendly. AppEngine may support
by Louis Ryan
· 9 years ago
e9643bb
Start 1.1.0 development cycle
by Eric Anderson
· 8 years ago
0a98ff0
interop: Bump maxMessageSize for Android testing
by Eric Anderson
· 8 years ago
16b096b
Reduce default max message size to 4 MiB
by Eric Anderson
· 8 years ago
9bbaa8f
interop tests: fix race in Compression tests where MetadataEntry.getParsed was being concurrently called.
by Carl Mastrangelo
· 8 years ago
46379da
Start 1.0.0 development cycle
by Eric Anderson
· 8 years ago
31651f3
auth: Promote OAuth2 service accounts to JWT
by Eric Anderson
· 8 years ago
f149e4c
compiler: deprecate interfaces and add ImplBase in codegen
by ZHANG Dapeng
· 8 years ago
8ed2dc8
testware: fix flakes caused by pickUnusedPort
by ZHANG Dapeng
· 8 years ago
dbef1af
Bump protobuf dependency to 3.0.0-beta-3
by Eric Anderson
· 8 years ago
66ab956
Reapply "Eliminate MethodDescriptor from startCall and interceptCall for servers"
by Eric Anderson
· 8 years ago
ef17830
Revert "Eliminate MethodDescriptor from startCall and interceptCall for servers"
by Eric Anderson
· 8 years ago
def237d
auth: MoreCallCredentials.from(Credentials).
by Kun Zhang
· 8 years ago
a2076f4
core: Enable per-message compression bit by default
by Eric Anderson
· 9 years ago
3df1446
Eliminate MethodDescriptor from startCall and interceptCall for servers
by Louis Ryan
· 8 years ago
7da48ae
core: log exceptions thrown by Runnable's executed via schedule(..). Fixes #1237
by Jakob Buchgraber
· 8 years ago
7c722e4
codegen: Specify URL for ExperimentalApi
by Eric Anderson
· 8 years ago
2ed39c9
core: cache decompressor registry encodings, and make it copy on write
by Carl Mastrangelo
· 8 years ago
fa22259
netty: use custom Http2Headers class for encoding Metadata
by Carl Mastrangelo
· 8 years ago
b7eea7c
implements health check service
by ZHANG Dapeng
· 8 years ago
e198480
core, interop-testing: always set message encoding, and use it in interop tests
by Carl Mastrangelo
· 9 years ago
a70e1a4
interop: Don't catch AssertionError as it makes test failure confusing
by Eric Anderson
· 9 years ago
f13fbaa
interop-testing: update testing protos to include compression fields
by Carl Mastrangelo
· 9 years ago
46edcad
Don't enforce a timeout in stress test client. Fixes #1812 (#1823)
by Jakob Buchgraber
· 9 years ago
f85ecdf
interop-testing: Print JVM Flags by default for Stress tests
by Carl Mastrangelo
· 9 years ago
83bf5e6
Fix flakiness of testConfigureDeadlineNanoTime with warmup
by Eric Anderson
· 9 years ago
aed886d
use Jetty ALPN agent instead of Jetty ALPN
by ZHANG Dapeng
· 9 years ago
3c5b5a5
Begin v0.15.0 Cycle
by Carl Mastrangelo
· 9 years ago
ac4168a
Revert "Update proto packages to reflect directory structure"
by Eric Anderson
· 9 years ago
cd89dde
Fix race in StressTestClientTest.gaugesShouldBeExported(). Fixes #1695 (#1728)
by Jakob Buchgraber
· 9 years ago
8825f35
Update proto packages to reflect directory structure
by Carl Mastrangelo
· 9 years ago
38a91f8
Fix lint warnings found on internal import
by Carl Mastrangelo
· 9 years ago
7e8b504
Add javadoc to grpc codegen based on proto docs
by nmittler
· 9 years ago
8502730
Attach an exception to client-initiated CANCELLED.
by Kun Zhang
· 9 years ago
fe7e8a0
Use correct Guava API in stress test client
by Carl Mastrangelo
· 9 years ago
9bc5d93
Mark generated abstract class as Experimental
by Eric Anderson
· 9 years ago
6ab27ab
Update checkstyle version and sync style updates
by Eric Anderson
· 9 years ago
5d22e06
Add stress test client. Fixes #1584
by buchgr
· 9 years ago
fd8fd51
Context deadline propagation should cascade. Fixes #1205
by buchgr
· 9 years ago
363e0f6
Print compiler version number in generated files
by Lukasz Strzalkowski
· 9 years ago
2fbf142
Provide base methods for Abstract stub
by Lukasz Strzalkowski
· 9 years ago
90fbf9b
Adapt BindableService in ServerBuilder#addService
by Łukasz Strzałkowski
· 9 years ago
73a2b77
Deflake StubConfigTest.testConfigureDeadlineNanoTime
by Eric Anderson
· 9 years ago
f8b71e7
Add Abstract{ServiceName} class in compiled service class
by Lukasz Strzalkowski
· 9 years ago
d4615ff
Fix flaky deadline test
by Carl Mastrangelo
· 9 years ago
Next »