aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Merge pull request #14313 from jtattermusch/kill_xdg_cachingGravatar Jan Tattermusch2018-02-05
|\ | | | | Using python's xdg-caching can cause flakes
* \ Merge pull request #14272 from ncteisen/bug-chasingGravatar Jan Tattermusch2018-02-05
|\ \ | | | | | | Fix resource_quota bug
| | * Using python's xdg-caching can cause flakesGravatar Jan Tattermusch2018-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently when running python test on linux, we are mounting /tmp/xdg-cache-home to the docker container that runs the tests in the attempt to prevent unnecessary downloads of pip packages (with the theory that more downloads leads to increased flakiness) - the idea is that while there is a new docker container for each test suite, the xdg cache remains per-VM. This approach no longer seems to be useful: * It turns out that XDG cache doesn't work reliably when multiple docker containers are using it concurrently (the concurrent run can see corrupt files). We are using concurrent docker containers in our multilang test suite to speed up the execution and we are currently getting flakes seeing flakes caused by this. * support for caching makes our docker_run scripts more complicated and we really don't want that. * since we migrated to kokoro, the caching is limited anyway - as each run gets a fresh VM, we need to download packages anyway for every build (and that actually seems to causing way less flakiness the problem with concurrent XDG caching).
* | | Merge pull request #14308 from jyane/fix-typoGravatar Jan Tattermusch2018-02-05
|\ \ \ | |_|/ |/| | fix typo
| * | fix typoGravatar Shohei Kamimori2018-02-05
|/ /
* | Merge pull request #14286 from dgquintas/fix_compresion_alg_accessorsGravatar Vijay Pai2018-02-04
|\ \ | | | | | | Fix compression algorithm accessors
* \ \ Merge pull request #14275 from sreecha/enable-epollexGravatar Sree Kuchibhotla2018-02-04
|\ \ \ | | | | | | | | enable epollex by default
* \ \ \ Merge pull request #14282 from matt-kwong/release-jobsGravatar Matt Kwong2018-02-02
|\ \ \ \ | | | | | | | | | | Add Kokoro performance job for release branch
* \ \ \ \ Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_errorGravatar Juanli Shen2018-02-02
|\ \ \ \ \ | | | | | | | | | | | | Add a results_upon_error setter to fake resolver
* \ \ \ \ \ Merge pull request #14298 from vjpai/ownGravatar Vijay Pai2018-02-02
|\ \ \ \ \ \ | | | | | | | | | | | | | | Removing ctiller as owner of tools/run_tests/performance
* \ \ \ \ \ \ Merge pull request #14299 from grpc/remove-objc-backoff-overrideGravatar Muxi Yan2018-02-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Remove initial backoff override in ObjC
| | | | | | | * Mark poll FD shutdown as UNAVAILABLEGravatar ncteisen2018-02-02
| | | | | | | |
* | | | | | | | Merge pull request #14287 from matt-kwong/submodule-fixGravatar Matt Kwong2018-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix testing submodules at head
| | | * | | | | | Removing ctiller as ownerGravatar Vijay Pai2018-02-02
| |_|/ / / / / / |/| | | | | | |
| | * | | | | | Remove initial backoff override in ObjCGravatar Muxi Yan2018-02-02
| |/ / / / / / |/| | | | | |
| * | | | | | Fix testing submodules at headGravatar Matt Kwong2018-02-02
| | | | | | |
* | | | | | | Merge pull request #14295 from vjpai/resanalarmGravatar Vijay Pai2018-02-02
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Regain sanity
* \ \ \ \ \ \ \ Merge pull request #14284 from dgquintas/kill_lb_policies_testGravatar David G. Quintas2018-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Removed obsolete lb_policies_test
| | * | | | | | | Regain sanityGravatar Vijay Pai2018-02-02
| |/ / / / / / / |/| | | | | | |
| | | * | | | | Add a results_upon_error setter to fake resolverGravatar Juanli Shen2018-02-02
| | | | | | | |
* | | | | | | | Merge pull request #14015 from vjpai/alarmGravatar Vijay Pai2018-02-02
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Remove alarm from core, implement in C++ layer only
* \ \ \ \ \ \ \ \ Merge pull request #14285 from dgquintas/cleanup_client_lb_testGravatar David G. Quintas2018-02-01
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Removed unused argument from ResetStub()
* \ \ \ \ \ \ \ \ \ Merge pull request #14228 from dgquintas/dns_cooldownGravatar David G. Quintas2018-02-01
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | DNS cooldown mechanism
* \ \ \ \ \ \ \ \ \ \ Merge pull request #14124 from toanju/update-header-installGravatar Vijay Pai2018-02-01
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | remove core_stats.h from installed headers
| | | * | | | | | | | Removed unused argument from ResetStub()Gravatar David Garcia Quintas2018-02-01
| |_|/ / / / / / / / |/| | | | | | | | |
| | * | | | | | | | clang-formatGravatar David Garcia Quintas2018-02-01
| | | | | | | | | |
| | | | | | | | * | Fix compression algorithm accessorsGravatar David Garcia Quintas2018-02-01
| |_|_|_|_|_|_|/ / |/| | | | | | | |
| | | | * | | | | Removed obsolete lb_policies_testGravatar David Garcia Quintas2018-02-01
| |_|_|/ / / / / |/| | | | | | |
| | | | | * | | Kokoro performance job uploads to same BQ table as JenkinsGravatar Matt Kwong2018-02-01
| | | | | | | |
| | | | | * | | Add release branch performance jobGravatar Matt Kwong2018-02-01
| |_|_|_|/ / / |/| | | | | |
| | * | | | | Merge branch 'master' of github.com:grpc/grpc into dns_cooldownGravatar David Garcia Quintas2018-02-01
| | |\ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Merge branch 'master' into HEADGravatar Vijay Pai2018-02-01
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| | | | | * | Batch size to 1 since it is better for latency (this is similar to whatGravatar Sree Kuchibhotla2018-02-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | we did in epoll1)
| | * | | | | PR commentsGravatar David Garcia Quintas2018-02-01
| | | | | | |
* | | | | | | Merge pull request #14262 from ZhouyihaiDing/SharedChannelCloseGravatar Zhouyihai Ding2018-02-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | php: remove unrelated code from SharedChannelClose test
* \ \ \ \ \ \ \ Merge pull request #14266 from adelez/fix_grpc_tool_testGravatar adelez2018-02-01
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Fix echo.proto path under bazel
| | * | | | | | php: remove unrelated code from SharedChannelClose testGravatar ZhouyihaiDing2018-02-01
| |/ / / / / / |/| | | | | |
| * | | | | | Fix echo.proto path under bazelGravatar Adele Zhou2018-02-01
| | | | | | |
| | | | | * | enable epollex by defaultGravatar Sree Kuchibhotla2018-02-01
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #14264 from yang-g/to_scopeGravatar Yang Gao2018-02-01
|\ \ \ \ \ \ | | | | | | | | | | | | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.
* \ \ \ \ \ \ Merge pull request #14244 from sreecha/polling-api-traceGravatar Sree Kuchibhotla2018-02-01
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Debug traces for polling api
| | | | | * | | Remove spurious closure initsGravatar David Garcia Quintas2018-02-01
| | | | | | | |
| | | | | * | | Remove unnecessary closuresGravatar David Garcia Quintas2018-02-01
| | | | | | | |
* | | | | | | | Merge pull request #14232 from jtattermusch/add_ownersGravatar Jan Tattermusch2018-02-01
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Add owners for cmake/ and tools/dockerfile
* | | | | | | | Merge pull request #14263 from yang-g/latency_toolGravatar Yang Gao2018-01-31
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Shutdown timer manager first and then executor
| | | | * | | | | Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE.Gravatar yang-g2018-01-31
| | | | | | | | |
| | | | | | | * | PR commentsGravatar David Garcia Quintas2018-01-31
| | | | | | | | |
* | | | | | | | | Merge pull request #14256 from matt-kwong/bslGravatar Matt Kwong2018-01-31
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Add BoringSSL tests
* \ \ \ \ \ \ \ \ \ Merge pull request #14250 from markdroth/dns_resolver_backoff_reset_fixGravatar Mark D. Roth2018-01-31
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix DNS resolvers to reset the backoff in a better place.
* \ \ \ \ \ \ \ \ \ \ Merge pull request #14255 from adelez/foundry_integrationGravatar adelez2018-01-31
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | | | Fix path relative to TEST_SRCDIR