[
https://issues.apache.org/jira/browse/CLOUDSTACK-9095?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15044800#comment-15044800
]
ASF GitHub Bot commented on CLOUDSTACK-9095:
--------------------------------------------
Github user nlivens commented on the pull request:
https://github.com/apache/cloudstack/pull/1142#issuecomment-162496553
@bhaisaab, we've looked into the code of that test, and the results are
unreliable.
The steps that are done in that test (along with the implementation of the
called method)
1. Create file
2. Register start time
3. Loop until the diff between now and last modified or last accessed time
is higher than a passed threshold (2000ms)
4. Register end time
5. Check if diff between start and end time is lower than passed threshold
(2000ms)
It's possible that between step 1 and 2, mostly on a loaded system, the
thread that is running the test has to wait for available resources on your
system. Therefore it's possible that step 3 returns immediately without
looping. So, the end time will be really close to the start time, and will be
below those 2000ms.
> Hypervisor changes to support UserData for Nuage VSP
> ----------------------------------------------------
>
> Key: CLOUDSTACK-9095
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9095
> Project: CloudStack
> Issue Type: Improvement
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Reporter: Nick Livens
> Assignee: Nick Livens
>
> Hypervisor changes to support UserData for Nuage VSP
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)