| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
| |
When using GET verb, the request payload is now communicated as a base64
encoded string in the query parameter. Deleted the code that wrote/read
a custom header field (payload-bin), since caches don't consider this
field when looking for a cache hit.
|
|\
| |
| | |
Embed mock SSL data into ssl_server_fuzzer.c and add fuzzer options
|
|\ \
| | |
| | | |
Include x.pb.h instead of x.grpc.pb.h for message-only protos
|
|\ \ \
| | | |
| | | | |
Remove grpc_udp_server dependency on grpc_server.
|
|\ \ \ \
| | | | |
| | | | | |
Correct Kokoro scripts
|
|\ \ \ \ \
| | | | | |
| | | | | | |
add missing header
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Trim deadline setting out of call creation path
|
| |_|_|/ / /
|/| | | | | |
|
| |/ / / /
|/| | | | |
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
Add import prefix to Python code generator.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix Copy and Unref Bug
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
- this is both the point where we *know* we have a config (or not), and the
last moment before wait_until_ready-ness is not an issue
|
| | | |\ \ \
| |_|_|/ / /
|/| | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
thunderboltsid/update-run-tests-scripts-to-python3.x
Make testing scripts python3.x compatible.
|
| |_|/ / / /
|/| | | | |
| | | | | |
| | | | | | |
This is needed by a customer with a nontraditional codebase.
|
| | | | | | |
|
| | | | | | |
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Add some pollset benchmarks
|
| | | | | | | |
|
| | | | | | | |
|
| | | | |\ \ \
| |_|_|_|/ / /
|/| | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
Fix flush read
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Upmerge v1.2.x
|
| |_|_|_|/ / / /
|/| | | | | | | |
|
|\ \ \ \ \ \ \ \
| | | | | | | | |
| | | | | | | | | |
Use the right encoding overhead number in remote interop test with Cronet
|
| | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \
| | | | | | | | | |
| | | | | | | | | | |
Don't track allocations if we are not going to use the tracking results
|
|\ \ \ \ \ \ \ \ \ \
| | | | | | | | | | |
| | | | | | | | | | | |
Track memory as part of microbenchmark profiling runs
|
|\ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | |
| | | | | | | | | | | | |
Skip split_definitions_test if PyPy is used as an interpreter.
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
PHP benchmarking performance client, proxied through Ruby
|
|\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
Temporarily disable resource quota QPS tests
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
run_tests_matrix: ignore the number of failed skipped tests
|
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | | |
Fix sanity
|
| | | | | | | | | | | | | | | | |
|
| | | | | | | | | | |\ \ \ \ \ \
| |_|_|_|_|_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | | | | | |
|
| | | | | | | | | | | | | | | | |
|
| | | | | | | | |\ \ \ \ \ \ \ \
| |_|_|_|_|_|_|_|/ / / / / / / /
|/| | | | | | | | | | | | | | | |
|
|/ / / / / / / / / / / / / / / |
|
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
| | | | | | | | | | | | | | | |
Change shebangs to `#!/usr/bin/env python` instead of
`#!/usr/bin/env python2.7`.
|
|/ / / / / / / / / / / / / /
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | |
| | | | | | | | | | | | | | |
jobset.run was changed on 16 October 2015 in e4c3561074ca27fc4bdf1a6bf
to return the number of failures and the result set. On 20 October 2016
in 5c691c634de144b50fc1f2e166303219721c19d0 jobset.run was changed to
allow jobs to be skipped, but the introduced code path only returned
the result set, giving jobset.run inconsistent return value semantics.
On 24 October 2016 7e9bd6ca9a2e167dcb6133c78c05cf27584ee062 introduced
a use of jobset.run's "skip_jobs" return value semantics, and on 8
March 2017 d159af31fcf300cfe2d7b9b41d789cd664ee4f1b resolved
jobset.run's inconsistent return value semantics but failed to correct
run_tests_matrix's use of the inconsistent "skip_jobs" return value
semantics.
|
| |_|_|_|_|_|_|_|_|/ / / /
|/| | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Update run_tests/*.py to use six based isomorphisms and print function
from __future__ module.
|
| |_|/ / / / / / / / / /
|/| | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | |
| | | | | | | | | | | | |
Skip SameSeparateTest, SameCommonTest, SplitCommonTest, and
SplitSeparateTest if the interpreter is PyPy.
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Document status ordering rules
|
| | | | | | | | | | | | | |
|
| |_|_|_|/ / / / / / / /
|/| | | | | | | | | | | |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Sanitize before bigquery upload
|
|/ / / / / / / / / / / / |
|
|\ \ \ \ \ \ \ \ \ \ \ \
| | | | | | | | | | | | |
| | | | | | | | | | | | | |
Enhance bm_diff
|