Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E576B200C13 for ; Mon, 6 Feb 2017 13:59:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E4136160B53; Mon, 6 Feb 2017 12:59:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 37E46160B49 for ; Mon, 6 Feb 2017 13:59:46 +0100 (CET) Received: (qmail 42904 invoked by uid 500); 6 Feb 2017 12:59:45 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 42893 invoked by uid 99); 6 Feb 2017 12:59:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Feb 2017 12:59:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id B0B03C20DB for ; Mon, 6 Feb 2017 12:59:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id kGTFFas9V0eY for ; Mon, 6 Feb 2017 12:59:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 855835FC25 for ; Mon, 6 Feb 2017 12:59:43 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 78A7BE042C for ; Mon, 6 Feb 2017 12:59:42 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DF0B925290 for ; Mon, 6 Feb 2017 12:59:41 +0000 (UTC) Date: Mon, 6 Feb 2017 12:59:41 +0000 (UTC) From: "Eshcar Hillel (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-17575) Run critical tests with each of the Inmemory Compaction Policies enabled (Towards Making BASIC the Default In-Memory Compaction Policy) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 06 Feb 2017 12:59:47 -0000 [ https://issues.apache.org/jira/browse/HBASE-17575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eshcar Hillel updated HBASE-17575: ---------------------------------- Attachment: HBASE-17575-V02.patch > 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)