summaryrefslogtreecommitdiffstats
path: root/src/test/test_cfuse_cache_invalidate.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename "include/assert.h"Brad Hubbard2018-09-141-1/+1
| | | | | | | | | This conflicts with the system assert.h so rename and change includes to reflect the new name. Fixes: http://tracker.ceph.com/issues/35682 Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
* test: Use ceph_assert for asserts.Adam C. Emerson2018-08-271-4/+5
| | | | Signed-off-by: Adam C. Emerson <aemerson@redhat.com>
* test_cfuse_cache_invalidate: check for errorsSage Weil2012-10-091-1/+9
| | | | | | | CID 731941 (#1 of 2): Argument cannot be negative (NEGATIVE_RETURNS) At (6): "fd" is passed to a parameter that cannot be negative. Signed-off-by: Sage Weil <sage@inktank.com>
* test_cfuse_cache_invalidate: zero bufferSage Weil2012-10-091-0/+1
| | | | | | | CID 731943 (#1 of 1): Uninitialized scalar variable (UNINIT) At (5): Using uninitialized element of array "buf" when calling "pwrite(int, void const *, size_t, __off64_t)". Signed-off-by: Sage Weil <sage@inktank.com>
* ceph-fuse: Test for fuse cache issue (#2215)Sam Lang2012-10-031-0/+44
Signed-off-by: Sam Lang <sam.lang@inktank.com>