gazebosim / gazebo-classic

Gazebo classic. For the latest version, see https://github.com/gazebosim/gz-sim
http://classic.gazebosim.org/
Other
1.17k stars 477 forks source link

Flaky OS X test failure: ModelManipulationTest.StopProcessingPoseMsgs #1911

Open osrf-migration opened 8 years ago

osrf-migration commented 8 years ago

Original report (archived issue) by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


The ModelManipulationTest.StopProcessingPoseMsgs test [usually fails]() on OS X (gazebo7 and up) with the following error:

gazebo/gui/QTestFixture.cc:180 ::
 'resPercentChange < this->resMaxPercentChange' returned FALSE. ()

From the console output, it looks like the failing values are typically over 6.5, when the limit is 5:

439: ResPercentChange[6.75635]ResMaxPercentChange[5]

Is it appropriate to increase the threshold, or is this a sign of a problem?

osrf-migration commented 8 years ago

Original comment by Steve Peters (Bitbucket: Steven Peters, GitHub: scpeters).


tolerance increased in pull request #2327

osrf-migration commented 8 years ago

Original comment by Nate Koenig (Bitbucket: Nathan Koenig).