Bug #91407 special.innodb_dedicated_server result files forgotten by WL#11009
Submitted: 25 Jun 2018 11:09 Modified: 27 Jun 2018 13:14
Reporter: Laurynas Biveinis (OCA) Email Updates:
Status: Closed Impact on me:
None 
Category:Tests: Engine Severity:S3 (Non-critical)
Version:8.0.11 OS:Any
Assigned to: CPU Architecture:Any

[25 Jun 2018 11:09] Laurynas Biveinis
Description:
WL#11009 patch at 29e3723b7d8f4c7d0f56723bec2d26de2ef5d7b8 updated .test but not .result files in the special suite.

As a result,
$ ./mtr --debug-server --suite=special --big-test
...
special.innodb_dedicated_server          [ fail ]
        Test ended at 2018-06-25 14:02:04

CURRENT_TEST: special.innodb_dedicated_server
--- /home/laurynas/mysql-server/mysql-test/suite/special/r/innodb_dedicated_server.result	2018-06-25 08:59:00.751926264 +0300
+++ /home/laurynas/obj-mysql-8.0.11-debug-san/mysql-test/var/log/innodb_dedicated_server.reject	2018-06-25 14:02:03.985832996 +0300
@@ -52,7 +52,7 @@
 INNODB_FLUSH_METHOD
 O_DIRECT_NO_FSYNC
 # Make sure that the warnings are present in server log.
-Pattern "\[Warning\] \[[^]]*\] InnoDB: Option innodb_dedicated_server is ignored for innodb_buffer_pool_size" found
+Pattern "\[Warning\] .*MY-\d+.* Option innodb_dedicated_server is ignored for innodb_buffer_pool_size" found
 
 #########################################
 # RESTART 3                             #
...

How to repeat:
See above

Suggested fix:
Omissions happen and that's OK, but running the testsuite more often might be a good idea
[25 Jun 2018 11:29] MySQL Verification Team
Thank you for the bug report.
[27 Jun 2018 13:14] Paul DuBois
Posted by developer:
 
Fixed in 8.0.12.

Work was done for test suite. No changelog entry needed.