summaryrefslogtreecommitdiffstats
path: root/src/test/libcephfs/newops.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test/libcephfs: use CEPHFS_E* errorsLucian Petrut2022-11-101-6/+7
| | | | | | | | | The cephfs client now uses CEPHFS_E errors (based on Linux) instead of the platform specific errno values. This change updates the libcephfs tests accordingly. Signed-off-by: Lucian Petrut <lpetrut@cloudbasesolutions.com>
* test/libcephfs: add newops test caseXiubo Li2022-08-161-0/+86
Fixes: https://tracker.ceph.com/issues/56529 Signed-off-by: Xiubo Li <xiubli@redhat.com>