You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Akash Gupta <ak...@hotmail.com> on 2017/12/14 11:58:59 UTC

Review Request 64604: Windows: Updated heath-checks.md with Windows implementation.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64604/
-----------------------------------------------------------

Review request for mesos and Andrew Schwartzmeyer.


Repository: mesos


Description
-------

Updated health-checks.md with details of the Windows health check
implementations for the mesos and docker executors.


Diffs
-----

  docs/health-checks.md b9b6327dea8c70dbc4aab204487a088f76c79479 


Diff: https://reviews.apache.org/r/64604/diff/1/


Testing
-------


Thanks,

Akash Gupta


Re: Review Request 64604: Windows: Updated heath-checks.md with Windows implementation.

Posted by Mesos Reviewbot Windows <re...@mesos.apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/64604/#review193816
-----------------------------------------------------------



FAIL: Some Mesos tests failed.

Reviews applied: `['64570', '63859', '63860', '63861', '64386', '64387', '64604']`

Failed command: `D:\DCOS\mesos\src\mesos-tests.exe --verbose`

All the build artifacts available at: http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64604

Relevant logs:

- [mesos-tests-stdout.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64604/logs/mesos-tests-stdout.log):

```
[ RUN      ] FilesTest.DownloadTest
[       OK ] FilesTest.DownloadTest (55 ms)
[ RUN      ] FilesTest.DebugTest
[       OK ] FilesTest.DebugTest (42 ms)
[ RUN      ] FilesTest.AuthenticationTest
[       OK ] FilesTest.AuthenticationTest (39 ms)
[----------] 6 tests from FilesTest (282 ms total)

[----------] 3 tests from GarbageCollectorTest
[ RUN      ] GarbageCollectorTest.Schedule
[       OK ] GarbageCollectorTest.Schedule (59 ms)
[ RUN      ] GarbageCollectorTest.Unschedule
[       OK ] GarbageCollectorTest.Unschedule (11 ms)
[ RUN      ] GarbageCollectorTest.Prune
[       OK ] GarbageCollectorTest.Prune (12 ms)
[----------] 3 tests from GarbageCollectorTest (83 ms total)

[----------] 4 tests from GarbageCollectorIntegrationTest
[ RUN      ] GarbageCollectorIntegrationTest.ExitedFramework
[       OK ] GarbageCollectorIntegrationTest.ExitedFramework (281 ms)
[ RUN      ] GarbageCollectorIntegrationTest.ExitedExecutor
[       OK ] GarbageCollectorIntegrationTest.ExitedExecutor (310 ms)
[ RUN      ] GarbageCollectorIntegrationTest.DiskUsage
[       OK ] GarbageCollectorIntegrationTest.DiskUsage (283 ms)
[ RUN      ] GarbageCollectorIntegrationTest.Unschedule
[       OK ] GarbageCollectorIntegrationTest.Unschedule (323 ms)
[----------] 4 tests from GarbageCollectorIntegrationTest (1255 ms total)

[----------] 12 tests from HealthCheckTest
```

- [mesos-tests-stderr.log](http://dcos-win.westus.cloudapp.azure.com/mesos-build/review/64604/logs/mesos-tests-stderr.log):

```
I1214 16:54:21.346680  6288 hierarchical.cpp:344] Removed framework 1b53a54f-3aa2-4608-9c4b-20b7870c7d5b-0000
I1214 16:54:21.346680  3644 master.cpp:3383] Deactivating agent 1b53a54f-3aa2-4608-9c4b-20b7870c7d5b-S0 at slave(48)@10.3.1.11:58711 (build-srv-03.zq4gs31qjdiunm1ryi1452nvnh.dx.internal.cloudapp.net)
I1214 16:54:21.347677  6288 hierarchical.cpp:766] Agent 1b53a54f-3aa2-4608-9c4b-20b7870c7d5b-S0 deactivated
I1214 16:54:21.362704  6020 master.cpp:1147] Master terminating
I1214 16:54:21.364677  3644 hierarchical.cpp:609] Removed agent 1b53a54f-3aa2-4608-9c4b-20b7870c7d5b-S0
W1214 16:54:21.409708  6020 health_check_tests.cpp:138] Downloading akagup/pwsh-nano-admin. This may take a while...
F1214 16:54:21.411684  6020 health_check_tests.cpp:146] CHECK_READY(img): is FAILED: Failed to create subprocess 'docker -H*** Check failure stack trace: ***
    @   00007FF63BE20A8B  google::LogMessage::Fail
    @   00007FF63BE20990  google::LogMessage::SendToLog
    @   00007FF63BE20177  google::LogMessage::Flush
    @   00007FF63BE21CB1  google::LogMessageFatal::~LogMessageFatal
    @   00007FF637C4CDF7  _CheckFatal::~_CheckFatal
    @   00007FF638A5FECB  mesos::internal::tests::HealthCheckTest::SetUpTestCase
    @   00007FF63C8F7F46  testing::TestCase::RunSetUpTestCase
    @   00007FF63C8D3D51  testing::internal::HandleSehExceptionsInMethodIfSupported<testing::TestCase,void>
    @   00007FF63C8D398D  testing::internal::HandleExceptionsInMethodIfSupported<testing::TestCase,void>
    @   00007FF63C8B3832  testing::TestCase::Run
    @   00007FF63C8BAA0B  testing::internal::UnitTestImpl::RunAllTests
    @   00007FF63C8D3EF1  testing::internal::HandleSehExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,bool>
    @   00007FF63C8D3BAD  testing::internal::HandleExceptionsInMethodIfSupported<testing::internal::UnitTestImpl,bool>
    @   00007FF63C8B3F75  testing::UnitTest::Run
    @   00007FF637F98D22  RUN_ALL_TESTS
    @   00007FF637F9628C  main
    @   00007FF63C987244  invoke_main
    @   00007FF63C987137  __scrt_common_main_seh
    @   00007FF63C986FFE  __scrt_common_main
    @   00007FF63C9872D9  mainCRTStartup
    @   00007FFB34601FE4  BaseThreadInitThunk
    @   00007FFB3532EF91  RtlUserThreadStart
```

- Mesos Reviewbot Windows


On Dec. 14, 2017, 11:58 a.m., Akash Gupta wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/64604/
> -----------------------------------------------------------
> 
> (Updated Dec. 14, 2017, 11:58 a.m.)
> 
> 
> Review request for mesos and Andrew Schwartzmeyer.
> 
> 
> Repository: mesos
> 
> 
> Description
> -------
> 
> Updated health-checks.md with details of the Windows health check
> implementations for the mesos and docker executors.
> 
> 
> Diffs
> -----
> 
>   docs/health-checks.md b9b6327dea8c70dbc4aab204487a088f76c79479 
> 
> 
> Diff: https://reviews.apache.org/r/64604/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Akash Gupta
> 
>