maria-developers team mailing list archive
-
maria-developers team
-
Mailing list archive
-
Message #13307
CI failing on almost all branches - time to adopt protected branches?
Hello!
Has there recently been any discussions about enabling the Github
'protected branch' feature?
Review of current mainlines shows that ALL but 10.4 are broken and
most of them on different tests. I am afraid that quality and test
fixes will never catch up if people are allowed to push code that
makes testable things fail. Using protected branches would prevent
people from being able to push commits on mainline that fail in CI.
https://github.com/MariaDB/server/tree/10.3 / 4c4939b
NOT OK:
- amd64-debian-10-debug-embedded fails on sql_sequence.kill
- amd64-fedora-36 fails on main.func_math
https://github.com/MariaDB/server/tree/10.4 / 1767390
OK
https://github.com/MariaDB/server/tree/10.5 / ac5a534
NOT OK:
- amd64-ubuntu-2004-msan fails on main.selectivity_innodb
- amd64-windows fails to compile
https://github.com/MariaDB/server/tree/10.6 / dc1d621
NOT OK:
- buildbot/amd64-ubuntu-2204-msan fails on innodb.gap_locks
https://github.com/MariaDB/server/tree/10.7 / bc656c4
NOT OK:
- buildbot/amd64-debian-10 fails to start MTR
https://github.com/MariaDB/server/tree/10.8 / dd2fe81
NOT OK:
- amd64-ubuntu-2204-msan fails on MTR timeout (crash?)
https://github.com/MariaDB/server/tree/10.9 / 55e78eb
NOT OK:
- buildbot/amd64-ubuntu-2204-msan fails on
mariabackup.incremental_page_compressed innodb.innodb_page_compressed
https://github.com/MariaDB/server/tree/10.10 / 191821f
NOT OK:
- amd64-ubuntu-2004-debug fails on binlog.binlog_truncate_multi_engine
- amd64-ubuntu-2204-debug-ps fails on main.bad_startup_options
https://github.com/MariaDB/server/tree/10.11 / d84a282
NOT OK:
- buildbot/amd64-ubuntu-2204-msan fails on
mariabackup.incremental_page_compressed innodb.innodb_page_compressed
https://github.com/MariaDB/server/tree/11.0 / 8e55d7e
NOT OK:
- buildbot/amd64-ubuntu-2004-msan fails on
innodb.table_definition_cache_debug main.lock_sync
- continuous-integration/appveyor/branch fails on main.innodb_ext_key
Follow ups