Benjamin Bannier created MESOS-9566:
---------------------------------------
Summary: DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName
can fail during teardown
Key: MESOS-9566
URL: https://issues.apache.org/jira/browse/MESOS-9566
Project: Mesos
Issue Type: Bug
Components: test
Reporter: Benjamin Bannier
Attachments: mesos-tests.log
We saw {{DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName}} fail in our
Windows CI during test teardown with the following error:
{nocode}
[ RUN ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName
'hadoop' is not recognized as an internal or external command,
operable program or batch file.
d:\dcos\mesos\mesos\src\tests\uri_fetcher_tests.cpp(393): error:
(fetcher.get()->fetch(uri, dir, "docker", None())).failure(): Collect failed:
Unexpected 'curl' output:
d:\dcos\mesos\mesos\3rdparty\stout\include\stout\tests\utils.hpp(46): error:
TearDownMixin(): Failed to rmdir 'C:\Users\jenkins\AppData\Local\Temp\WxwfUv':
The process cannot access the file because it is being used by another process.
[ FAILED ] DockerFetcherPluginTest.INTERNET_CURL_InvokeFetchByName (2463 ms)
{nocode}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)