Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318112

Summary: [releng] update the test repositories to the latest version of Bugzilla
Product: z_Archived Reporter: Frank Becker <eclipse>
Component: MylynAssignee: Frank Becker <eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: trivial    
Priority: P3 CC: david.shepherd, robert.elves, steffen.pingel
Version: unspecified   
Target Milestone: 3.4.1   
Hardware: All   
OS: All   
URL: http://www.bugzilla.org/news/#release361
Whiteboard:
Attachments:
Description Flags
backported changes none

Description Frank Becker CLA 2010-06-27 03:06:14 EDT
Bugzilla has some updates so it is time to update the test repositories.
Comment 1 Frank Becker CLA 2010-06-27 14:31:11 EDT
Here the results of the update
	bugzilla-3.2	create a new folder bugzilla-3.2 and delete bugzilla-3.2.6
	bugzilla-3.4	create a new folder bugzilla-3.4 and delete bugzilla-3.4.6
	bugzilla-3.6	problem: for all ./data/webdot/ objects we got the following errors "Failed to change ownership" and "Failed to change permissions"
	bugzilla-3.6-custom-wf	problem: for all ./data/webdot/ objects we got the following errors "Failed to change ownership" and "Failed to change permissions"
	bugzilla-3.6-custom-wf-and-status problem: for all ./data/webdot/ objects we got the following errors "Failed to change ownership" and "Failed to change permissions"
	bugzilla-3.6-xml-rpc-disabled 	problem: for all ./data/webdot/ objects we got the following errors "Failed to change ownership" and "Failed to change permissions"
	bugzilla-head now problems
	
Steffen,

do you think that we should fix the 3.6 errors?
Comment 2 Steffen Pingel CLA 2010-06-27 22:19:49 EDT
Not sure that these errors matter but there a bunch of test failures now:  http://mylyn.eclipse.org/hudson/job/mylyn-test-standalone/lastSuccessfulBuild/artifact/build-results/test-3.5/standalone-tests.html . Could you look into that?
Comment 3 Frank Becker CLA 2010-07-03 01:14:12 EDT
I changed the 3.4 version from 3.4.7 to 3.4.6 and now i get no errors.

Next week I look why we get errors when using n3.4.7.
Comment 4 Steffen Pingel CLA 2010-07-09 21:03:53 EDT
Are we using the latest version now?
Comment 5 Frank Becker CLA 2010-07-10 14:54:39 EDT
No,

I have problems with the 3.4.7 version. I get the error 
Can't locate object method "match" via package "Bugzilla::Component" at Bugzilla/Product.pm line 138.

when try to load http://mylyn.eclipse.org/bugs34/config.cgi?ctype=rdf

I report this to bugzilla.

Please see https://bugzilla.mozilla.org/show_bug.cgi?id=577851
Comment 6 Steffen Pingel CLA 2010-07-10 22:50:30 EDT
Thanks for taking care of that. Looks like this will get fixed in 3.4.8.

One thing that we need to consider is that as long as 3.4.x is actively maintained (for Helios)  fixes required to keep tests passing need to be back ported to the branch to avoid failures of this sort:

http://mylyn.eclipse.org/hudson/job/mylyn-3.4.x-build-test/lastCompletedBuild/testReport/org.eclipse.mylyn.bugzilla.tests.core/BugzillaClientTest/testRDFProductConfig_3_2_6_e3_4/

Not a big deal at all and should be easy to fix. It would be great if you could attach a patch next time to make backporting easier. Thanks!

Do you have any thoughts why this test failed? I that related to the 3.4.7 problem?

http://mylyn.eclipse.org/hudson/job/mylyn-3.4.x-build-test/11/testReport/org.eclipse.mylyn.bugzilla.tests.core/BugzillaRepositoryConnectorStandaloneTest/testGetTaskData_3_4_6_e3_6/
Comment 7 Frank Becker CLA 2010-07-11 02:52:48 EDT
(In reply to comment #6)
> Thanks for taking care of that. Looks like this will get fixed in 3.4.8.
> 
> One thing that we need to consider is that as long as 3.4.x is actively
> maintained (for Helios)  fixes required to keep tests passing need to be back
> ported to the branch to avoid failures of this sort:
> 
> http://mylyn.eclipse.org/hudson/job/mylyn-3.4.x-build-test/lastCompletedBuild/testReport/org.eclipse.mylyn.bugzilla.tests.core/BugzillaClientTest/testRDFProductConfig_3_2_6_e3_4/

This kind of error you get when you update the Bugzilla version and not change the version when create the BugzillaFixture 


> 
> Not a big deal at all and should be easy to fix. It would be great if you could
> attach a patch next time to make backporting easier. Thanks!
> 
> Do you have any thoughts why this test failed? I that related to the 3.4.7
> problem?
> 
> http://mylyn.eclipse.org/hudson/job/mylyn-3.4.x-build-test/11/testReport/org.eclipse.mylyn.bugzilla.tests.core/BugzillaRepositoryConnectorStandaloneTest/testGetTaskData_3_4_6_e3_6/

Yes this is  https://bugzilla.mozilla.org/show_bug.cgi?id=577851 bug

I can fix this by change on line in config.cgi. Should I do this for http://mylyn.eclipse.org/bugs34/ ?
Comment 8 Steffen Pingel CLA 2010-07-13 01:37:59 EDT
> I can fix this by change on line in config.cgi. Should I do this for
> http://mylyn.eclipse.org/bugs34/ ?

Yes, that would be great.
Comment 9 Frank Becker CLA 2010-07-13 12:52:40 EDT
(In reply to comment #8)
> > I can fix this by change on line in config.cgi. Should I do this for
> > http://mylyn.eclipse.org/bugs34/ ?
> 
> Yes, that would be great.

Done
Comment 10 Steffen Pingel CLA 2010-07-13 16:45:46 EDT
Created attachment 174233 [details]
backported changes