| Summary: | o.e.orion.server.tests break with Tycho 0.21 | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Ochmann <michael.ochmann> |
| Component: | Releng | Assignee: | Project Inbox <orion.releng-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.sohn |
| Version: | 6.0 | ||
| Target Milestone: | 7.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Ochmann
Patch proposed to Gerrit: https://git.eclipse.org/r/33235 I had to remove the dependency to to org.eclipse.orion.releng.test.master because it leads to a build cycle: [ERROR] The projects in the reactor contain a cyclic reference: Edge between 'Vertex{label='org.eclipse.orion.feature:org.eclipse.orion.releng.test.master:7.0.0-SNAPSHOT'}' and Vertex{label='org.eclipse.orion:org.eclipse.orion.server.tests:4.0.0-SNAPSHOT'}' introduces to cycle in the graph org.eclipse.orion:org.eclipse.orion.server.tests:4.0.0-SNAPSHOT --> org.eclipse.orion.feature:org.eclipse.orion.releng.test.master:7.0.0-SNAPSHOT --> org.eclipse.orion:org.eclipse.orion.server.tests:4.0.0-SNAPSHOT However, the tests work without that dependency pretty well, so I guess it became somehow obsolete. merged as a3815881d56407a3df166e3edefe67eb6b93d122 |