HughP / simal

Automatically exported from code.google.com/p/simal
0 stars 0 forks source link

Web build fails tests #398

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Clean install. Core and Rest pass tests, Web fails. It's hard to tell from the 
output which errors are non-errors ("testing the error reporting page"), which 
are known about ("submit not fully implemented"), and which is an actual test 
failure.

Tests run: 64, Failures: 1, Errors: 3, Skipped: 0

Original issue reported on code.google.com by Stevage on 1 Mar 2011 at 11:39

GoogleCodeExporter commented 9 years ago
Any failure is a failure - we don't fail tests routinely.

The CI server is also showing failures at present - although I've seen no mail 
notification of this:

http://www.16degrees.com.au/hudson/job/SimalWebappSVN/uk.ac.osswatch$simal-webap
p/3233/testReport/

It seems the build has been broken since 11 Feb, the first break was:

http://www.16degrees.com.au/hudson/job/SimalWebappSVN/uk.ac.osswatch$simal-webap
p/3163/

this was triggered by r2155 (one of mine).

I can't fix this now, but if you revert to r2155 you will be up and running 
again. I'll fix this issue ASAP.

Original comment by ross.gardler on 2 Mar 2011 at 12:38

GoogleCodeExporter commented 9 years ago
Fixed 3 issues for this:
- One added jquery.js wasn't excluded by the RAT plugin so RAT failed (r2173)
- TestProjectDetailPage used an outdated hierarchy of ProjectDetailPage (r2174)
- The TestLoginPage reused sessions across tests and incorrectly assumed users 
were redirected to the LoginPage after login (is UserHomePage now) (r2175)

Hudson is now ok. 

Original comment by sander.v...@gmail.com on 2 Mar 2011 at 11:39