]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
test/crimson: use seastar::make_ready_future()
authorKefu Chai <kchai@redhat.com>
Thu, 10 Sep 2020 02:58:40 +0000 (10:58 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 10 Sep 2020 03:53:43 +0000 (11:53 +0800)
commit457fe7202f97f393b5efd26e53eaa2aa4a1d162d
tree6e0e739936792e3e0b4e2b0666d7b82170a7261f
parente5b9b08cc4e8834182a577e048c0343176469eb4
test/crimson: use seastar::make_ready_future()

instead of seastar::now(). as seastar::now() was moved into
seastar/util/laster.hh.

this change is a leftover of aa28b51f3c5434253c1788927100fb0b6e41bdbb

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/crimson/test_config.cc