Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | put cwd of port server elsewhere | Jan Tattermusch | 2015-11-05 |
| | |||
* | Close standard pipes | Craig Tiller | 2015-10-12 |
| | |||
* | Attempt to daemonize port server | Craig Tiller | 2015-10-12 |
| | |||
* | Robustness work for port_server startup | Craig Tiller | 2015-10-12 |
| | |||
* | More robust port_server version checking | Craig Tiller | 2015-10-06 |
| | |||
* | Merge github.com:grpc/grpc into shindig | Craig Tiller | 2015-09-24 |
|\ | |||
| * | Use "#!/usr/bin/env python2.7" only in utilities | Nathaniel Manista | 2015-09-23 |
| | | |||
* | | Merge branch 'shindig' of github.com:ctiller/grpc into shindig | Craig Tiller | 2015-09-22 |
|\| | |||
* | | better logging | Craig Tiller | 2015-09-22 |
| | | |||
| * | import yaml module lazily | Jan Tattermusch | 2015-09-21 |
|/ | |||
* | Better port selection | Craig Tiller | 2015-09-13 |
| | | | | | | | - avoid IANA and Linux ephemeral port ranges - support dropping allocated ports - aggressively try to reclaim ports if we reach exhaustion - set SO_REUSEADDR on test port binds | ||
* | Windows fix | Craig Tiller | 2015-08-06 |
| | |||
* | Rework restart facility to be more portable | 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. |