Bug #26510
Caretaker ignores ACK state in latest SVN
| Status: | New | Start date: | 2011-04-29 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Votes: | 0 |
Description
After the last refactorings in caretaker-core the ACK state does no longer stop the execution of the test. So acknoledged nodes go to error state again on the next testrun. I think that ist not the intended behavior.
Regards Martin
History
Updated by Martin Ficzel about 2 years ago
The problem was even worse. Since the method shouldReturnLatestResult did'nt return anything all test were executet on every testrun. Not nice for the servers. I hope i s fixed this with #47127.