Github user koushik-das commented on the pull request: https://github.com/apache/cloudstack/pull/1277#issuecomment-170238553 @wilderrodrigues The GC thread execution frequency shouldn't depend on real hardware or simulator. It will always execute at gc.interval seconds as soon as the MS is started. So whether validated with real hardware or simulator shouldn't matter at least for validating config values. I am not sure what kind of work the GC thread is doing for the tests that are failing in your environment. With real hardware one of the possibility is: - GC thread may take a longer time to complete (> 10 seconds that you have configured). In this case the next instance of the thread will only run when the previous one is completed. So this needs to be ruled out.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---