Description
In preparation for switching the default in-memory compaction policy to BASIC, we would like to make sure that once we do the switch all tests will run (and pass!) with the new default policy.
To this end, we remove the NONE configuration setting added to tests in HBASE-17294 and HBASE-17316.
We verified these tests pass with all 3 memory compaction policies.
For each test
(1) if all 3 policies pass the test – we remove the configuration from the test.
(2) if some fail we add tests of all 3 configurations, e.g., by parameterized tests. When needed we update expected results.
One test failure identified a small bug which is also fixed in the patch.
Attachments
Attachments
Issue Links
- links to