Skip to content

Commit 232b7a4

Browse files
committed
MDBF-1110 remove special handling for rpm-upgrade -MCOL-4120 fixed
Also galera part of package names hasn't existed since 10.1 days.
1 parent de12afc commit 232b7a4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/rpm-upgrade.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ case $test_mode in
4141
# retrieve full package list from repo
4242
package_list=$(rpm_repoquery) ||
4343
bb_log_err "unable to retrieve package list from repository"
44-
package_list=$(echo "$package_list" | grep -viE 'galera|columnstore')
45-
bb_log_warn "Due to MCOL-4120 and other issues, Columnstore upgrade will be tested separately"
4644
;;
4745
server)
4846
package_list="MariaDB-server MariaDB-client"

0 commit comments

Comments
 (0)