Uploaded image for project: 'MariaDB Foundation Development'
  1. MariaDB Foundation Development
  2. MDBF-980

LibVirt - Make check_upgraded_versions() treat upgrade to 12.0.0

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • BB V1.03
    • BB V1.04
    • Buildbot
    • None

    Description

      As in https://buildbot.mariadb.org/#/builders/419/builds/1389/steps/4/logs/stdio

      + check_upgraded_versions
      + for file in /tmp/version.old /tmp/version.new
      + [[ -f /tmp/version.old ]]
      + for file in /tmp/version.old /tmp/version.new
      + [[ -f /tmp/version.new ]]
      + [[ major == \m\a\j\o\r ]]
      ++ cut -d . -f1
      + old_branch_digit=11
      ++ cut -d . -f2
      + old_major_digit=8
      ++ cut -d . -f1
      + new_branch_digit=12
      ++ cut -d . -f2
      + new_major_digit=0
      + (( old_branch_digit == 10 ))
      + old_major_digit_incr=9
      + (( old_major_digit_incr == new_major_digit ))
      + bb_log_err 'This does not look like a major upgrade:'
      + set +x
      ERROR: This does not look like a major upgrade:
      + diff -u /tmp/version.old /tmp/version.new
      --- /tmp/version.old	2025-02-20 03:19:38.015106234 -0500
      +++ /tmp/version.new	2025-02-20 03:19:54.479195336 -0500
      @@ -1 +1 @@
      -11.8.1
      +12.0.0
      + exit 1
      

      The upgrade from 11.8.1 to 12.0.0 is legit but this check was not patched to handle it.
      See the "Is caused by" Jira task.

      Attachments

        Issue Links

          Activity

            People

              rvarzaru Varzaru Razvan-Liviu
              rvarzaru Varzaru Razvan-Liviu
              Faustin Lammler Faustin Lammler
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - 1h
                  1h
                  Remaining:
                  Remaining Estimate - 1h
                  1h
                  Logged:
                  Time Spent - Not Specified
                  Not Specified