aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/util
Commit message (Collapse)AuthorAge
* Enable -WconversionGravatar Craig Tiller2015-09-10
|
* Merge github.com:grpc/grpc into immolating-conversionGravatar Craig Tiller2015-09-10
|\
* | Sign conversion fixesGravatar Craig Tiller2015-09-10
| |
| * Ensure port picking doesnt repeatedly return the same portGravatar Craig Tiller2015-09-02
| |
| * Merge branch 'cleaner-build' into third-comingGravatar Craig Tiller2015-08-31
| |\
| * \ Merge github.com:grpc/grpc into second-comingGravatar Craig Tiller2015-08-31
| |\ \
| | | * Hand-written changesGravatar Craig Tiller2015-08-31
| | |/
| | * use millis to protect against potential overflowGravatar yang-g2015-08-27
| |/ |/|
| * Revert "Revert "Refactor Endpoint API""Gravatar Craig Tiller2015-08-27
| |
| * Revert "Refactor Endpoint API"Gravatar Craig Tiller2015-08-27
| |
| * Make port_windows compile againGravatar Craig Tiller2015-08-26
| |
| * Use port server on windowsGravatar Craig Tiller2015-08-26
|/
* Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-18
|\
| * clang-format all sourceGravatar Craig Tiller2015-08-18
| |
* | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-17
|\|
* | Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-12
|\| | | | | | | | | | | Conflicts: src/core/security/google_default_credentials.c test/core/security/verify_jwt.c
| * Fix memory leaksGravatar Craig Tiller2015-08-06
| |
| * Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-06
| |\
* | \ Merge github.com:grpc/grpc into y12kdm3Gravatar Craig Tiller2015-08-06
|\ \ \ | | |/ | |/|
| * | Merge pull request #2783 from ctiller/tracing-takes-timeGravatar Nicolas Noble2015-08-06
| |\ \ | | | | | | | | Allow fixtures to specify slowdown factors, use it for grpc_trace tests
* | | | Add a test of non-blocking API behaviorGravatar Craig Tiller2015-08-06
|/ / / | | | | | | | | | ... also fix things that were broken :)
| | * Fix integration breakageGravatar Craig Tiller2015-08-05
| | |
| | * Merge github.com:grpc/grpc into kinetic-lopsided-poetryGravatar Craig Tiller2015-08-05
| | |\ | |_|/ |/| |
* | | Fix integration breakageGravatar Craig Tiller2015-08-05
| | |
| | * Testing port serverGravatar Craig Tiller2015-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 testsGravatar Craig Tiller2015-08-04
| |/
* | add support for detecting spurious outside connection.Gravatar yang-g2015-07-27
| |
* | Add reconnect interop test client and serverGravatar yang-g2015-07-24
|/
* Move alarm subsystem to monotonic timeGravatar Craig Tiller2015-07-19
|
* Merge github.com:grpc/grpc into no-worries-i-can-waitGravatar Craig Tiller2015-07-17
|\
| * Adding a handler for abort().Gravatar Nicolas "Pixel" Noble2015-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 functionsGravatar Craig Tiller2015-07-13
| |
| * Install simple Windows exception handlers.Gravatar Nicolas "Pixel" Noble2015-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-timeGravatar Craig Tiller2015-07-10
|\
| * Reduce spamGravatar Craig Tiller2015-07-08
| |
* | clang-format changed filesGravatar Craig Tiller2015-07-06
| |
* | Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|/
* Fix the display of total slowdownGravatar Craig Tiller2015-05-29
|
* Eliminate need for SIGPIPE handlingGravatar Craig Tiller2015-05-06
|
* fix expression bug on socket creation failure (fd<0 is always false because ↵Gravatar zeliard2015-04-27
| | | | fd is unsigned and Windows returns ~0 (-1) on socket failure)
* Merge pull request #1241 from ctiller/local_workerGravatar Vijay Pai2015-04-14
|\ | | | | Allow RunScenarios to spawn in-process workers
| * Remove TODOGravatar Craig Tiller2015-04-10
| |
| * Allow RunScenarios to spawn in-process workersGravatar Craig Tiller2015-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.Gravatar Craig Tiller2015-04-08
| |
* | Begin port selection code for windowsGravatar Craig Tiller2015-04-08
|/
* Add a macro to enable replacing the default with a custom port pickerGravatar Yang Gao2015-04-01
|
* Merge github.com:grpc/grpc into qps_driverGravatar Craig Tiller2015-03-02
|\
| * Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
| |
| * Extend timeouts for Travis 2xGravatar Craig Tiller2015-02-27
| |
| * Allow machine and build type tuning of slowdownGravatar Craig Tiller2015-02-27
| |