----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70379/#review214339 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['70377', '70378', '70379']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3073/mesos-review-70379 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3073/mesos-review-70379/logs/mesos-tests.log): ``` I0403 18:19:23.011040 24528 ex20efa6551-0000 because it is terminating I0403 18:19:23.013039 28892 master.cpp:1295] Agent 3e901d88-ac44-4d8d-bcf4-11120efa6551-S0 at slave(501)@192.10.1.4:64572 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected I0403 18:19:23.013039 28892 master.cpp:3391] Disconnecting agent 3e901d88-ac44-4d8d-bcf4-11120efa6551-S0 at slave(501)@192.10.1.4:64572 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0403 18:19:23.013039 28892 master.cpp:3410] Deactivating agent 3e901d88-ac44-4d8d-bcf4-11120efa6551-S0 at slave(501)@192.10.1.4:64572 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0403 18:19:23.014039 29372 hierarchical.cpp:391] Removed framework 3e901d88-ac44-4d8d-bcf4-11120efa6551-0000 I0403 18:19:23.014039 29372 hierarchical.cpp:828] Agent 3e901d88-ac44-4d8d-bcf4-11120efa6551-S0 deactivated I0403 18:19:23.015053 28892 containerizer.cpp:2576] Destroying container 03960b1d-79a4-4e2e-8f39-dc49b3d4e314 in RUNNING state I0403 18:19:23.015053 28892 container[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (783 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (800 ms total) [----------] Global test environment tear-down [==========] 1134 tests from 107 test cases ran. (579318 ms total) [ PASSED ] 1133 tests. [ FAILED ] 1 test, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName 1 FAILED TEST YOU HAVE 231 DISABLED TESTS izer.cpp:3278] Transitioning the state of container 03960b1d-79a4-4e2e-8f39-dc49b3d4e314 from RUNNING to DESTROYING I0403 18:19:23.015053 28892 launcher.cpp:161] Asked to destroy container 03960b1d-79a4-4e2e-8f39-dc49b3d4e314 W0403 18:19:23.017051 11776 process.cpp:1423] Failed to recv on socket WindowsFD::Type::SOCKET=8528 to peer '192.10.1.4:50635': IO failed with error code: The specified network name is no longer available. W0403 18:19:23.017051 11776 process.cpp:838] Failed to recv on socket WindowsFD::Type::SOCKET=9016 to peer '192.10.1.4:50636': IO failed with error code: The specified network name is no longer available. I0403 18:19:23.093060 29372 containerizer.cpp:3117] Container 03960b1d-79a4-4e2e-8f39-dc49b3d4e314 has exited I0403 18:19:23.125057 29556 master.cpp:1135] Master terminating I0403 18:19:23.127055 29372 hierarchical.cpp:679] Removed agent 3e901d88-ac44-4d8d-bcf4-11120efa6551-S0 I0403 18:19:23.541079 11776 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On April 3, 2019, 4:04 p.m., Andrei Sekretenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70379/ > ----------------------------------------------------------- > > (Updated April 3, 2019, 4:04 p.m.) > > > Review request for mesos and Gastón Kleiman. > > > Bugs: MESOS-2842 > https://issues.apache.org/jira/browse/MESOS-2842 > > > Repository: mesos > > > Description > ------- > > Added validation that the principal stays the same on a framework > resubscription. > This solves MESOS-2842. > > There are at least two objectionable places in this patch - see TODO in the > diff. > > > Diffs > ----- > > src/master/master.hpp 94891af9deeaddb3333fc9d6eabb243aed97f7b7 > src/master/master.cpp cf5caa0893ba1387a1f3a9d129ecd7d974f776bd > > > Diff: https://reviews.apache.org/r/70379/diff/1/ > > > Testing > ------- > > make check > > Now the two failing tests from https://reviews.apache.org/r/70377/ pass. > > > Thanks, > > Andrei Sekretenko > >
