Tag Archives: pQuery
That’s the question every tester dreads to hear, because it usually means we’ve let something really embarrassing slip into a release.
The real answer is, “Yes, we do,” though that doesn’t offer much comfort if you’re facing issues in production. Still, during quieter moments, people sometimes ask less rhetorically what kind of testing takes place in MariaDB. Let’s dive into that.
A path of a bugfix into a maintenance release
When a pull request (or an internal patch outside the PR system) is pushed into the MariaDB/server repository on Github, it is picked by the MariaDB server CI, Buildbot.
…