Re: Review Request 69313: Enabled parallel test runner to cmake build.

2018-11-10 Thread Mesos Reviewbot Windows

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



FAIL: Some of the unit tests failed. Please check the relevant logs.

Reviews applied: `['69309', '69310', '69311', '69312', '69313']`

Failed command: `Start-MesosCITesting`

All the build artifacts available at: 
http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2591/mesos-review-69313

Relevant logs:

- 
[mesos-tests.log](http://dcos-win.westus2.cloudapp.azure.com/artifacts/mesos-reviewbot-testing/2591/mesos-review-69313/logs/mesos-tests.log):

```
I 01:12:22.483474 30508 executor.cpp:918] Sending SIGTERM to process tree 
at pid 27 01:12:22.483474 32724 slave.cpp:3923] Ignoring shutdown framework 
9f5a0978-c9dc-44e8-b697-88e35af5a295- because it is terminating
I 01:12:22.485452 30932 master.cpp:1273] Agent 
9f5a0978-c9dc-44e8-b697-88e35af5a295-S0 at slave(461)@192.10.1.5:63738 
(windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net) disconnected
I 01:12:22.485452 30932 master.cpp:3289] Disconnecting agent 
9f5a0978-c9dc-44e8-b697-88e35af5a295-S0 at slave(461)@192.10.1.5:63738 
(windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net)
I 01:12:22.485452 30932 master.cpp:3308] Deactivating agent 
9f5a0978-c9dc-44e8-b697-88e35af5a295-S0 at slave(461)@192.10.1.5:63738 
(windows-02.aa0q4n2kgcyefckmv0xukjvy4f.xx.internal.cloudapp.net)
I 01:12:22.485452 28124 hierarchical.cpp:357] Removed framework 
9f5a0978-c9dc-44e8-b697-88e35af5a295-
I 01:12:22.486539 28124 hierarchical.cpp:801] Agent 
9f5a0978-c9dc-44e8-b697-88e35af5a295-S0 deactivated
I 01:12:22.487463 31520 containerizer.cpp:2465] Destroying contain[   
OK ] IsolationFlag/MemoryIsolatorTest.ROOT_MemUsage/0 (685 ms)
[--] 1 test from IsolationFlag/MemoryIsolatorTest (706 ms total)

[--] Global test environment tear-down
[==] 1053 tests from 103 test cases ran. (505083 ms total)
[  PASSED  ] 1052 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] DockerFetcherPluginTest.INTERNET_CURL_FetchBlob

 1 FAILED TEST
  YOU HAVE 231 DISABLED TESTS

er 8732c73d-4cbb-4985-af64-af0be213aee0 in RUNNING state
I 01:12:22.487463 31520 containerizer.cpp:3132] Transitioning the state of 
container 8732c73d-4cbb-4985-af64-af0be213aee0 from RUNNING to DESTROYING
I 01:12:22.488478 31520 launcher.cpp:161] Asked to destroy container 
8732c73d-4cbb-4985-af64-af0be213aee0
W 01:12:22.490471 22744 process.cpp:1423] Failed to recv on socket 
WindowsFD::Type::SOCKET=2224 to peer '192.10.1.5:49156': IO failed with error 
code: The specified network name is no longer available.

W 01:12:22.490471 22744 process.cpp:838] Failed to recv on socket 
WindowsFD::Type::SOCKET=2220 to peer '192.10.1.5:49157': IO failed with error 
code: The specified network name is no longer available.

I 01:12:22.542470 30932 containerizer.cpp:2971] Container 
8732c73d-4cbb-4985-af64-af0be213aee0 has exited
I 01:12:22.573518 24884 master.cpp:1115] Master terminating
I 01:12:22.574692 28124 hierarchical.cpp:643] Removed agent 
9f5a0978-c9dc-44e8-b697-88e35af5a295-S0
I 01:12:23.042760 22744 process.cpp:927] Stopped the socket accept loop
```

- Mesos Reviewbot Windows


On Nov. 11, 2018, 12:01 a.m., Benjamin Bannier wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/69313/
> ---
> 
> (Updated Nov. 11, 2018, 12:01 a.m.)
> 
> 
> Review request for mesos, Benjamin Mahler and Joseph Wu.
> 
> 
> Repository: mesos
> 
> 
> Description
> ---
> 
> Enabled parallel test runner to cmake build.
> 
> 
> Diffs
> -
> 
>   3rdparty/stout/tests/CMakeLists.txt 
> ff0660707c116cae8174f2ebffb6e2a2698a2c49 
> 
> 
> Diff: https://reviews.apache.org/r/69313/diff/1/
> 
> 
> Testing
> ---
> 
> `ninja check`
> `ninja tests && ctest -j3 -V`
> 
> 
> Thanks,
> 
> Benjamin Bannier
> 
>



Review Request 69309: Explicitly constructed command line args in parallel runner.

2018-11-10 Thread Benjamin Bannier

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

Review request for mesos and Armand Grillet.


Repository: mesos


Description
---

This fixes issues with flag propagation into shards.


Diffs
-

  support/mesos-gtest-runner.py 043f1361f92dd5f24b92c010615b76e6cf6a357a 


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


Testing
---

`../support/mesos-gtest-runner.py 3rdparty/stout/tests/stout-tests`


Thanks,

Benjamin Bannier



Review Request 69312: Enabled parallel test runner to cmake build.

2018-11-10 Thread Benjamin Bannier

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

Review request for mesos, Benjamin Mahler and Joseph Wu.


Repository: mesos


Description
---

Enabled parallel test runner to cmake build.


Diffs
-

  3rdparty/libprocess/src/tests/CMakeLists.txt 
2bea6cf89bed85c8a590de8570abd6f3bb1c1106 


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


Testing
---

Tested as part of https://reviews.apache.org/r/69313/.


Thanks,

Benjamin Bannier



Review Request 69310: Always used absolute executable paths in parallel runner.

2018-11-10 Thread Benjamin Bannier

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

Review request for mesos and Armand Grillet.


Repository: mesos


Description
---

This allows executing test which are just passed as file names, not as
relative or absolute paths.


Diffs
-

  support/mesos-gtest-runner.py 043f1361f92dd5f24b92c010615b76e6cf6a357a 


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


Testing
---

`../../../../support/mesos-gtest-runner.py stout-tests`


Thanks,

Benjamin Bannier



Review Request 69313: Enabled parallel test runner to cmake build.

2018-11-10 Thread Benjamin Bannier

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

Review request for mesos, Benjamin Mahler and Joseph Wu.


Repository: mesos


Description
---

Enabled parallel test runner to cmake build.


Diffs
-

  3rdparty/stout/tests/CMakeLists.txt ff0660707c116cae8174f2ebffb6e2a2698a2c49 


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


Testing
---

`ninja check`
`ninja tests && ctest -j3 -V`


Thanks,

Benjamin Bannier



Review Request 69311: Enabled parallel test runner to cmake build.

2018-11-10 Thread Benjamin Bannier

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

Review request for mesos, Benjamin Mahler and Joseph Wu.


Repository: mesos


Description
---

Enabled parallel test runner to cmake build.


Diffs
-

  cmake/MesosConfigure.cmake de7dc08cc5ba4eaead017a97dcfeaf96bd0f4dbe 
  src/tests/CMakeLists.txt 553516ad66cab4480b7211950fc726b7d9a3869b 


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


Testing
---

Tested as part of https://reviews.apache.org/r/69313/.


Thanks,

Benjamin Bannier