diff options
author | Matt Benjamin <mbenjamin@redhat.com> | 2021-01-05 22:08:02 +0100 |
---|---|---|
committer | Matt Benjamin <mbenjamin@redhat.com> | 2021-01-25 22:46:25 +0100 |
commit | e6d54e7d7914a68fe0311b14202b25ec1a97b708 (patch) | |
tree | 7d4f895b13f388a90415ea472cc70e71da8caf85 /src/test/librgw_file_aw.cc | |
parent | qa/rgw: librgw workunit creates a test user (diff) | |
download | ceph-e6d54e7d7914a68fe0311b14202b25ec1a97b708.tar.xz ceph-e6d54e7d7914a68fe0311b14202b25ec1a97b708.zip |
rgw_file: add librgw unit test arguments
Also adjust some unit test files to avoid trivial failures.
Fixes missing commit after rgw_write(), as well as conditional
cleanup.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
Diffstat (limited to 'src/test/librgw_file_aw.cc')
-rw-r--r-- | src/test/librgw_file_aw.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/librgw_file_aw.cc b/src/test/librgw_file_aw.cc index fc494fe5a00..1dfe9f1d1a8 100644 --- a/src/test/librgw_file_aw.cc +++ b/src/test/librgw_file_aw.cc @@ -47,7 +47,7 @@ namespace { bool do_verify = false; bool do_hexdump = false; - string bucket_name = "sorry_dave"; + string bucket_name = "sorrydave"; string object_name = "jocaml"; struct rgw_file_handle *bucket_fh = nullptr; |