Bug #100972 mysql_load_data_local_dir failed
Submitted: 28 Sep 2020 6:23 Modified: 29 Sep 2020 14:51
Reporter: songlei wang Email Updates:
Status: Can't repeat Impact on me:
None 
Category:MySQL Server Severity:S7 (Test Cases)
Version:8.0.21 OS:Any
Assigned to: CPU Architecture:Any

[28 Sep 2020 6:23] songlei wang
Description:
The case main.mysql_load_data_local_dir failed

How to repeat:
Running the command as follows:
./mysql-test-run.pl  --report-unstable-tests --sanitize --timer --skip-ndb --nounit-tests --ps-protocol --parallel=1 mysql_load_data_local_dir

It will failed at line 45

CURRENT_TEST: main.mysql_load_data_local_dir
mysqltest: At line 45: Command "exec" succeeded, should have failed with error '1'.
[29 Sep 2020 14:51] MySQL Verification Team
Thank you for the bug report. I couldn't repeat with most recent source built:

miguel@tikal:~/dbs/8.0/mysql-test$ ./mysql-test-run.pl  --report-unstable-tests --sanitize --timer --skip-ndb --nounit-tests --ps-protocol --parallel=1 mysql_load_data_local_dir
Logging: ./mysql-test-run.pl  --report-unstable-tests --sanitize --timer --skip-ndb --nounit-tests --ps-protocol --parallel=1 mysql_load_data_local_dir
MySQL Version 8.0.22
Checking supported features
Using 'all' suites
Collecting tests
Removing old var directory
Creating var directory '/home/miguel/dbs/8.0/mysql-test/var'
Installing system database
Using parallel: 1

==============================================================================
                  TEST NAME                       RESULT  TIME (ms) COMMENT
------------------------------------------------------------------------------
[ 33%] main.mysql_load_data_local_dir            [ pass ]   2235
[ 66%] shutdown_report                           [ pass ]
[100%] sanitize_report                           [ pass ]
------------------------------------------------------------------------------
The servers were restarted 0 times
The servers were reinitialized 0 times
Spent 2.235 of 115 seconds executing testcases

Completed: All 3 tests were successful.

miguel@tikal:~/dbs/8.0/mysql-test$