Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge github.com:grpc/grpc into signal_handler | Craig Tiller | 2016-05-18 |
|\ | |||
| * | prepare to enable ubsan in continuous build | yang-g | 2016-05-12 |
| | | |||
* | | Fix some ubsan issues: I fear no bugs were harmed in the making of this episode | Craig Tiller | 2016-05-03 |
|/ | |||
* | Support tracing fuzzers | Craig Tiller | 2016-03-23 |
| | |||
* | Fixes to things | Craig Tiller | 2016-02-28 |
| | |||
* | It seems saner to base this on TSAN | Craig Tiller | 2016-02-28 |
| | |||
* | ESAN prototype | Craig Tiller | 2016-02-28 |
| | |||
* | Tune down multiplier for tsan to 5 | vjpai | 2016-02-19 |
| | |||
* | 1. Adjust tsan/asan/msan slowdowns according to documentation | Vijay Pai | 2016-02-19 |
| | | | | | | | | | | | | tsan documentation says 2-20x, so set it at 20x asan documentation says 1.2-2.7x, so set it at 3x msan documentation says 2-4x, so set it at 4x This is now much less optimistic than before 2. Reactive tsan tests for qps_test 3. Set CPU load for qps_openloop_test 4. Divide qps_openloop_test Poisson rate by the slowdown factor of the configuration | ||
* | Merge github.com:grpc/grpc into sceq | Craig Tiller | 2016-01-28 |
|\ | |||
| * | Reduce CPU, increase MSAN timeouts | Craig Tiller | 2016-01-27 |
| | | |||
* | | Get subchannel index working | Craig Tiller | 2016-01-25 |
|/ | |||
* | Add some time dilation for ASAN builds | Craig Tiller | 2016-01-21 |
| | |||
* | Move build configs into build.yaml | Craig Tiller | 2016-01-20 |
Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time. |