]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/tests: emit success message in unittest-seastar-alienstore-thread-pool 69268/head
authorRonen Friedman <rfriedma@redhat.com>
Wed, 3 Jun 2026 14:17:46 +0000 (14:17 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Wed, 3 Jun 2026 14:17:46 +0000 (14:17 +0000)
... avoiding the need to guess the results.

Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/test/crimson/test_alienstore_thread_pool.cc

index 72c3a4e20cdca98a06e1212e4c6cab0844ad2978..655afbda4150bea6d1025a179b18a95280092ef2 100644 (file)
@@ -61,6 +61,8 @@ int main(int argc, char** argv)
           return tp->stop();
         });
       });
+    }).then([] {
+      std::cout << "All tests succeeded" << std::endl;
     }).finally([] {
       return crimson::common::sharded_conf().stop();
     }).handle_exception([](auto e) {