Three small bugfixes, one of which was causing real issues for MLab servers in developing nations.
A one-line compiler warning fix for test_c2s.
Fixing watchdog timer issues in web100srv. (The server bug)
Making end-to-end unit tests less flaky by no longer just assuming that every port in the range [1024, 31024) is fine for the server to take as its own.
Previously, pboothe (Peter Boothe) wrote…
> #### Three small bugfixes
>
> Three small bugfixes, one of which was causing real issues for MLab servers in developing nations.
> - A one-line compiler warning fix for test_c2s.
> - Fixing watchdog timer issues in web100srv. (The server bug)
> - Making end-to-end unit tests less flaky by no longer just assuming that every port in the range [1024, 31024) is fine for the server to take as its own.
>
>
Reviewed 3 of 3 files at r1.
Review status: all files reviewed at latest revision, all discussions resolved.
Three small bugfixes, one of which was causing real issues for MLab servers in developing nations.
This change is