dev@glassfish.java.net

Re: GlassFish Server Open Source Edition 3.1: Milestone 5 tonight

From: Jane Young <jane.young_at_oracle.com>
Date: Wed, 15 Sep 2010 11:38:21 -0700

  Please file a bug for this. I've updated QL tests so continuous build
is now back to normal.
If we respin MS5, you'll need to fix this in the branch and also the trunk.

Jane


On 9/15/10 11:27 AM, Paul M Davies (Oracle) wrote:
> Hi Jane,
>
> Thanks. You are correct: The release 3.0.1 in this file is an error on
> my part. Should I update this for the MS5 build?
>
> Regards,
> -Paul
>
>
>
>
>
> On 09/15/10 10:24, Jane Young wrote:
>> Hi Paul,
>>
>> I can update the QL tests. However, "GlassFish Server *3.0.1*"
>> doesn't seen right either.
>>
>> Jane
>>
>>
>> On 9/15/10 10:21 AM, Paul M Davies (Oracle) wrote:
>>> Hi Jane,
>>>
>>> I cannot make this change. The word Enterprise is not part of the
>>> product name. The QL tests need to be fixed. They should not be
>>> using interfaces that are not stable. Please do not revert the
>>> v3-docs integration.
>>>
>>> Regards,
>>> -Paul
>>>
>>> On 09/15/10 10:10, Jane Young wrote:
>>>> Thank you everyone from the adminconsole team for the fix in QL.
>>>>
>>>> As for the 2nd QL failure in cluster_setup, it's related to the
>>>> v3-docs integration.
>>>> The glassfish/lib/templates/docroot/index.html in
>>>> org.glassfish.docs:basedoc:3.1-b01 contains the text:
>>>> <title>*GlassFish Server 3.0.1 - Server Running*</title>
>>>>
>>>> QL tests is grepping for the text: "GlassFish Enterprise Server".
>>>>
>>>> I will revert v3-docs integration.
>>>>
>>>> Paul, please fix this.
>>>>
>>>> Jane
>>>>
>>>>
>>>> On 9/15/10 9:53 AM, Anissa Lam wrote:
>>>>>
>>>>> Hi Jason,
>>>>> Thanks for the quick fix !! I just verified, and see the all
>>>>> adminconsole QL passes as well.
>>>>>
>>>>> Anissa.
>>>>>
>>>>> On 9/15/10 9:47 AM, Jason Lee wrote:
>>>>>> I just committed a fix to the console QL test that should get
>>>>>> things going (I was able to reproduce the failure then see it go
>>>>>> away with this change). It seems that something changed on the
>>>>>> server side after log in. It used to redirect to
>>>>>> http://localhost:4848 but now redirects to
>>>>>> http://localhost:4848/index.jsf. I altered the code that checks
>>>>>> for that to be a bit more resilient, so we shouldn't see a
>>>>>> regression here in the future.
>>>>>>
>>>>>> On 9/15/10 10:52 AM, Anissa Lam wrote:
>>>>>>>
>>>>>>> My build just finisheded, and I can bring up admin console
>>>>>>> without issue.
>>>>>>> So, maybe the QL test needs to be updated to tell the right
>>>>>>> thing. I am running QL, will see.
>>>>>>>
>>>>>>> Anissa.
>>>>>>>
>>>>>>> On 9/15/10 8:42 AM, Jane Young wrote:
>>>>>>>> I think you're right. I backed-out Ken's commits locally and
>>>>>>>> adminconsole_tests are passing.
>>>>>>>>
>>>>>>>>
>>>>>>>> On 9/15/10 8:15 AM, Anissa Lam wrote:
>>>>>>>>>
>>>>>>>>> Thats at around 7pm, and I have already fixed that.
>>>>>>>>> The fact that the failure is at the loginBeforeTest, I am
>>>>>>>>> suspecting it maybe due to the authentication related checkin
>>>>>>>>> that Ken made last night. Still waiting for my build to
>>>>>>>>> finish to investigate.
>>>>>>>>>
>>>>>>>>> thanks
>>>>>>>>> Anissa.
>>>>>>>>>
>>>>>>>>> On 9/15/10 8:08 AM, Yamini K B wrote:
>>>>>>>>>>
>>>>>>>>>> The comment on hudson says revision 40867 is causing QL
>>>>>>>>>> failure in GUI..
>>>>>>>>>>
>>>>>>>>>> -Yamini
>>>>>>>>>>
>>>>>>>>>> Anissa Lam wrote:
>>>>>>>>>>> Hi Jane,
>>>>>>>>>>>
>>>>>>>>>>> I am checking out a new workspace and look into it once it
>>>>>>>>>>> is built.
>>>>>>>>>>>
>>>>>>>>>>> thanks
>>>>>>>>>>> Anissa.
>>>>>>>>>>>
>>>>>>>>>>> On 9/15/10 7:02 AM, Jane Young wrote:
>>>>>>>>>>>> The milestone 5 promoted build didn't happen last night
>>>>>>>>>>>> because of QL failures in the trunk. The failures are in:
>>>>>>>>>>>>
>>>>>>>>>>>> (1) adminconsole_test:
>>>>>>>>>>>> [testng] Sep 15, 2010 5:52:40 AM org.apache.commons.httpclient.HttpMethodDirector isRedirectNeeded
>>>>>>>>>>>> [testng] INFO: Redirect requested but followRedirects is disabled
>>>>>>>>>>>> [testng] FAILED CONFIGURATION: @BeforeTest loginBeforeTest("http://localhost:4848/", 8686)
>>>>>>>>>>>> [testng] java.lang.AssertionError: expected:<http://localhost:4848/index.jsf> but was:<http://localhost:4848/>
>>>>>>>>>>>> [testng] at test.admin.BaseAdminConsoleTest.loginBeforeTest(BaseAdminConsoleTest.java:153)
>>>>>>>>>>>> [testng] ... Removed 24 stack frames
>>>>>>>>>>>> [testng] PASSED: testDeployedAppPage
>>>>>>>>>>>> [testng] PASSED: testCommonTasks
>>>>>>>>>>>> [testng] PASSED: testRealmsList
>>>>>>>>>>>> [testng]
>>>>>>>>>>>> [testng] ===============================================
>>>>>>>>>>>> [testng] adminconsole_tests
>>>>>>>>>>>> [testng] Tests run: 3, Failures: 0, Skips: 0
>>>>>>>>>>>> [testng] Configuration Failures: 1, Skips: 0
>>>>>>>>>>>> [testng] ===============================================
>>>>>>>>>>>>
>>>>>>>>>>>> (2) cluster_setup
>>>>>>>>>>>> [testng] FAILED: startInstanceTest
>>>>>>>>>>>> [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
>>>>>>>>>>>> [testng] ===============================================
>>>>>>>>>>>>
>>>>>>>>>>>> There are a lot of adminconsole commits last night. It's
>>>>>>>>>>>> hard to figure out which commit is causing the adminconsole
>>>>>>>>>>>> failure.
>>>>>>>>>>>>
>>>>>>>>>>>> The cluster_setup failure started with either svn rev
>>>>>>>>>>>> 40873, 40874 or 40875. I reverted 40873 but that didn't
>>>>>>>>>>>> resolve the QL failure. It's taking some time to revert
>>>>>>>>>>>> changes locally and run QL tests.
>>>>>>>>>>>> In the worst case, I will revert all the commits starting
>>>>>>>>>>>> from 7:00pm last night so I can get a workspace with QL
>>>>>>>>>>>> tests passing.
>>>>>>>>>>>>
>>>>>>>>>>>> Please refrain from any commits in the trunk until QL is
>>>>>>>>>>>> back to normal. In the meantime, if you have any idea why
>>>>>>>>>>>> QL is failing, please let me know.
>>>>>>>>>>>>
>>>>>>>>>>>> Jane
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> On 9/14/10 12:28 PM, Nazrul Islam wrote:
>>>>>>>>>>>>> GlassFish Team,
>>>>>>>>>>>>>
>>>>>>>>>>>>> The deadline for milestone 5
>>>>>>>>>>>>> <http://wikis.sun.com/display/GlassFish/GF3.1MS5> is on
>>>>>>>>>>>>> 11:59 pm pacific on Tuesday (Sep 14, 2010
>>>>>>>>>>>>> <http://wikis.sun.com/display/GlassFish/GlassFishV3Schedule#GlassFishV3Schedule-GlassFishServerOpenSourceEdition3.1>).
>>>>>>>>>>>>> Please hold off all your checkins for 2 hours between
>>>>>>>>>>>>> midnight and 2 am pacific. The 3.1 source repository will
>>>>>>>>>>>>> be open for checkin again at 2 am pacific on Wednesday
>>>>>>>>>>>>> (Sep 15, 2010).
>>>>>>>>>>>>>
>>>>>>>>>>>>> *Next Steps*
>>>>>>>>>>>>> Please hand-off all milestone 5 features
>>>>>>>>>>>>> <http://wikis.sun.com/display/GlassFish/GF3.1MS5> to
>>>>>>>>>>>>> QA/Docs by Friday, Oct 1, 2010 (within one week of JavaOne).
>>>>>>>>>>>>>
>>>>>>>>>>>>> Please scrub
>>>>>>>>>>>>> <http://wikis.sun.com/display/GlassFish/Bug+Scrubbing+Process>
>>>>>>>>>>>>> all your bugs
>>>>>>>>>>>>> <https://glassfish.dev.java.net/issues/buglist.cgi?resort=1&;issue_type=DEFECT;component=glassfish;issue_status=UNCONFIRMED;issue_status=NEW;issue_status=STARTED;issue_status=REOPENED;priority=P1;priority=P2;priority=P3;email1=;emailtype1=exact;emailassigned_to1=1;email2=;emailtype2=exact;emailreporter2=1;issueidtype=include;issue_id=;changedin=;votes=;chfieldfrom=;chfieldto=Now;chfieldvalue=;short_desc=;short_desc_type=fulltext;long_desc=;long_desc_type=fulltext;issue_file_loc=;issue_file_loc_type=fulltext;status_whiteboard=3.1-exclude;status_whiteboard_type=notregexp;keywords=3.1-exclude;keywords_type=notokens;field0-0-0=noop;type0-0-0=noop;value0-0-0=;Submit%20query=Submit%20query&order=issues.priority%2C%20map_assigned_to.userid%2C%20issues.target_milestone%2C%20map_assigned_to.userid%2C%20issues.priority%2C%20issues.issue_type>
>>>>>>>>>>>>> and feel free to checkin fixes for them.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Thanks.
>>>>>>>>>>>>>
>>>>>>>>>>>>> *References
>>>>>>>>>>>>> *Wiki:
>>>>>>>>>>>>> http://wikis.sun.com/display/GlassFish/PlanForGlassFish3.1
>>>>>>>>>>>>> --
>>>>>>>>>>>>> Nazrul Islam - (408) 276-6468 - Oracle
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>> ---------------------------------------------------------------------
>>>>>>>>>> To unsubscribe, e-mail:
>>>>>>>>>> dev-unsubscribe_at_glassfish.dev.java.net For additional
>>>>>>>>>> commands, e-mail: dev-help_at_glassfish.dev.java.net
>>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>> Jason Lee
>>>>>> Senior Member of Technical Staff
>>>>>> GlassFish Administration Console
>>>>>>
>>>>>> Oracle Corporation
>>>>>> Phone +1 405-216-3193
>>>>>> Bloghttp://blogs.steeplesoft.com
>>>>
>>>
>>>
>>> --
>>>
>>>
>>>
>>> Oracle <http://www.oracle.com>
>>> Paul Davies| Principal Technical Writer| +1.408.276.3413
>>> Oracle GlassFish Server Documentation
>>> 4140 Network Circle, Santa Clara CA 95054, USA
>>>
>>> Green Oracle <http://www.oracle.com/commitment> Oracle is committed
>>> to developing practices and products that help protect the environment
>>>
>>>
>>
>
>
> --
>
>
>
> Oracle <http://www.oracle.com>
> Paul Davies| Principal Technical Writer| +1.408.276.3413
> Oracle GlassFish Server Documentation
> 4140 Network Circle, Santa Clara CA 95054, USA
>
> Green Oracle <http://www.oracle.com/commitment> Oracle is committed
> to developing practices and products that help protect the environment
>
>