Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] UI Tests again

2010/5/28 Matthias Sohn <matthias.sohn@xxxxxxxxxxxxxx>
2010/5/27 Ketan Padegaonkar <ketanpadegaonkar@xxxxxxxxx>

Pardon my fat fingers, hit send before typing most of it.

On 5/26/10 2:32 PM, Matthias Sohn wrote:
They are not running since I changed the maven call to just run mvn
clean package
since the UI tests were *always* failing. This type of tests is run in
the verify phase, I believe.

*drops dead* :P

Anything I can do to help? I'd not recommend running ui tests on a slow machine and expect things to work. At the very least you may need to set a very high threshold for timeouts and playback delays so that the app gets enough time to breathe in between various parts of the test.

I don't think this is the problem, running the tests on my slow laptop usually succeeds from both Eclipse and maven&tycho.
But if I run them through maven on Hudson (https://build.eclipse.org/hudson/job/egit/) they always all fail. So far I have no clue why. 
Xvnc is on to provide an x server to the test.


they all fail with WidgetNotFoundException very early in the test on the first widget we want to use, see https://build.eclipse.org/hudson/job/egit/273/console 


--
Matthias

Back to the top