Code should not assume that kLastLTS != kLastContinuous

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Fixed
    • Priority: Major - P3
    • 9.1.0-rc0
    • Affects Version/s: None
    • Component/s: None
    • None
    • Catalog and Routing
    • Fully Compatible
    • ALL
    • CAR Team 2026-07-20
    • 🟩 Routing and Topology
    • None
    • None
    • None
    • None
    • None
    • None

      Some part of the code assume that kLastLTS and kLastContinuous are different. While this can be true sometimes, it's not always true.
      For example, with kLastLTS = 8.0, kLastContinuous=8.3, and kLatest=9.0, this is true.
      But with the release of 9.0, kLastLTS=9.0, kLastContinuous=9.0, kLatest=9.1
      This breaks specifically switch cases, where having two entries with the same value is considered an error.

            Assignee:
            Marco Bizzarri
            Reporter:
            Marco Bizzarri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: