-
Notifications
You must be signed in to change notification settings - Fork 26
MDBF-1110 install/upgrade tests in Buildot contain work arounds for fixed bugs #831
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: dev
Are you sure you want to change the base?
Changes from 1 commit
8fab28b
ad87f51
63b60e2
0026c8d
0e79054
528a1c4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -79,11 +79,6 @@ case $test_mode in | |
| package_list=mariadb-server | ||
| ;; | ||
| columnstore) | ||
| get_packages_file_mirror | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this test is useful, if it exists with an error.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. An error is good. This would have failed with cannot install columnstore at a later step, like any other failure to generate package, that is in the package list below. |
||
| if ! grep columnstore Packages >/dev/null; then | ||
| bb_log_warn "Columnstore was not found in packages, the test will not be run" | ||
| exit | ||
| fi | ||
| package_list="mariadb-server mariadb-plugin-columnstore" | ||
| ;; | ||
| *) | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I my understanding correct that
columnstorepackages are not built forppc64leas per server configuration?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes