We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e8406 commit 5935a0fCopy full SHA for 5935a0f
src/test/objectstore/test_deferred.cc
@@ -153,7 +153,7 @@ void create_deferred_and_terminate() {
153
lgeneric_dout(g_ceph_context, 0) << "completed id=" << o << dendl;
154
cout << "completed id=" << o << std::endl;
155
if (++deferred_counter == object_count) {
156
- exit(0);
+ _exit(0);
157
}
158
}));
159
r = store->queue_transaction(ch, std::move(t));
0 commit comments