----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/70412/#review214526 -----------------------------------------------------------
FAIL: Some of the unit tests failed. Please check the relevant logs. Reviews applied: `['70411', '70412']` Failed command: `Start-MesosCITesting` All the build artifacts available at: http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3136/mesos-review-70412 Relevant logs: - [mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/3136/mesos-review-70412/logs/mesos-tests.log): ``` I0410 09:39:41.082643 42320 master.cpp:1295] Agent 52e543e7-40e0-4205-bf87-783186f196db-S0 at slave(501)@192.10.1.4:53852 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) disconnected I0410 09:39:41.082643 42320 master.cpp:3333] Disconnecting agent 52e543e7-40e0-4205-bf87-783186f196db-S0 at slave(501)@192.10.1.4:53852 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0410 09:39:41.082643 42320 master.cpp:3352] Deactivating agent 52e543e7-40e0-4205-bf87-783186f196db-S0 at slave(501)@192.10.1.4:53852 (windows-01.chtsmhjxogyevckjfayqqcnjda.xx.internal.cloudapp.net) I0410 09:39:41.083648 47504 hierarchical.cpp:392] Removed framework 52e543e7-40e0-4205-bf87-783186f196db-0000 I0410 09:39:41.083648 47504 hierarchical.cpp:829] Agent 52e543e7-40e0-4205-bf87-783186f196db-S0 deactivated I0410 09:39:41.083648 46380 containerizer.cpp:2576] Destroying container 403fe68b-6605-49a8-965b-094612a35ada in RUNNING state I0410 09:39:41.083648 46380 containerizer.cpp:3278] Transitioning the state of container 403fe68b-6605-49a8-965b-094612a35ada from RUNNING to DESTROYING I0410 09:39:41.084656 46380 launcher.cpp:161] Asked to destroy container 403fe68b-6605-49a8-965b-094612a35ada W0410 09:39:41.085641 40980 process.cpp:1423] Failed to recv on socket WindowsFD::[ OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (785 ms) [----------] 1 test from IsolationFlag/MemoryIsolatorTest (805 ms total) [----------] Global test environment tear-down [==========] 1159 tests from 108 test cases ran. (594589 ms total) [ PASSED ] 1157 tests. [ FAILED ] 2 tests, listed below: [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_FetchImage [ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName 2 FAILED TESTS YOU HAVE 233 DISABLED TESTS Type::SOCKET=10728 to peer '192.10.1.4:56244': IO failed with error code: The specified network name is no longer available. W0410 09:39:41.085641 40980 process.cpp:838] Failed to recv on socket WindowsFD::Type::SOCKET=10496 to peer '192.10.1.4:56245': IO failed with error code: The specified network name is no longer available. I0410 09:39:41.172698 45996 containerizer.cpp:3117] Container 403fe68b-6605-49a8-965b-094612a35ada has exited I0410 09:39:41.203655 44860 master.cpp:1135] Master terminating I0410 09:39:41.204690 47504 hierarchical.cpp:680] Removed agent 52e543e7-40e0-4205-bf87-783186f196db-S0 I0410 09:39:41.824646 40980 process.cpp:927] Stopped the socket accept loop ``` - Mesos Reviewbot Windows On April 10, 2019, 7:56 a.m., Gastón Kleiman wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/70412/ > ----------------------------------------------------------- > > (Updated April 10, 2019, 7:56 a.m.) > > > Review request for mesos, Benno Evers and Greg Mann. > > > Repository: mesos > > > Description > ------- > > This patch adds a flag to the operation feedback example framework that > makes it unreserve resources that were reserved by another instance of > the framework. > > NOTE: The new flag should only be enabled if the example framework is > the only framework making reservations for a given role. Otherwise it > will unreserve reservations made by another framework. > > > Diffs > ----- > > src/examples/operation_feedback_framework.cpp > 2480c340c4ccb4246098c35e0315093f3eb44e81 > > > Diff: https://reviews.apache.org/r/70412/diff/3/ > > > Testing > ------- > > Manual testing. > > > Thanks, > > Gastón Kleiman > >