Bug #78403 Stress test files set as executable
Submitted: 11 Sep 2015 7:31 Modified: 28 Sep 2015 18:33
Reporter: Lars Tangvald Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Packaging Severity:S3 (Non-critical)
Version:5.6.27 OS:Any
Assigned to: CPU Architecture:Any

[11 Sep 2015 7:31] Lars Tangvald
Description:
Many of the files for the stress testcase for innodb, under mysql-test/suite/innodb_stress/ are marked as executable despite not being script files. This was fixed for 5.7+ but not 5.6.

How to repeat:
Look at the various .test and .opt files under innodb_stress/t and see many have +x permissions set.

Suggested fix:
Remove +x permissions from all .test, .inc, .opt files as well as the one .py file that doesn't have a #! header, as was done for 5.7+
[28 Sep 2015 18:33] Paul DuBois
Noted in 5.6.28, 5.7.9, 5.8.0 changelogs.

Some stress test files in the mysql-test/suite/innodb_stress
directory had the executable file mode set although they were not
script files.