[MDEV-14724] main.auth_named_pipe failed in buildbot with system error: 2 "No such file or directory" Created: 2017-12-20  Updated: 2023-11-29  Resolved: 2023-11-29

Status: Closed
Project: MariaDB Server
Component/s: Tests
Affects Version/s: 10.1
Fix Version/s: N/A

Type: Bug Priority: Major
Reporter: Elena Stepanova Assignee: Unassigned
Resolution: Won't Fix Votes: 0
Labels: None


 Description   

http://buildbot.askmonty.org/buildbot/builders/winx64-debug/builds/6394/steps/test/logs/stdio

main.auth_named_pipe                     w4 [ fail ]
        Test ended at 2017-12-09 13:20:41
 
CURRENT_TEST: main.auth_named_pipe
mysqltest: At line 20: query 'connect pipe_con,localhost,nosuchuser,,,,,PIPE' failed with wrong errno 2013: 'Lost connection to MySQL server at 'reading authorization packet', system error: 2 "No such file or directory"', instead of 1698...
 
The result from queries just before the failure was:
INSTALL SONAME 'auth_named_pipe';
CREATE USER 'USERNAME' IDENTIFIED WITH named_pipe;
SELECT USER(),CURRENT_USER();
USER()	CURRENT_USER()
USERNAME@localhost	USERNAME@%
DROP USER 'USERNAME';
CREATE USER nosuchuser IDENTIFIED WITH named_pipe;


Generated at Thu Feb 08 08:15:47 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.