[ https://issues.apache.org/jira/browse/HBASE-17575?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15858471#comment-15858471 ]
Hudson commented on HBASE-17575: -------------------------------- FAILURE: Integrated in Jenkins build HBase-Trunk_matrix #2468 (See [https://builds.apache.org/job/HBase-Trunk_matrix/2468/]) HBASE-17575: Run critical tests with each of the Inmemory Compaction (stack: rev edbf2bb8dea3e745993079d8ed37073d21b1b419) * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestPerColumnFamilyFlush.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/backup/TestHFileArchiving.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/AbstractTestLogRolling.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestIOFencing.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/wal/TestAsyncLogRolling.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/snapshot/TestFlushSnapshotFromClient.java * (edit) hbase-it/src/test/java/org/apache/hadoop/hbase/IntegrationTestAcidGuarantees.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSnapshotFromClient.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/master/procedure/TestMasterProcedureSchedulerConcurrency.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestSnapshotCloneIndependence.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestMajorCompaction.java * (edit) hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/MemStoreSegmentsIterator.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestCompaction.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestRecoveredEdits.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/TestAcidGuarantees.java * (edit) hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestMobSnapshotFromClient.java > Run critical tests with each of the Inmemory Compaction Policies enabled > (Towards Making BASIC the Default In-Memory Compaction Policy) > --------------------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-17575 > URL: https://issues.apache.org/jira/browse/HBASE-17575 > Project: HBase > Issue Type: Sub-task > Components: test > Reporter: Eshcar Hillel > Assignee: Eshcar Hillel > Fix For: 2.0.0 > > Attachments: HBASE-17575-V01.patch, HBASE-17575-V01.patch, > HBASE-17575-V02.patch > > > 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. -- This message was sent by Atlassian JIRA (v6.3.15#6346)