Uploaded image for project: 'Ivy'
  1. Ivy
  2. IVY-663

latest compatible conflict manager fails with circular dependencies and dynamic revision

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0-beta-1
    • 2.0.0-beta-2
    • None
    • None

    Description

      Adding this test case to LatestConpatibleConflictManagerTest fails:

          public void testCompatibilityResolveCircularDependency3() throws Exception {
              fixture
                  .addMD("#A;1->#B;2")
                  .addMD("#C;1->#B;1")
                  .addMD("#C;2->#B;2")
                  .addMD("#C;3->#B;3")
                  .addMD("#B;1->#C;latest.integration") // circular dependency
                  .addMD("#B;2->#C;latest.integration") // circular dependency
                  .addMD("#B;3->#C;latest.integration") // circular dependency
                  .init();
              resolveAndAssert("#A;1", "#B;2, #C;2");
          }
      

      Attachments

        Activity

          People

            xavier Xavier Hanin
            xavier Xavier Hanin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: