MySQL 8.0: Improving the Test Framework to avoid skipping tests
In MySQL 8.0 we have improved the MySQL Test Framework (MTR) by adding a new no-skip option that avoids skipping tests in regression test runs. Before describing this feature in more detail, let me start with an introduction.
Introduction
In MTR, we have an existing command called skip.…
Source: MySQL 8.0: Improving the Test Framework to avoid skipping tests