Bug #354
Sporadic failure in ThreadsTest.ThreadRunningStateTransitionTest
Status: | New | Start date: | 2016-03-24 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | framework | Estimated time: | 2.00 hours | |
Target version: | - | |||
Duration: |
Description
1) ThreadsTest.ThreadRunningStateTransitionTest: coast/mtfoundation/Test/ThreadsTest.cpp:79: ( t.IsWorking( bIsWorking ) && !bIsWorking ); It is not working (might fail sometimes because we are too fast)
or also
1) ThreadsTest.ThreadRunningStateTransitionTest: coast/mtfoundation/Test/ThreadsTest.cpp:78: ( t.IsReady( bIsReady ) && bIsReady ); is ready by default
Analyze tests intent and improve state and transition checks before assuming things.
History
#1
Updated by Marcel Huber almost 7 years ago
- Description updated (diff)