----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63963/#review191539 -----------------------------------------------------------
3rdparty/libprocess/src/tests/http_tests.cpp Line 2348 (original), 2348 (patched) <https://reviews.apache.org/r/63963/#comment269383> Note that an alternative to these test changes is to change this line to: ``` inet4::Address(process::address().ip, 0) ``` In which case, the `server->address()` will return a valid IP address. - Joseph Wu On Nov. 20, 2017, 1:40 p.m., Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63963/ > ----------------------------------------------------------- > > (Updated Nov. 20, 2017, 1:40 p.m.) > > > Review request for mesos, Benjamin Hindman and Benjamin Mahler. > > > Repository: mesos > > > Description > ------- > > This fixes the code added by: > https://reviews.apache.org/r/61155/ > > > Diffs > ----- > > 3rdparty/libprocess/src/http.cpp eb4cd586696a569e3985739242d61f25da88cc30 > 3rdparty/libprocess/src/tests/http_tests.cpp > a025a876682144e410f1e77a961298910b8f268d > > > Diff: https://reviews.apache.org/r/63963/diff/1/ > > > Testing > ------- > > cmake --build . --config Debug --target libprocess-tests > ./3rdparty/libprocess/src/tests/Debug/libprocess-tests.exe > > > Thanks, > > Joseph Wu > >
