Community
Participate
Working Groups
Bugzilla has some updates so it is time to update the test repositories.
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?
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?
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.
Are we using the latest version now?
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
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/
(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/ ?
> 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.
(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
Created attachment 174233 [details] backported changes