]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/monitoring/iostats_context_test.cc
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / rocksdb / monitoring / iostats_context_test.cc
index 49f6fc0585eadfe2e263abefc22a11ae9035c180..5fce33406a79052ccccb914ea17e616be4ecaeb5 100644 (file)
@@ -4,6 +4,7 @@
 //  (found in the LICENSE.Apache file in the root directory).
 
 #include "rocksdb/iostats_context.h"
+
 #include "test_util/testharness.h"
 
 namespace ROCKSDB_NAMESPACE {
@@ -24,6 +25,7 @@ TEST(IOStatsContextTest, ToString) {
 }  // namespace ROCKSDB_NAMESPACE
 
 int main(int argc, char** argv) {
+  ROCKSDB_NAMESPACE::port::InstallStackTraceHandler();
   ::testing::InitGoogleTest(&argc, argv);
   return RUN_ALL_TESTS();
 }