Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
BB V1.03
-
None
-
Sprint 3 (10.02.2025), Sprint 4 (25.02.2025), Sprint 5 (10.03.2025)
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
- is caused by
-
MDBF-962 Buildbot Build for 12.0
-
- Closed
-