mirror of https://github.com/ceph/go-ceph
cephfs: re-enabled the skipped test for cephfs
cephfs test was disabled because there was bug in ceph related to ftruncate the ceph bug is resolved, so re-enabling the cephfs test Closes: https://github.com/ceph/go-ceph/issues/439 Signed-off-by: parth-gr <paarora@redhat.com>
This commit is contained in:
parent
4f9322e9f1
commit
882da262a3
|
@ -934,7 +934,6 @@ func TestFileTruncate(t *testing.T) {
|
||||||
})
|
})
|
||||||
|
|
||||||
t.Run("closedFile", func(t *testing.T) {
|
t.Run("closedFile", func(t *testing.T) {
|
||||||
t.Skip("test fails because of a bug(?) in ceph")
|
|
||||||
// "touch" the file
|
// "touch" the file
|
||||||
f1, err := mount.Open(fname, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
|
f1, err := mount.Open(fname, os.O_WRONLY|os.O_CREATE|os.O_TRUNC, 0644)
|
||||||
assert.NoError(t, err)
|
assert.NoError(t, err)
|
||||||
|
|
Loading…
Reference in New Issue