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 402421e commit db3a673Copy full SHA for db3a673
tests/functional/compact_functional_test.cc
@@ -350,6 +350,8 @@ void compaction_delete_old_test()
350
TEST_CHK(status == FDB_RESULT_SUCCESS);
351
352
// free all resources
353
+ fdb_kvs_close(db);
354
+ fdb_close(dbfile);
355
fdb_shutdown();
356
357
memleak_end();
@@ -530,6 +532,8 @@ void compact_rename_to_original_test()
530
532
531
533
534
535
536
537
538
539
0 commit comments