Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | Merge pull request #2783 from ctiller/tracing-takes-time | Nicolas Noble | 2015-08-06 | |
| |\ \ | | | | | | | | | Allow fixtures to specify slowdown factors, use it for grpc_trace tests | |||
* | | | | Add a test of non-blocking API behavior | Craig Tiller | 2015-08-06 | |
|/ / / | | | | | | | | | | ... also fix things that were broken :) | |||
| | * | Fix integration breakage | Craig Tiller | 2015-08-05 | |
| | | | ||||
| | * | Merge github.com:grpc/grpc into kinetic-lopsided-poetry | Craig Tiller | 2015-08-05 | |
| | |\ | |_|/ |/| | | ||||
* | | | Fix integration breakage | Craig Tiller | 2015-08-05 | |
| | | | ||||
| | * | Testing port server | Craig Tiller | 2015-08-04 | |
| | | | | | | | | | | | | | | | | | | | | | | | | run_tests.py will start a server (if it's not running, or if the running port server mismatches the 'current' one) that serves ports to use for tests. The server is left running after run_tests.py finishes, so that in environments such as Mac and Windows where tests run unshielded from each other, we don't start jumping on already used ports. | |||
| * | | Allow fixtures to specify slowdown factors, use it for grpc_trace tests | Craig Tiller | 2015-08-04 | |
| |/ | ||||
* | | add support for detecting spurious outside connection. | yang-g | 2015-07-27 | |
| | | ||||
* | | Add reconnect interop test client and server | yang-g | 2015-07-24 | |
|/ | ||||
* | Move alarm subsystem to monotonic time | Craig Tiller | 2015-07-19 | |
| | ||||
* | Merge github.com:grpc/grpc into no-worries-i-can-wait | Craig Tiller | 2015-07-17 | |
|\ | ||||
| * | Adding a handler for abort(). | Nicolas "Pixel" Noble | 2015-07-14 | |
| | | | | | | | | We want to have a chance to debug a call to abort() in case we have a debugger attached. | |||
* | | Updating wrapped languages to new time functions | Craig Tiller | 2015-07-13 | |
| | | ||||
| * | Install simple Windows exception handlers. | Nicolas "Pixel" Noble | 2015-07-12 | |
|/ | | | | Will prevent Windows tests to display a pop-up message in case of a failure. Essential for Jenkins testing. | |||
* | Merge github.com:grpc/grpc into footprints-on-the-sands-of-time | Craig Tiller | 2015-07-10 | |
|\ | ||||
| * | Reduce spam | Craig Tiller | 2015-07-08 | |
| | | ||||
* | | clang-format changed files | Craig Tiller | 2015-07-06 | |
| | | ||||
* | | Introduce multiple clocks to GPR | Craig Tiller | 2015-07-01 | |
|/ | ||||
* | Fix the display of total slowdown | Craig Tiller | 2015-05-29 | |
| | ||||
* | Eliminate need for SIGPIPE handling | Craig Tiller | 2015-05-06 | |
| | ||||
* | fix expression bug on socket creation failure (fd<0 is always false because ↵ | zeliard | 2015-04-27 | |
| | | | | fd is unsigned and Windows returns ~0 (-1) on socket failure) | |||
* | Merge pull request #1241 from ctiller/local_worker | Vijay Pai | 2015-04-14 | |
|\ | | | | | Allow RunScenarios to spawn in-process workers | |||
| * | Remove TODO | Craig Tiller | 2015-04-10 | |
| | | ||||
| * | Allow RunScenarios to spawn in-process workers | Craig Tiller | 2015-04-09 | |
| | | | | | | | | | | This allows us to get back to single binary tests where appropriate, which will help in-depth profiling efforts. I've built this atop my smoke_test changes as they inspired me to get this done. | |||
* | | Port port_posix to port_windows. | Craig Tiller | 2015-04-08 | |
| | | ||||
* | | Begin port selection code for windows | Craig Tiller | 2015-04-08 | |
|/ | ||||
* | Add a macro to enable replacing the default with a custom port picker | Yang Gao | 2015-04-01 | |
| | ||||
* | Merge github.com:grpc/grpc into qps_driver | Craig Tiller | 2015-03-02 | |
|\ | ||||
| * | Guard headers tool. | Nicolas "Pixel" Noble | 2015-03-01 | |
| | | ||||
| * | Extend timeouts for Travis 2x | Craig Tiller | 2015-02-27 | |
| | | ||||
| * | Allow machine and build type tuning of slowdown | Craig Tiller | 2015-02-27 | |
| | | ||||
| * | Increment 'try' variable | Craig Tiller | 2015-02-27 | |
| | | | | | | | | To ensure that we actually probe different ports | |||
| * | Better port picker | Craig Tiller | 2015-02-26 | |
| | | ||||
| * | Introduce slowdown factor for unit test deadlines | Craig Tiller | 2015-02-25 | |
| | | | | | | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs. | |||
* | | Driver to client/server kind of works | Craig Tiller | 2015-02-23 | |
|/ | ||||
* | Add missing new-lines at end of file | Craig Tiller | 2015-02-18 | |
| | ||||
* | Update copyright to 2015 | Craig Tiller | 2015-02-18 | |
| | ||||
* | run clang-format | Yang Gao | 2015-01-26 | |
| | ||||
* | Add platform ifdefs, fix up some MSVC warnings | Craig Tiller | 2015-01-21 | |
| | ||||
* | Include some useful help text | Craig Tiller | 2015-01-16 | |
| | ||||
* | Opportunistically use perftools if installed. | Craig Tiller | 2015-01-15 | |
| | | | | Allows us to collect profiles of the open source build using gprof. | |||
* | () --> (void) | Craig Tiller | 2015-01-15 | |
| | ||||
* | Run clang-format-all.sh | Yang Gao | 2015-01-14 | |
| | ||||
* | Unify signal handling in C | Craig Tiller | 2015-01-14 | |
| | ||||
* | Fixing test_config.c | Nicolas "Pixel" Noble | 2015-01-13 | |
| | | | | Now all the gpr tests build and run under win32. | |||
* | Fix formatting | Craig Tiller | 2015-01-13 | |
| | ||||
* | Merge github.com:google/grpc into format | Craig Tiller | 2015-01-13 | |
|\ | ||||
* | | clang-format codebase | Craig Tiller | 2015-01-13 | |
| | | ||||
| * | Make this file usable from C++ | Craig Tiller | 2015-01-12 | |
|/ | ||||
* | Seed random numbers in each process based on pid. | ctiller | 2015-01-05 | |
| | | | | | | | | | | This causes get_unused_port_or_die to try different port numbers in each concurrently running tests, and consequently enables some parallelism of test processes. Change on 2015/01/05 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83289374 |