dev@glassfish.java.net

cluster_helloworld quicklook test fails

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Tue, 26 Mar 2013 12:21:14 -0700

I've updated my workspace and I'm getting one failure - cluster_helloworld:

   [testng] Wait extra 5 sec for GF to generate helloworld app.
   [testng] ######### FAILURE #########
   [testng] asadmin --host localhost --port 4848 --user admin --passwordfile
/dev/null --interactive=false --echo=true --terse=true deploy --force=false
--precompilejsp=false --verify=false --generatermistubs=false
--availabilityenabled=false --asyncreplication=true --target eec1
--keepreposdir=false --keepfailedstubs=false --isredeploy=false
--logreportederrors=true --_classicstyle=false
/home/shannon/gf/v3/appserver/tests/quicklook/dist/hellocluster/helloworld.war
   [testng] Application deployed with name helloworld.
   [testng]
   [testng]
   [testng] ######### FAILURE #########
   [testng] asadmin --host localhost --port 4848 --user admin --passwordfile
/dev/null --interactive=false --echo=true --terse=true deploy --force=false
--precompilejsp=false --verify=false --generatermistubs=false
--availabilityenabled=false --asyncreplication=true --target eec1
--keepreposdir=false --keepfailedstubs=false --isredeploy=false
--logreportederrors=true --_classicstyle=false
/home/shannon/gf/v3/appserver/tests/quicklook/dist/hellocluster/helloworld.war
   [testng] Application deployed with name helloworld.
   [testng]
   [testng]
   [testng] PASSED: clusterDeployTest
   [testng] FAILED: clusterHelloWorldTest
   [testng] java.lang.AssertionError: Accessing helloworld page failed ...
expected:<true> but was:<false>
   [testng] at
test.hellocluster.ClusterHelloworldTest.clusterHelloWorldTest(ClusterHelloworldTest.java:83)
   [testng] ... Removed 26 stack frames
   [testng] SKIPPED: clusterUnDeployTest
   [testng]
   [testng] ===============================================
   [testng] cluster_helloworld
   [testng] Tests run: 3, Failures: 1, Skips: 1
   [testng] ===============================================

Any idea what's wrong? All other tests are passing.
I've changed nothing in the workspace.