sarveshtamba commented on issue #2127: Fix for CompactTest failure URL: https://github.com/apache/couchdb/pull/2127#issuecomment-524810405 Hi @iilyak , Thanks for the update. I observed that the `final_data_size` always remained greater than `deleted_data_size` even after compaction, and eventually the test failed after timeout. Also I saw that the following check tests the `deleted_data_size` after deletion is greater that `orig_data_size`, so related that `final_data_size` after compaction would be greater than deleted_data_size. ```https://github.com/apache/couchdb/blob/master/test/elixir/test/compact_test.exs#L31``` Was not aware that we cannot detect compaction completion reliably. Please let me know me if this is incorrect.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
