Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 311CC104BD for ; Mon, 12 Jan 2015 23:01:34 +0000 (UTC) Received: (qmail 84041 invoked by uid 500); 12 Jan 2015 23:01:35 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 83909 invoked by uid 500); 12 Jan 2015 23:01:35 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 83828 invoked by uid 99); 12 Jan 2015 23:01:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Jan 2015 23:01:34 +0000 Date: Mon, 12 Jan 2015 23:01:34 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HBASE-12840) Improve unit test coverage of the HBASE-5162 client pushback mechanism MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Andrew Purtell created HBASE-12840: -------------------------------------- Summary: Improve unit test coverage of the HBASE-5162 client pushback mechanism Key: HBASE-12840 URL: https://issues.apache.org/jira/browse/HBASE-12840 Project: HBase Issue Type: Improvement Reporter: Andrew Purtell Fix For: 2.0.0 Improve the unit test coverage of the HBASE-5162 client pushback mechanism. Currently we have: - TestClientExponentialBackoff: Sanity checking of client backoff policy implementations. - TestClientPushback: An medium test that checks if the response to a submitted put returns region load data and verifies the client tracks the load data correctly. We don't have an end to end test that closes the loop between server feedback and changes in client behavior. -- This message was sent by Atlassian JIRA (v6.3.4#6332)