Re: [wtp-dev] ACTION REQUIRED: Possible problem with declared build S-3.10.0.RC2-20180524070951

2018-05-30 Thread Neil Hauge
I completed the JPA smoke test successfully and couldn't reproduce the issue.  
Everything looked normal.

Neil


> On May 30, 2018, at 5:23 PM, Neil Hauge  wrote:
> 
> I'll try to reproduce this issue tonight.  I don't think we would consider 
> this a showstopper for the release though.
> 
> Neil
> 
> 
>> On May 29, 2018, at 5:33 PM, Nick Boldt > > wrote:
>> 
>> Despite 2 missing checkmarks on teh smoke test wiki from JavaEE and Dali, 
>> I've pushed this build into the simrel.
>> 
>> Now I see that there's a possible problem. See details below from mattermost 
>> [1].
>> 
>> PMC and project leads, should I back it out or should we just fix it in RC3, 
>> when/if Dali people reappear ?
>> 
>> 
>> jcollier
>> 10:07 PM 
>> 
>> 1
>> Found a bug with Dali in Photon RC1 
>> https://bugs.eclipse.org/bugs/show_bug.cgi?id=535243 
>> 
>>  
>> stuartbot
>> 10:07 PM 
>> 
>> JPA Content doesn't show up in project explorer in Photon RC1 
>> 
>>  
>> jcollier
>> 10:08 PM 
>> 
>> 
>> Marking it as critical
>> Shouldn't the smoketest Dali runs before each release catch these kinds of 
>> things?
>> Guess not...
>>  
>> nitind
>> 10:55 PM 
>> 
>> In theory, yes. It's also one of the two components not to have results in 
>> the RC2 smoke test. 
>> https://wiki.eclipse.org/WTP_Smoke_Test_Results_R3100_20180524070951 
>> 
>>  . Not sure who the DG is that's listed there. 
>> Tue, May 29, 2018
>>  
>> jcollier
>> 1:40 AM 
>> 
>> DG is Dimitar Giormov
>>  
>> jcollier
>> 1:40 AM 
>> 
>> 2
>> Also, https://bugs.eclipse.org/bugs/show_bug.cgi?id=535243#c1 
>> .
>>  Looks like the bug is due to something gone wrong in plugin.xml. But it 
>> hasn't been edited in 6 years and is just a stub. Hmmm (edited)
>>  
>> stuartbot
>> 1:40 AM 
>> 

Re: [wtp-dev] ACTION REQUIRED: Possible problem with declared build S-3.10.0.RC2-20180524070951

2018-05-30 Thread Neil Hauge
I'll try to reproduce this issue tonight.  I don't think we would consider this 
a showstopper for the release though.

Neil


> On May 29, 2018, at 5:33 PM, Nick Boldt  wrote:
> 
> Despite 2 missing checkmarks on teh smoke test wiki from JavaEE and Dali, 
> I've pushed this build into the simrel.
> 
> Now I see that there's a possible problem. See details below from mattermost 
> [1].
> 
> PMC and project leads, should I back it out or should we just fix it in RC3, 
> when/if Dali people reappear ?
> 
> 
> jcollier
> 10:07 PM 
> 
> 1
> Found a bug with Dali in Photon RC1 
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=535243 
> 
>   
> stuartbot
> 10:07 PM 
> 
> JPA Content doesn't show up in project explorer in Photon RC1 
> 
>   
> jcollier
> 10:08 PM 
> 
> 
> Marking it as critical
> Shouldn't the smoketest Dali runs before each release catch these kinds of 
> things?
> Guess not...
>   
> nitind
> 10:55 PM 
> 
> In theory, yes. It's also one of the two components not to have results in 
> the RC2 smoke test. 
> https://wiki.eclipse.org/WTP_Smoke_Test_Results_R3100_20180524070951 
> 
>  . Not sure who the DG is that's listed there. 
> Tue, May 29, 2018
>   
> jcollier
> 1:40 AM 
> 
> DG is Dimitar Giormov
>   
> jcollier
> 1:40 AM 
> 
> 2
> Also, https://bugs.eclipse.org/bugs/show_bug.cgi?id=535243#c1 
> .
>  Looks like the bug is due to something gone wrong in plugin.xml. But it 
> hasn't been edited in 6 years and is just a stub. Hmmm (edited)
>   
> stuartbot
> 1:40 AM 
> 
> The issue is occurring because at line 75, 
> "this.getItemContentProvider(parentElement);" is returning null. The function 
> itself says:
> "NB: We have a bug (probably in our plugin.xml) if 

[wtp-dev] ACTION REQUIRED: Possible problem with declared build S-3.10.0.RC2-20180524070951

2018-05-29 Thread Nick Boldt
Despite 2 missing checkmarks on teh smoke test wiki from *JavaEE and Dali*,
I've pushed this build into the simrel.

Now I see that there's a possible problem. See details below from
mattermost [1].

*PMC and project leads, *should I back it out or should we just fix it in
RC3, when/if Dali people reappear ?


jcollier
10:07 PM

1

Found a bug with Dali in Photon RC1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=535243
stuartbot
10:07 PM


JPA Content doesn't show up in project explorer in Photon RC1

jcollier
10:08 PM


Marking it as critical

Shouldn't the smoketest Dali runs before each release catch these kinds of
things?

Guess not...
nitind
10:55 PM


In theory, yes. It's also one of the two components not to have results in
the RC2 smoke test.
https://wiki.eclipse.org/WTP_Smoke_Test_Results_R3100_20180524070951 . Not
sure who the DG is that's listed there.
--
Tue, May 29, 2018
jcollier
1:40 AM


DG is Dimitar Giormov
jcollier
1:40 AM

2

Also, https://bugs.eclipse.org/bugs/show_bug.cgi?id=535243#c1. Looks like
the bug is due to something gone wrong in plugin.xml. But it hasn't been
edited in 6 years and is just a stub. Hmmm
 (edited)
stuartbot
1:40 AM


The issue is occurring because at line 75,
"this.getItemContentProvider(parentElement);" is returning null. The
function itself says:

"NB: We have a bug (probably in our plugin.xml) if this method ever returns
null unexpectedly"

Looks like something's gone wrong with the plugin.xml -> JPA Content
doesn't show up in project explorer in Photon RC1

1:41 AM


The issue is occurring because at line 75,
"this.getItemContentProvider(parentElement);" is returning null. The
function itself says:

"NB: We have a bug (probably in our plugin.xml) if this method ever returns
null unexpectedly"

Looks like something's gone wrong with the plugin.xml -> JPA Content
doesn't show up in project explorer in Photon RC1

jcollier
1:25 PM


Has the UI in Photon RC1 been unstable for anyone else?

Seems something funky is going on with SWT

Might just be me though

Been getting a ton of ‘Widget is disposed’ exceptions, projects in the
project explorer are sometimes just up and disappearing, and projects are
autocollapsing whenever I add resources to them (classes, servlets, etc)
(edited)
nitind
1:55 PM


Installed how, because I don't see ours listed at
https://www.eclipse.org/downloads/index-developer.php ?
Eclipse Downloads | The Eclipse Foundation

The Eclipse Foundation - home to a global community, the Eclipse IDE,
Jakarta EE and over 350 open source projects, including runtimes, tools and
frameworks.

[1] https://mattermost.eclipse.org/eclipse/channels/webtools

On Tue, May 29, 2018 at 4:05 PM, WTP Releng  wrote:

>
>
> Download Page:
> http://download.eclipse.org/webtools/downloads/drops/R3.10.0/S-3.10.0.RC2-
> 20180524070951
>
> General Smoketest results page:
> http://wiki.eclipse.org/WTP_Smoke_Test_Results
>
> ___
> wtp-dev mailing list
> wtp-dev@eclipse.org
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/wtp-dev
>



-- 

Nick Boldt

Principal Software Engineer, RHCSA

Productization Lead :: JBoss Tools & Dev Studio

IM: @nickboldt / @nboldt / http://nick.divbyzero.com

TRIED. TESTED. TRUSTED. 
@ @redhatnews   Red Hat




“The Only Thing That Is Constant Is Change” - Heraclitus
___
wtp-dev mailing list
wtp-dev@eclipse.org
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/wtp-dev