Bug #79730 PB2 i_main.bug11761752 fails for permission denied
Submitted: 22 Dec 2015 7:44 Modified: 28 Dec 2015 14:53
Reporter: Shipra Jain Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Windows Severity:S3 (Non-critical)
Version:8.0 OS:Any
Assigned to: CPU Architecture:Any

[22 Dec 2015 7:44] Shipra Jain
Description:
PB2 i_main.bug11761752  fails on weekly trunk on weekly trunk for more than a month

http://pb2.no.oracle.com/?template=mysql_show_test_failure&test_failure_id=&test_output_id...

-select 1 into outfile "<MYSQLTEST_VARDIR>\tmp\11761752-test:foobar";;
-ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>	mp11761752-test:foobar' (Errcode: 13 - Permission denied)
-select 1 into outfile "<MYSQLTEST_VARDIR>\tmp\11761752-test.txt:foobar";;
-ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>	mp11761752-test.txt:foobar' (Errcode: 13 - Permission denied)
-select 1 into outfile "<MYSQLTEST_VARDIR>\tmp\:";;
-ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>	mp:' (Errcode: 13 - Permission denied)
-select 1 into outfile "<MYSQLTEST_VARDIR>\tmp\:foobar";;
-ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>	mp:foobar' (Errcode: 13 - Permission denied)
+select 1 into outfile "<MYSQLTEST_VARDIR>/tmp/11761752-test:foobar";;
+ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>/tmp/11761752-test:foobar' (Errcode: 13 - Permission denied)
+select 1 into outfile "<MYSQLTEST_VARDIR>/tmp/11761752-test.txt:foobar";;
+ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>/tmp/11761752-test.txt:foobar' (Errcode: 13 - Permission denied)
+select 1 into outfile "<MYSQLTEST_VARDIR>/tmp/:";;
+ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>/tmp/:' (Errcode: 13 - Permission denied)
+select 1 into outfile "<MYSQLTEST_VARDIR>/tmp/:foobar";;
+ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>/tmp/:foobar' (Errcode: 13 - Permission denied)
 select 1 into outfile "<MYSQLTEST_VARDIR>/tmp/11761752-test:foobar";;
 ERROR HY000: Can't create/write to file '<MYSQLTEST_VARDIR>/tmp/11761752-test:foobar' (Errcode: 13 - Permission denied)
 select 1 into outfile "<MYSQLTEST_VARDIR>/tmp/11761752-test.txt:foobar";;
@@ -97,14 +97,14 @@
 # with colon in file names.
 # 

How to repeat:
http://pb2.no.oracle.com/?template=mysql_show_test_failure&test_failure_id=&test_output_id...
[28 Dec 2015 14:53] Paul DuBois
Fixed in 5.8.0.

Changes for test suite. No changelog entry needed.
[18 Jun 2016 21:35] Omer Barnir
Posted by developer:
 
Reported version value updated to reflect release name change from 5.8 to 8.0