Status: New Owner: ---- Labels: Type-Defect Priority-Medium Component-Fame Milestone-4.3
New issue 508 by tudor.gi...@gmail.com: Fix the random Fame tests http://code.google.com/p/moose-technology/issues/detail?id=508
These tests randomly crash: Fame.Tests.FMSingleEdgeStrategyTest.testMarkBlue Fame.Tests.FMSingleEdgeStrategyTest.testMarkRed Fame.Tests.FMSingleEdgeStrategyTest.testPropagationGraph Fame.Tests.FMSingleEdgeStrategyTest.testSetupGraph
I have no idea why, but on the other hand it seems that they do not test something that we really use.
Comment #1 on issue 508 by tudor.gi...@gmail.com: Fix the random Fame tests http://code.google.com/p/moose-technology/issues/detail?id=508
I cannot understand what the problem is. However, the Fame-Traversal code is not used. I will move the tests together with the corresponding code in a separate package Fame-Traversal, and not load this in ConfigurationOfMoose.
Comment #2 on issue 508 by tudor.gi...@gmail.com: Fix the random Fame tests http://code.google.com/p/moose-technology/issues/detail?id=508
In fact, I will create explicit packages for Fame and introduce a ConfigurationOfFame.
Updates: Status: Fixed Owner: tudor.girba
Comment #3 on issue 508 by tudor.gi...@gmail.com: Fix the random Fame tests http://code.google.com/p/moose-technology/issues/detail?id=508
I placed the sub categories into explicit packages and introduced ConfigurationOfFame. Everything works now.