Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-releng-dev] Regarding the JDT/UI performance tests

Thanks to the trace I got from Sonia I tracked down the problem. Before
executing the refactoring tests we
make sure that there are no outstanding background jobs running. However
there seems to be a new
Job "WorkbenchTestable" which sits there an is running all the time. Since
the job never finishes
the refactoring tests never start.

I talked to Nick about this and he will back out the changes he made since
others might get tricked by
this as well. Sonia, Nick will let you know when he has backed out the
changes so that you can reenable
the JDT/UI test.

Besides this I will look into modifying the test so that they don't wait
forever. At some point they should start
and simply put a statement into the log that they got started with running
background jobs.


Dirk



Back to the top