aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* bugfix in rst_after_dataGravatar Makarand Dharmapurikar2016-12-01
|
* WIPGravatar Makarand Dharmapurikar2016-12-01
|
* ability to deal with multiple streams in flight.Gravatar Makarand Dharmapurikar2016-12-01
|
* minor cleanup..Gravatar Makarand Dharmapurikar2016-12-01
|
* Broke up code in multiple modules..Gravatar Makarand Dharmapurikar2016-12-01
|
* experimentalGravatar Makarand Dharmapurikar2016-11-29
|
* Merge pull request #8894 from ctiller/fixit14Gravatar Craig Tiller2016-11-29
|\ | | | | Fix TSAN race on adding a reclaimer
* \ Merge pull request #8838 from yang-g/test_credentialsGravatar Yang Gao2016-11-29
|\ \ | | | | | | Test credentials provider update
* \ \ Merge pull request #8867 from ctiller/fixit6Gravatar Craig Tiller2016-11-29
|\ \ \ | | | | | | | | Reduce pre-generated key count
* \ \ \ Merge pull request #8876 from ctiller/iomgr_shutdownGravatar Craig Tiller2016-11-29
|\ \ \ \ | | | | | | | | | | Flush platform stuff after timer events
* \ \ \ \ Merge pull request #8890 from ctiller/fixit12Gravatar Craig Tiller2016-11-29
|\ \ \ \ \ | | | | | | | | | | | | Unique-ify uds address between concurrent bm_fullstack runs
| | | | | * Fix TSAN race on adding a reclaimerGravatar Craig Tiller2016-11-29
| | | | | |
* | | | | | Merge pull request #8868 from markdroth/fixit_qpsGravatar Mark D. Roth2016-11-29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Improve subproccess cleanup in json_run_localhost.
* | | | | | Merge pull request #8892 from ctiller/fixit13Gravatar Craig Tiller2016-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Increase timeout for now: seems this can take longer under some configurations
| * | | | | | Increase timeout for now: seems this can take longer under some configurationsGravatar Craig Tiller2016-11-29
|/ / / / / /
* | | | | | Merge pull request #8878 from ctiller/fixit9Gravatar Craig Tiller2016-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | Limit outstanding rpc count for synchronous {client,server} tsan tests
| * | | | | | Take into account all the configsGravatar Craig Tiller2016-11-29
| | | | | | |
| | | * | | | Unique-ify uds address between concurrent bm_fullstack runsGravatar Craig Tiller2016-11-29
| |_|/ / / / |/| | | | |
* | | | | | Merge pull request #8888 from ctiller/fixit10Gravatar Craig Tiller2016-11-29
|\ \ \ \ \ \ | | | | | | | | | | | | | | clang-format code
| * | | | | | clang-format codeGravatar Craig Tiller2016-11-29
|/ / / / / /
| | * | | | Improve logging.Gravatar Mark D. Roth2016-11-29
| | | | | |
* | | | | | Merge pull request #8875 from dgquintas/fixit_race_httpclientGravatar David G. Quintas2016-11-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed http_client race
| | * | | | | Limit outstanding rpc count for synchronous {client,server} tsan testsGravatar Craig Tiller2016-11-28
| | | | | | |
* | | | | | | Merge pull request #8877 from dgquintas/bm_fullstack_dtorGravatar David G. Quintas2016-11-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Shutdown grpc for fullstack benchmark
| * | | | | | | Shutdown grpc for fullstack benchmarkGravatar David Garcia Quintas2016-11-28
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #8874 from dgquintas/fixit_increase_tsan_1byte_timeoutGravatar David G. Quintas2016-11-28
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Increase deadline for 1byte fixture
* | | | | | | Merge pull request #8872 from ctiller/fixit7Gravatar Craig Tiller2016-11-28
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Make a better educated guess about CPU costs of a benchmark
| | | | | * | | Flush platform stuff after timer eventsGravatar Craig Tiller2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It can happen that a timer event causes something to be queued to an IOCP, which means that on Windows we need to flush that queue each time a timer event fires during shutdown.
* | | | | | | | Merge pull request #8873 from muxi/fix-test-configGravatar Muxi Yan2016-11-28
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | Add <string.h> to test_config.c
| | | | * | | | Fixed http_client raceGravatar David Garcia Quintas2016-11-28
| | | | | | | |
| * | | | | | | Add <string.h> to test_config.cGravatar Muxi Yan2016-11-28
|/ / / / / / /
| | * / / / / Increase deadline for 1byte fixtureGravatar David Garcia Quintas2016-11-28
| | |/ / / /
| * | | | | Make a better educated guess about CPU costs of a benchmarkGravatar Craig Tiller2016-11-28
| | | | | |
| * | | | | Make a better educated guess about CPU costs of a benchmarkGravatar Craig Tiller2016-11-28
| | | | | |
* | | | | | Merge pull request #8869 from ncteisen/mac_buildfixGravatar Noah Eisen2016-11-28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | MacOS Build Fix
| * | | | | Run tools/buildgen/generate_projects.shGravatar ncteisen2016-11-28
| | | | | |
| * | | | | Update build.yaml to fix MacOS buildGravatar ncteisen2016-11-28
|/ / / / /
* | | | | Merge pull request #8850 from ncteisen/gitignore_changeGravatar Noah Eisen2016-11-28
|\ \ \ \ \ | | | | | | | | | | | | Untrack Generated node_modules Directory
| | | * | | Add debug logging for process termination state.Gravatar Mark D. Roth2016-11-28
| | | | | |
| | | * | | Fix subprocess code to avoid redundant calls to waitpid().Gravatar Mark D. Roth2016-11-28
| | | | | |
* | | | | | Merge pull request #8866 from ctiller/fixit5Gravatar Craig Tiller2016-11-28
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Fix filter_latency tests
* | | | | | Merge pull request #8865 from ctiller/fixit3Gravatar Craig Tiller2016-11-28
|\ \ \ \ \ \ | | | | | | | | | | | | | | Up timeouts for poll-cv polling strategy
| | | | | * | Reduce pre-generated key countGravatar Craig Tiller2016-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Doesn't affect benchmark accuracy, but makes startup time substantially faster, and hopefully eliminates occurences like this: https://grpc-testing.appspot.com/job/gRPC_master_linux/642/testReport/junit/(root)/c++_linux_dbg/bins_dbg_bm_fullstack_GRPC_POLL_STRATEGY_epoll/
| | * | | | | Fix commentGravatar Craig Tiller2016-11-28
| | | | | | |
| | * | | | | Rephrase commentGravatar Craig Tiller2016-11-28
| | | | | | |
| * | | | | | Remove file dependency to simplify build graphGravatar Craig Tiller2016-11-28
| | | | | | |
| | * | | | | Move test block, refine conditionsGravatar Craig Tiller2016-11-28
| |/ / / / /
* | | | | | Merge pull request #8863 from ctiller/fixit2Gravatar Craig Tiller2016-11-28
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | Up retry count to try and counter flakiness
| | * | | | Up timeouts for poll-cv polling strategy, seems to make things more stableGravatar Craig Tiller2016-11-28
| | | | | |
* | | | | | Merge pull request #8864 from ctiller/fixit4Gravatar Craig Tiller2016-11-28
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Fix clang-format