ceph/qa/workunits/libcephfs/test.sh
John Spray 268a471632 test: break out librados-using cephfs test
We are seeing an issue due to the lockdep symbols
in libcephfs and librados clashing, which shows itself
after a fork in the flock tests.  We can avoid this
by splitting the libcephfs tests that require librados
(access.cc) into their own compilation unit so that
the flock tests can run in a libcephfs-only process.

Fixes: http://tracker.ceph.com/issues/16556
Signed-off-by: John Spray <john.spray@redhat.com>
2016-07-27 12:18:50 +01:00

7 lines
69 B
Bash
Executable File

#!/bin/sh -e
ceph_test_libcephfs
ceph_test_libcephfs_access
exit 0