-
Notifications
You must be signed in to change notification settings - Fork 25
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
MDBF-811 More Galera tests + 2404-debug test #492
base: dev
Are you sure you want to change the base?
Conversation
b4c1075
to
91f4e3c
Compare
help. I can't work out what the worker is meant to be. |
master-docker-nonstandard/master.cfg
Outdated
c["builders"].append( | ||
util.BuilderConfig( | ||
name="amd64-ubuntu-2404-debug", | ||
workernames=workers["x64-bbw-ubuntu-2404-debug"], |
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.
constants.py
Outdated
@@ -50,10 +50,14 @@ | |||
builders_galera_mtr = [ | |||
"aarch64-debian-12", | |||
"amd64-fedora-39", | |||
"amd64-fedora-40", | |||
"amd64-ubuntu-2004-debug", |
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.
2004 it's a typo or do we want to add Galera tests to a Protected branches builder?
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.
typo. Thanks. Protected branch builders should be a bit more planned.
00dd5ef
to
5bde2df
Compare
s390x load implications |
5bde2df
to
b5093e0
Compare
@grooverdan Spotted a bug in the codebase, if you can just update the PR please. it should be
|
There's no - non-protected branch amd64 debug builder. Adding one is useful for more galera tests in debug mode.
It was odd seeing mostly ppc64le/s390x test failures. This was because these where the main tests of galera. Added Fedora-40 to test the current distro galera package. Add s390/ppc64le Ubuntu 2404 so that this tests there too to see if modern compilers cause any different behaviour. As there is no debug build of galera, added amd64-2404-debug as a builder so that there is coverage of galera in a debug build which has additional tests.
With MariaDB Operator doing UBI based container operatability with galera, more RHEL based galera tests needed to catch operability problems ealier.
Without it could be going out of support MariaDB/galera#32 (comment)
b5093e0
to
c855141
Compare
Add New Build template
Checklist