dev@glassfish.java.net

Re: QuickLook failures with recent build?

From: Tom Mueller <Tom.Mueller_at_oracle.com>
Date: Fri, 08 Mar 2013 08:52:39 -0600

Sahoo,
Line 99 of that test is a "get URL" test, i.e., it is fetching the index
page of the started instance (HTTP port). This failure appears to be due
to bug GLASSFISH-19712.

Tom


On 3/8/13 4:41 AM, Sahoo wrote:
> I am seeing unpredictable results while running QuickLook against a
> recently checked out clean workspace (svn rev #60211). I am noticing
> following failure intermittently:
>
> [testng] java.lang.AssertionError: Start instance failed ...
> expected:<true> but was:<false>
> [testng] at
> test.clustersetup.ClusterSetupTest.startInstanceTest(ClusterSetupTest.java:99)
> [testng] ... Removed 26 stack frames
> [testng]
> [testng] ===============================================
> [testng] cluster_setup
> [testng] Tests run: 3, Failures: 1, Skips: 0
>
> Is anyone else seeing the same?
>
> Thanks,
> Sahoo