Community
Participate
Working Groups
This test failed for me couple of times in the last week. Now it failed on Hudson build too. Could be related to the changes for bug 364863?
This tests always fails for me when running the tycho build locally. I don't see it in the Junit tests started from the IDE.
The test setup was nonsense. It ran several threads in parallel that added tasks to and serialized one and the same scheduler in each thread. Serializing however, is not meant to be thread safe. What should be tested is: several threads add and remove tasks while *one* thread serializes the scheduler. Changed the test accordingly. Please reopen if you see the test fail again.