----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/62018/#review185557 -----------------------------------------------------------
FAIL: Some Mesos libprocess-tests failed. Reviews applied: `['62018']` Failed command: `C:\mesos\3rdparty\libprocess\src\tests\Debug\libprocess-tests.exe` All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/62018 Relevant logs: - [libprocess-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/62018/logs/libprocess-tests-stdout.log): ``` [ RUN ] FutureTest.ArrowOperator [ OK ] FutureTest.ArrowOperator (0 ms) [ RUN ] FutureTest.UndiscardableFuture [ OK ] FutureTest.UndiscardableFuture (0 ms) [ RUN ] FutureTest.UndiscardableLambda [ OK ] FutureTest.UndiscardableLambda (1 ms) [----------] 17 tests from FutureTest (378 ms total) [----------] 1 test from HTTPTest [ RUN ] HTTPTest.PipeReadAll [ OK ] HTTPTest.PipeReadAll (2 ms) [----------] 1 test from HTTPTest (21 ms total) [----------] 8 tests from HTTPConnectionTest [ RUN ] HTTPConnectionTest.GzipRequestBody [ OK ] HTTPConnectionTest.GzipRequestBody (28 ms) [ RUN ] HTTPConnectionTest.Serial [ OK ] HTTPConnectionTest.Serial (36 ms) [ RUN ] HTTPConnectionTest.Pipeline [ OK ] HTTPConnectionTest.Pipeline (61 ms) [ RUN ] HTTPConnectionTest.ClosingRequest [ OK ] HTTPConnectionTest.ClosingRequest (31 ms) [ RUN ] HTTPConnectionTest.ClosingResponse [ OK ] HTTPConnectionTest.ClosingResponse (28 ms) [ RUN ] HTTPConnectionTest.ReferenceCounting [ OK ] HTTPConnectionTest.ReferenceCounting (5 ms) [ RUN ] HTTPConnectionTest.Equality [ OK ] HTTPConnectionTest.Equality (7 ms) [ RUN ] HTTPConnectionTest.RequestStreaming ``` - Mesos Reviewbot Windows On Sept. 18, 2017, 1:05 p.m., Armand Grillet wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/62018/ > ----------------------------------------------------------- > > (Updated Sept. 18, 2017, 1:05 p.m.) > > > Review request for mesos, Andrei Budnik and Alexander Rukletsov. > > > Bugs: MESOS-7586 > https://issues.apache.org/jira/browse/MESOS-7586 > > > Repository: mesos > > > Description > ------- > > This will be used to initialize logging in the main functions > that do not use `mesos::internal::logging::Flags`. > > > Diffs > ----- > > src/logging/logging.hpp 0e448f25de6c66d772f5bc481fbaf4aa493fd8af > src/logging/logging.cpp 70d66a5c396f709e8f27ad0d51315ed6d257f73b > > > Diff: https://reviews.apache.org/r/62018/diff/4/ > > > Testing > ------- > > ``` > $ make check > ``` > > Also tested manually to see if using `LOG()` without initializing GLOG gives > the same result as using it after running > `mesos::internal::logging::initialize` without flags. > > > Thanks, > > Armand Grillet > >
