netatalk icon indicating copy to clipboard operation
netatalk copied to clipboard

testsuite: A handful of regular tests failing with mysql backend

Open rdmark opened this issue 8 months ago • 0 comments

Apart from the APPL/Icon failure described elsewhere, these three tests are reporting failures with the mysql CNID backend.

  • FPSetDirParms:test107: test dir
  • FPCopyFile:test407: copy file between two volumes
  • FPCopyFile:test408: copyFile check meta data, two volumes

test107 log

afp_spectest -h 127.0.0.1 -p 548 -u atalk1 -d atalk2 -w afpafp -s test1 -S test2 -f test107 -v
Connecting to host 127.0.0.1:548
[FPopenLoginExt] LoginExt Version: "AFP3.4" uam: "Cleartxt Passwrd" user: "atalk1"
[FPopenLoginExt] LoginExt Version: "AFP3.4" uam: "Cleartxt Passwrd" user: "atalk2"
[FPOpenVolFull] Open Vol test1 bitmap 21
############## entering test107 ##############
	>>>>>>>> Create no access folder <<<<<<<<<< 
[FPOpenVolFull] Open Vol test1 bitmap 21
[FPGetUserInfo] Get Default User Info id 0 (get User ID)
[FPGetUserInfo] Get Default User Info id 0 (get User ID)
[FPCreateDir] Create Directory Vol 256 did : 0x2 <t107 no access>
directory ID 0x326
[FPGetFileDirParams] GetFileDirParams Vol 256 did : 0x326 <>
[FPSetDirParms] Set DirParam 0x326  bitmap 0x1000
[FPGetFileDirParams] GetFileDirParams Vol 256 did : 0x2 <t107 no access>
[FPCreateDir] Create Directory Vol 256 did : 0x326 <t107 no access>
header.dsi_code       -5000	AFPERR_ACCESS  
[FPCloseVol] Close Vol 256
	>>>>>>>> done <<<<<<<<<< 
[FPOpenVolFull] Open Vol test1 bitmap 21
[FPCreateDir] Create Directory Vol 256 did : 0x2 <t107 test dir>
directory ID 0x327
[FPGetFileDirParams] GetFileDirParams Vol 256 did : 0x2 <t107 test dir>
[FPGetFileDirParams] GetFileDirParams Vol 256 did : 0x2 <t107 test dir>
[FPSetDirParms] Set DirParam 0x2 t107 test dir bitmap 0x1c00
[FPGetFileDirParams] GetFileDirParams Vol 256 did : 0x2 <t107 no access>
[FPSetDirParms] Set DirParam 0x2 t107 no access bitmap 0x1c00
[FPGetFileDirParams] GetFileDirParams Vol 256 did : 0x2 <>
[FPSetDirParms] Set DirParam 0x2  bitmap 0x1c00
header.dsi_code       -5019	AFPERR_PARAM   
MAC RESULT: -5000 AFPERR_ACCESS  
	FAILED
[FPSetDirParms] Set DirParam 0x2  bitmap 0x1c00
header.dsi_code       -5019	AFPERR_PARAM   
MAC RESULT: -5000 AFPERR_ACCESS  
	FAILED
[FPDelete] FPDelete conn 0xaaaad4b7e8b0 Vol 256 did : 0x2 <t107 test dir>
[FPCloseVol] Close Vol 256
	>>>>>>>> Delete folder <<<<<<<<<< 
[FPOpenVolFull] Open Vol test1 bitmap 21
[FPGetFileDirParams] GetFileDirParams Vol 256 did : 0x2 <t107 no access>
[FPSetDirParms] Set DirParam 0x2 t107 no access bitmap 0x1000
[FPDelete] FPDelete conn 0xaaaad4b7e8b0 Vol 256 did : 0x2 <t107 no access>
[FPCloseVol] Close Vol 256
	>>>>>>>> done <<<<<<<<<< 
FPSetDirParms:test107: test dir - FAILED
[FPCloseVol] Close Vol 256
[FPLogOut] Logout
[FPLogOut] Logout

The other two fail like this

afp_spectest -h 127.0.0.1 -p 548 -u atalk1 -d atalk2 -w afpafp -s test1 -S test2 -f test407 -v
Connecting to host 127.0.0.1:548
[FPopenLoginExt] LoginExt Version: "AFP3.4" uam: "Cleartxt Passwrd" user: "atalk1"
[FPopenLoginExt] LoginExt Version: "AFP3.4" uam: "Cleartxt Passwrd" user: "atalk2"
[FPOpenVolFull] Open Vol test1 bitmap 21
############## entering test407 ##############
[FPOpenVolFull] Open Vol test2 bitmap 21
header.dsi_code       -5018	AFPERR_NOOBJ   
	NOT TESTED
FPCopyFile:test407: copy file between two volumes - NOT TESTED
[FPCloseVol] Close Vol 256
[FPLogOut] Logout
[FPLogOut] Logout

rdmark avatar Apr 19 '25 09:04 rdmark