tests: record AFP create and access timestamp smoke success
All checks were successful
Source release / source-package (push) Successful in 48s

This commit is contained in:
Mario Fetka
2026-05-30 17:42:04 +00:00
parent 34504f1381
commit fc7f099494
2 changed files with 34 additions and 2 deletions

View File

@@ -858,6 +858,10 @@ changing the timestamp. The AFP file-information record exposes the Access
Date at offset 22; no AFP-specific xattr is added for this NetWare-semantic
timestamp.
Runtime status: the Access Date/Time smoke run is verified with `failures=0`.
The report showed `bitmap=0x0400`, `access=0x576e`, and no AFP-only xattr for
this timestamp after setting epoch `1700000000`.
### AFP Create Date/Time smoke
`afp_set_file_info_smoke` supports the WebSDK Create Date/Time request bitmap
@@ -876,3 +880,8 @@ AFP file-information record exposes the Create Date at offset 20; the matching
Create Time is still persisted in the shared NetWare file-info metadata so
classic NetWare file-info paths can return it. No AFP-specific xattr is added
for this NetWare-semantic timestamp.
Runtime status: the Create Date/Time smoke run is verified with `failures=0`.
The report showed `bitmap=0x0800`, `create=0x576e`, and the backing xattr
`user.org.mars-nwe.netware.fileinfo=0x01036e57aab90000000000000000` after
setting epoch `1700000000`.