| Summary: | update Bugzilla repositories to 4.0.3, 3.6.7, and 3.4.13 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | z_Archived | Reporter: | Frank Becker <eclipse> | ||||
| Component: | Mylyn | Assignee: | Frank Becker <eclipse> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Frank Becker <eclipse> | ||||
| Severity: | trivial | ||||||
| Priority: | P3 | CC: | steffen.pingel | ||||
| Version: | unspecified | ||||||
| Target Milestone: | 3.6.5 | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| URL: | http://www.bugzilla.org/news/#release403 | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Frank Becker
Thanks for taking this on. You don't need to worry about the secure location when updating. It's only a proxy for existing repositories. Either way, we don't explicitly support certificate authentication for Bugzilla, yet, so I don't plan to test Bugzilla under /secure at this point. I must change timetrackinggroup from editkeywords to editbugs in bugs40. I need to find an new bug with flags because bug 1526 did no longer exists after clear the database. Created attachment 209502 [details]
mylyn/context/zip
Did you backport the changes to tests to 3.6.x? (In reply to comment #4) > Did you backport the changes to tests to 3.6.x? No, but I only change junit test files. We need to backport this, otherwise the 3.6.x tests will fail since they run against the same infrastructure. I updated the fixture on the 3.6.x branch. I am still getting one failure when running locally against the Bugzilla 3.6.7/Custom Workflow and Status instance: org.eclipse.core.runtime.CoreException: illegal bug status change: You are not allowed to change the bug status from ASSIGNED to NEW. at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.parseRepositoryResponse(BugzillaClient.java:1940) at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.parsePostResponse(BugzillaClient.java:1757) at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.postTaskDataInternal(BugzillaClient.java:1254) at org.eclipse.mylyn.internal.bugzilla.core.BugzillaClient.postTaskData(BugzillaClient.java:1187) at org.eclipse.mylyn.bugzilla.tests.support.BugzillaFixture.submitTask(BugzillaFixture.java:271) at org.eclipse.mylyn.bugzilla.tests.BugzillaCustomRepositoryTest.doCustomWorkflow(BugzillaCustomRepositoryTest.java:119) at org.eclipse.mylyn.bugzilla.tests.BugzillaCustomRepositoryTest.testWorkflow(BugzillaCustomRepositoryTest.java:39) Frank, do you have any idea how to fix that? (In reply to comment #4) > Did you backport the changes to tests to 3.6.x? Yes the backport is id=976c8f2822f61f504e0aa68258c0b79fbaec855f |