Return-Path: X-Original-To: apmail-drill-issues-archive@minotaur.apache.org Delivered-To: apmail-drill-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E49617478 for ; Wed, 1 Apr 2015 15:41:53 +0000 (UTC) Received: (qmail 27804 invoked by uid 500); 1 Apr 2015 15:41:53 -0000 Delivered-To: apmail-drill-issues-archive@drill.apache.org Received: (qmail 27755 invoked by uid 500); 1 Apr 2015 15:41:53 -0000 Mailing-List: contact issues-help@drill.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@drill.apache.org Delivered-To: mailing list issues@drill.apache.org Received: (qmail 27619 invoked by uid 99); 1 Apr 2015 15:41:53 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2015 15:41:53 +0000 Date: Wed, 1 Apr 2015 15:41:53 +0000 (UTC) From: "Chris Westin (JIRA)" To: issues@drill.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DRILL-2525) The Drill Web UI needs to be reimplemented in terms of a public client MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DRILL-2525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Westin updated DRILL-2525: -------------------------------- Fix Version/s: 1.0.0 > The Drill Web UI needs to be reimplemented in terms of a public client > ---------------------------------------------------------------------- > > Key: DRILL-2525 > URL: https://issues.apache.org/jira/browse/DRILL-2525 > Project: Apache Drill > Issue Type: Bug > Components: Execution - Flow > Affects Versions: 0.8.0 > Reporter: Chris Westin > Assignee: Chris Westin > Fix For: 1.0.0 > > > The Web UI uses features that can't be readily tested because they depend on internal classes and data structures. We should instead implement it in terms of a public client, such as DrillClient. Then we can unit test the features that the Web UI uses, and avoid issues like DRILL-2520. > This may require adding features to DrillClient itself, since the Web UI implementation cheats by looking directly into implementation classes. -- This message was sent by Atlassian JIRA (v6.3.4#6332)