-
Notifications
You must be signed in to change notification settings - Fork 4
Description
i am getting following error.
can you advise please.
PASS: open - opening existent file should return an error when O_DIRECTORY is used (256 passed, 0 failed)
FAIL: open - opening existent file should return an error when O_EXCL|O_CREAT is used (256 passed, 256 failed)
PASS: open - opening existent file should be unspecified when O_RDONLY|O_EXCL (192 passed, 0 failed)
PASS: open - opening existent file should be unspecified when O_DIRECTORY|O_CREAT is used (256 passed, 0 failed)
PASS: open - opening existent file should be unspecified when O_EXCL is used and O_CREAT is not specified (256 passed, 0 failed)
PASS: open - opening symbolic link should succeed (336 passed, 0 failed)
PASS: open - permission mode should not be changed when opening symbolic link (336 passed, 0 failed)
PASS: open - opening symbolic link should be unspecified when O_RDONLY|O_TRUNC is used (80 passed, 0 failed)
PASS: open - opening symbolic link should return an error when O_DIRECTORY is used (256 passed, 0 failed)
PASS: open - opening symbolic link should return an error when O_NOFOLLOW is used (224 passed, 0 failed)
FAIL: open - opening symbolic link should return an error when O_EXCL|O_CREAT is used (256 passed, 256 failed)
PASS: open - opening symbolic link should be unspecified when O_RDONLY|O_EXCL (224 passed, 0 failed)
PASS: open - opening symbolic link should be unspecified when O_DIRECTORY|O_CREAT is used (256 passed, 0 failed)
PASS: open - opening symbolic link should be unspecified when O_EXCL is used and O_CREAT is not specified (384 passed, 0 failed)
TIME: 5.302064s
*** Verify POSIX API chmod() on NFSv3
TEST: Running test 'chmod'
DBG2: 05:27:48.976426 - Creating file [/mnt/t/nfstest_posix_20251119_052726_f_066] 65536@0
PASS: chmod - 4096 file permission mode changes succeeded
PASS: chmod - file st_ctime should be updated
DBG3: 05:27:54.474997 - Creating directory [/mnt/t/nfstest_posix_20251119_052726_d_021]
PASS: chmod - 4096 directory permission mode changes succeeded
PASS: chmod - directory st_ctime should be updated
TIME: 10.998876s
DBG2: 05:28:00.134109 - Unmount volume: umount -f /mnt/t
461 tests (459 passed, 2 failed)