[MDBF-339] buildbot should run embedded tests, preferably as part of protected branches Created: 2022-02-11 Updated: 2022-10-03 Resolved: 2022-10-03 |
|
| Status: | Closed |
| Project: | MariaDB Foundation Development |
| Component/s: | Buildbot |
| Affects Version/s: | N/A |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Vlad Bogolin |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | 0d | ||
| Time Spent: | 0.25d | ||
| Original Estimate: | Not Specified | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Embedded server is still functional in MariaDB unlike MySQL that removed this in 8.0 https://dev.mysql.com/doc/refman/5.7/en/libmysqld.html. There's a number of uses like https://doc.qt.io/qt-5/sql-driver.html#qmysql Developers (esp me), when changing variables or their values often forget to commit test result changes causing embedded test results to be overlooked. Embedded development still happening. |