Bug #87946 Some MTR tests are big and not big simultaneously
Submitted: 3 Oct 2017 3:22 Modified: 4 Sep 2019 5:51
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Tests Severity:S3 (Non-critical)
Version:8.0.3 OS:Any
Assigned to: CPU Architecture:Any
Tags: mtr

[3 Oct 2017 3:22] Laurynas Biveinis
Description:
Some MTR tests are big and not big simultaneously:

$ ./mtr --debug-server myisam_data_pointer_size_func
(...runs the test...)

$ ./mtr --debug-server myisam_data_pointer_size_func --only-big-test
(...runs the test too...)

How to repeat:
See above

Suggested fix:
One of the above runs should result in the test being skipped. This particular test does not have a big test marker, but it is marked as big for Valgrind. Thus in the above run it is the --only-big-test run which should skip it.
[3 Oct 2017 5:27] MySQL Verification Team
Hello Laurynas,

Thank you for the report and feedback!

Regards,
Umesh
[4 Sep 2019 5:51] Erlend Dahl
Fixed in 8.0.14 under the heading of

Bug#28865946 MTR: --ONLY-BIG-TEST OPTION DOESN'T SKIP NON BIG-TESTS