go-ceph/rados
John Mulligan 5985d410ce rados: merge test case into standard tests file, removing luminous tag
We no longer support ceph luminous, and have not for a while. This
test case was kept separately from the others because it didn't function
correctly when tested against luminous clusters. As part of the effort
to remove the unsupported build tags, there's no longer even a reason
to keep this as it's own file with the tags removed, so merge it
together.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2021-11-09 01:24:01 +00:00
..
command.go rados: add MonCommandTarget & MonCommandTargetWithInputBuffer functions 2020-05-27 13:38:07 -04:00
command_test.go rados: merge test case into standard tests file, removing luminous tag 2021-11-09 01:24:01 +00:00
conn.go rados: naming conventions: disable revive naming check on old struct 2021-09-13 15:13:53 +00:00
doc.go
errors.go rados: add an error to be used if data is requested too early 2021-01-12 14:47:30 +00:00
errors_test.go rados: use FormatErrorCode for formatting rados errors 2020-08-10 13:03:24 -04:00
ioctx.go rados: naming conventions: disable revive naming check on old struct 2021-09-13 15:13:53 +00:00
ioctx_nautilus.go format: run gofmt on all files 2021-10-04 18:58:35 +00:00
ioctx_nautilus_test.go format: run gofmt on all files 2021-10-04 18:58:35 +00:00
ioctx_octopus.go format: run gofmt on all files 2021-10-04 18:58:35 +00:00
ioctx_octopus_test.go format: run gofmt on all files 2021-10-04 18:58:35 +00:00
object_iter.go rados: naming conventions: fix c_entry, c_namespace 2021-06-28 13:51:01 -04:00
omap.go rados: remove pointer arithmetic on C-buffers 2021-05-03 16:20:34 +00:00
operation.go rados: add withRefs type 2021-01-12 14:47:30 +00:00
operation_flags.go rados: add a file to expose librados operation flags to our rados pkg 2021-01-12 14:47:30 +00:00
operation_test.go rados: add test cases for basic operation types 2021-01-12 14:47:30 +00:00
rados.go rados: naming conventions: fix c_cluster_name, c_name 2021-06-28 13:51:01 -04:00
rados_nautilus.go format: run gofmt on all files 2021-10-04 18:58:35 +00:00
rados_test.go rados: remove unused constant 2021-09-16 13:47:56 +00:00
read_op.go rados: add AssertExists function to ReadOp 2021-01-12 14:47:30 +00:00
read_op_test.go rados: remove errcheck linter warnings 2021-09-16 13:47:56 +00:00
snapshot.go rados: add wrapper for rados_ioctx_snap_set_read() function 2020-08-04 11:07:40 -04:00
snapshot_test.go rados: remove gosimple linter warnings 2021-09-16 13:47:56 +00:00
write_op.go rados: remove pointer arithmetic on C-buffers 2021-05-03 16:20:34 +00:00
write_op_test.go rados: remove errcheck linter warnings 2021-09-16 13:47:56 +00:00
write_step.go rados: add Write, WriteFull, and WriteSame WriteOp functions 2021-01-12 14:47:30 +00:00