----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63765/#review191447 -----------------------------------------------------------
FAIL: Some Mesos libprocess-tests failed. Reviews applied: `['63765']` Failed command: `C:\DCOS\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/63765 Relevant logs: - [libprocess-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63765/logs/libprocess-tests-stdout.log): ``` [ RUN ] Scheme/HTTPTest.WWWAuthenticateHeader/1 [ OK ] Scheme/HTTPTest.WWWAuthenticateHeader/1 (73 ms) [ RUN ] Scheme/HTTPTest.Accepts/0 [ OK ] Scheme/HTTPTest.Accepts/0 (1117 ms) [ RUN ] Scheme/HTTPTest.Accepts/1 [ OK ] Scheme/HTTPTest.Accepts/1 (83 ms) [----------] 34 tests from Scheme/HTTPTest (15398 ms total) [----------] 4 tests from SSLVerifyIPAdd/SSLTest [ RUN ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/0 [ OK ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/0 (994 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/1 [ OK ] SSLVerifyIPAdd/SSLTest.BasicSameProcess/1 (1265 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0 [ OK ] SSLVerifyIPAdd/SSLTest.RequireCertificate/0 (814 ms) [ RUN ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 [ OK ] SSLVerifyIPAdd/SSLTest.RequireCertificate/1 (1032 ms) [----------] 4 tests from SSLVerifyIPAdd/SSLTest (4316 ms total) [----------] Global test environment tear-down [==========] 201 tests from 33 test cases ran. (51507 ms total) [ PASSED ] 199 tests. [ FAILED ] 2 tests, listed below: [ FAILED ] HttpServeTest.Discard [ FAILED ] SSLTest.ECDHESupport 2 FAILED TESTS YOU HAVE 19 DISABLED TESTS ``` - [libprocess-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/63765/logs/libprocess-tests-stderr.log): ``` I1118 22:35:02.748981 4176 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1118 22:35:02.748981 4176 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peWARNING: Logging before InitGoogleLogging() is written to STDERR I1118 22:35:03.060993 5476 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1118 22:35:03.061995 5476 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1118 22:35:03.061995 5476 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1118 22:35:03.061995 5476 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\aLZp2t\cert.pem WARNING: Logging before InitGoogleLogging() is written to STDERR I1118 22:35:04.057031 4608 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1118 22:35:04.058033 4608 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1118 22:35:04.058033 4608 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1118 22:35:04.059033 4608 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1118 22:35:04.059033 4608 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\9o4BBW\cert.pem er certificate verification I1118 22:35:02.764982 4176 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1118 22:35:02.764982 4176 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\aLZp2t\cert.pem I1118 22:35:03.741022 4176 openssl.cpp:509] CA directory path unspecified! NOTE: Set CA directory path with LIBPROCESS_SSL_CA_DIR=<dirpath> I1118 22:35:03.741022 4176 openssl.cpp:514] Will not verify peer certificate! NOTE: Set LIBPROCESS_SSL_VERIFY_CERT=1 to enable peer certificate verification I1118 22:35:03.741022 4176 openssl.cpp:526] Will use IP address verification in subject alternative name certificate extension. I1118 22:35:03.742020 4176 openssl.cpp:534] LIBPROCESS_SSL_REQUIRE_CERT implies peer certificate verification. LIBPROCESS_SSL_VERIFY_CERT set to true I1118 22:35:03.742020 4176 openssl.cpp:563] Using CA file: C:\Users\mesos\AppData\Local\Temp\9o4BBW\cert.pem I1118 22:35:04.382045 3060 process.cpp:1052] Failed to accept socket: future discarded ``` - Mesos Reviewbot Windows On Nov. 18, 2017, 9:32 p.m., Meng Zhu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63765/ > ----------------------------------------------------------- > > (Updated Nov. 18, 2017, 9:32 p.m.) > > > Review request for mesos, Gilbert Song and Vinod Kone. > > > Bugs: MESOS-8171 > https://issues.apache.org/jira/browse/MESOS-8171 > > > Repository: mesos > > > Description > ------- > > When framework failover time is set to zero (which is the > default value), the scheduler driver subscribe backoff time > will also become zero. Ignore failover time if it is zero > when deciding the subscribe backoff time. > Also added a dedicated test. > > > Diffs > ----- > > src/sched/sched.cpp 6028499285ad092ffd252e842c5d9835dd4442f8 > src/tests/scheduler_driver_tests.cpp > 14d872b8fadfd4ef16d8923fb0df924331534bc3 > > > Diff: https://reviews.apache.org/r/63765/diff/2/ > > > Testing > ------- > > make check, and the new dedicated test. > > > Thanks, > > Meng Zhu > >