[
https://issues.apache.org/jira/browse/MESOS-8567?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360535#comment-16360535
]
Alexander Rukletsov commented on MESOS-8567:
--------------------------------------------
Observed it today on Ubuntu 16.04.
{noformat}
[ RUN ] UriDiskProfileTest.FetchFromHTTP
I0211 02:44:47.614900 5392 process.cpp:3515] Handling HTTP event for process
'(1466)' with path: '/(1466)/profiles'
I0211 02:44:47.615609 5392 uri_disk_profile.cpp:302] Updated disk profile
mapping to 1 total profiles
W0211 02:44:47.624699 5391 uri_disk_profile.cpp:229] Failed to poll URI:
Failed to open file: No such file or directory
I0211 02:44:47.625382 5389 process.cpp:3515] Handling HTTP event for process
'(1466)' with path: '/(1466)/profiles'
W0211 02:44:47.626112 5395 uri_disk_profile.cpp:229] Failed to poll URI:
Failed to open file: No such file or directory
W0211 02:44:47.626336 5392 uri_disk_profile.cpp:251] Fetched profile mapping
does not contain profile 'profile'. The fetched mapping will be ignored entirely
../../src/tests/disk_profile_tests.cpp:683: Failure
Failed to wait 15secs for future
../../src/tests/disk_profile_tests.cpp:629: Failure
Actual function call count doesn't match EXPECT_CALL(*server.process,
profiles(_))...
Expected: to be called 3 times
Actual: called twice - unsatisfied and active
[ FAILED ] UriDiskProfileTest.FetchFromHTTP (15032 ms)
{noformat}
> Test UriDiskProfileTest.FetchFromHTTP is flaky.
> -----------------------------------------------
>
> Key: MESOS-8567
> URL: https://issues.apache.org/jira/browse/MESOS-8567
> Project: Mesos
> Issue Type: Task
> Components: storage
> Affects Versions: 1.5.0
> Reporter: Chun-Hung Hsiao
> Assignee: Chun-Hung Hsiao
> Priority: Major
> Labels: mesosphere, storage
>
> The {{UriDiskProfileTest.FetchFromHTTP}} test is flaky on Debian 9:
> {noformat}
> ../../src/tests/disk_profile_tests.cpp:683
> Failed to wait 15secs for future
> {noformat}
> I also run it in repetition and got the following error log (although the
> test itself is passed):
> {noformat}
> E0209 18:26:37.030012 7282 uri_disk_profile.cpp:220] Failed to parse result:
> Failed to parse DiskProfileMapping message: INVALID_ARGUMENT:Unexpected end
> of string. Expected a value.
> ^
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)