Bug #76562 Several performance schema unit tests fails
Submitted: 1 Apr 2015 15:11 Modified: 6 May 2015 13:05
Reporter: Mauritz Sundell Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Performance Schema Severity:S3 (Non-critical)
Version:5.7.8 OS:Any
Assigned to: CPU Architecture:Any

[1 Apr 2015 15:11] Mauritz Sundell
Description:
Several performance schema unit tests fails.

This is not visible in pb2, or run ctest or mtr --unit-tests locally due to bug#20814146.

How to repeat:
Run from build dir: ctest -V
And look for output like below:

...
test 5
      Start  5: pfs_account-oom

5: Test command:
/home/msundell/lab/build/mysql-trunk/storage/perfschema/unittest/pfs_acco
unt-oom-t
5: Test timeout computed to be: 9.99988e+06
5: 1..7
5: ok 1 - init stage class
5: ok 2 - init statement class
5: not ok 3 - oom (account)
5: not ok 4 - oom (account waits)
5: not ok 5 - oom (account stages)
5: not ok 6 - oom (account statements)
5: not ok 7 - oom (account transactions)
 5/22 Test  #5: pfs_account-oom ..................   Passed    0.00 sec
...

Suggested fix:
No idea.
[6 May 2015 13:05] Paul DuBois
Fixed in 5.7.8. Changes for test suite. No changelog entry needed.