diff options
author | Jason Dillaman <dillaman@redhat.com> | 2020-05-06 01:35:58 +0200 |
---|---|---|
committer | Jason Dillaman <dillaman@redhat.com> | 2020-05-14 17:56:45 +0200 |
commit | 5687d923e318d05c0006ac99789716dfcd99ee6e (patch) | |
tree | 21580bab54e6dfacb0a5ab545e2d419ebf5c6767 /src/test/librbd/journal | |
parent | librbd: complete ImageDispatchSpec upon AioCompletion finalization (diff) | |
download | ceph-5687d923e318d05c0006ac99789716dfcd99ee6e.tar.xz ceph-5687d923e318d05c0006ac99789716dfcd99ee6e.zip |
librbd: temporarily redirect ImageRequestWQ IO through ImageDispatcher
The next series of commits will work to remove ImageRequestWQ from librbd.
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'src/test/librbd/journal')
-rw-r--r-- | src/test/librbd/journal/test_Replay.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/librbd/journal/test_Replay.cc b/src/test/librbd/journal/test_Replay.cc index 535198e3a7c..1fa86eea492 100644 --- a/src/test/librbd/journal/test_Replay.cc +++ b/src/test/librbd/journal/test_Replay.cc @@ -865,7 +865,6 @@ TEST_F(TestJournalReplay, ObjectPosition) { *ictx, librbd::io::IMAGE_DISPATCH_LAYER_INTERNAL_START, aio_comp, librbd::io::FLUSH_SOURCE_INTERNAL, {}); req->send(); - delete req; ASSERT_EQ(0, flush_ctx.wait()); // check the commit position updated |