Bug #77848 ps_setup_reset_to_default_cleanup.inc includes ps_setup_instruments_cleanup.inc
Submitted: 28 Jul 2015 2:46 Modified: 1 Oct 2015 17:09
Reporter: Jesper wisborg Krogh Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: SYS Schema Severity:S3 (Non-critical)
Version:1.5.0 OS:Any
Assigned to: CPU Architecture:Any

[28 Jul 2015 2:46] Jesper wisborg Krogh
Description:
The include file mysql-test/suite/sysschema/include/ps_setup_reset_to_default_cleanup.inc includes the ps_setup_instruments_cleanup.inc file, but that does not exist.

How to repeat:
shell$ cat mysql-test/suite/sysschema/include/ps_setup_reset_to_default_cleanup.inc
# Reset all Performance Schema configuration

--source ./ps_setup_instruments_cleanup.inc

--source ./ps_setup_actors_cleanup.inc

--source ./ps_setup_consumers_cleanup.inc

--source ./ps_threads_cleanup.inc

Suggested fix:
Probably the best is to add the ps_setup_instruments_cleanup.inc script so instruments are always reset as well.
[13 Aug 2015 9:06] Jesper wisborg Krogh
Posted by developer:
 
Merged into the sys schema development branch in pull request 86 - http://github.com/MarkLeith/mysql-sys/pull/86
[1 Oct 2015 17:09] Paul DuBois
Fixed in 5.7.9. Changes for test suite. No changelog entry needed.