Skip to main content

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

WorkbenchTestable, which actually runs the tests once the workbench is up, 
had been changed to use a job instead of a standalone thread.
I've backed out of this for the next build. 

Nick




Dirk Baeumer <dirk_baeumer@xxxxxxxxxx> 
Sent by: platform-releng-dev-bounces@xxxxxxxxxxx
05/06/2005 02:08 PM
Please respond to
"Eclipse platform release engineering list."


To
platform-releng-dev@xxxxxxxxxxx
cc

Subject
[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

_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev




Back to the top