dev@glassfish.java.net

QL Failures in AdminConsole

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 16 Mar 2009 15:43:25 -0700

Hi,

Can someone from Admin Console team take a look at the QL tests with the
glassfish distribution?

I'm seeing:

   [testng] ***** Login page not found. Sleeping to allow app to deploy
(57 of 60)...
   [testng] ***** Login page not found. Sleeping to allow app to deploy
(58 of 60)...
   [testng] ***** Login page not found. Sleeping to allow app to deploy
(59 of 60)...
   [testng] ***** Login page not found. Sleeping to allow app to deploy
(60 of 60)...
   [testng] FAILED CONFIGURATION: @BeforeTest
loginBeforeTest("http://localhost:4848/", 8686)
   [testng] java.lang.AssertionError: The login form was not found.
   [testng] at
test.admin.BaseAdminConsoleTest.loginBeforeTest(BaseAdminConsoleTest.java:121)
   [testng] ... Removed 20 stack frames
   [testng] FAILED: testDeployedWebAppPage
   [testng] java.lang.AssertionError: The Deployed Web Applications
table does not appear to have bee\
n rendered. expected:<true> but was:<false>
   [testng] at
test.admin.AdminConsoleTests.testDeployedWebAppPage(AdminConsoleTests.java:53)
   [testng] ... Removed 25 stack frames
   [testng] FAILED: testCommonTasks
   [testng] java.lang.AssertionError: The Common Task page does not
appear to have been rendered. exp\
ected:<true> but was:<false>
   [testng] at
test.admin.AdminConsoleTests.testCommonTasks(AdminConsoleTests.java:42)
   [testng] ... Removed 25 stack frames
   [testng] FAILED: testHelpPage
   [testng] java.lang.AssertionError: expected:<true> but was:<false>
   [testng] at
test.admin.AdminConsoleTests.testHelpPage(AdminConsoleTests.java:60)
   [testng] ... Removed 26 stack frames
   [testng]

This is from my local workspace using today's build.

You can also see the QL failures here :
http://hudson.glassfish.org/job/gfv3-build-test/

Jane