Community
Participate
Working Groups
Using second candidate build for i11, two test suites are failing (4 test cases in total): TestCMDBfQueryOperation: testItemsAndRelationships testRelationshipMatch TestRelationshipHandler testIdenticalSourceTargetTemplate testMultipleRelationships
Some or all of these failures are due to the changes introduced in RelationshipTemplateHandler for bug 223273. It seems our tests expect a different set of elements than we are outputting. You can see the stack trace for all 4 failures in these two links: http://www.eclipse.org/cosmos/test/reports/1.0.0_i11/F840FA44A5F4D4C738D52520656411DC.html http://www.eclipse.org/cosmos/test/reports/1.0.0_i11/C579E33263413CD0738FFCA0AFE511DC.html
We used to not include instance IDs for relationships. The spec requires at least one instance ID to be present. If the only difference between the generated files vs. the expected files is the instance id of relationships, then we need to only update our expected files.
I added the instance ids to the edges in the expected results files, and now these tests are passing.
closing to cleanup bugzilla