Return-Path: X-Original-To: apmail-optiq-dev-archive@minotaur.apache.org Delivered-To: apmail-optiq-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7CFDA11F65 for ; Wed, 24 Sep 2014 17:56:25 +0000 (UTC) Received: (qmail 11247 invoked by uid 500); 24 Sep 2014 17:56:25 -0000 Delivered-To: apmail-optiq-dev-archive@optiq.apache.org Received: (qmail 11211 invoked by uid 500); 24 Sep 2014 17:56:25 -0000 Mailing-List: contact dev-help@optiq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@optiq.incubator.apache.org Delivered-To: mailing list dev@optiq.incubator.apache.org Received: (qmail 11199 invoked by uid 99); 24 Sep 2014 17:56:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 17:56:24 +0000 X-ASF-Spam-Status: No, hits=1.7 required=5.0 tests=FREEMAIL_ENVFROM_END_DIGIT,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yash360@gmail.com designates 209.85.215.51 as permitted sender) Received: from [209.85.215.51] (HELO mail-la0-f51.google.com) (209.85.215.51) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Sep 2014 17:55:58 +0000 Received: by mail-la0-f51.google.com with SMTP id pv20so1582462lab.38 for ; Wed, 24 Sep 2014 10:55:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=SEaeXOEd2RtlhuoIk8/QoftmFq8XZXJNyCTXljI5eew=; b=MKBCkyOHi6sm1HhQezfbkhXbfJq9hCL0drRriNQ2t7ULYwNteLMDzu1NsySKJ0BlNE XL9zkJUqaK1QATFOrt5wFubW/5AgXUG7U6vpW2aXHqEKiMfq9qWgtSDhA98JXXrya2eq UjkPdL2A92eut2UvrU8Tt8+vrK7P4PeY+wWHlx6VwMVZvg+AthsHIM7pQQnFdkUZcdCP fH6D+t/cWrItJtws+1WTx4OaOsQ3c4dgJfexaWKYVLMTFL5o+ljsPiAu1YZiA6onySam k8bs2hQL6dpPg9f11jPyex/ASgNeruTDze5VVyaoDY9LWmFGKy3gFYK+Axcpf4pAXO4j ogiw== X-Received: by 10.152.29.100 with SMTP id j4mr7812922lah.47.1411581358115; Wed, 24 Sep 2014 10:55:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.25.165.207 with HTTP; Wed, 24 Sep 2014 10:55:18 -0700 (PDT) In-Reply-To: References: <35B65C9E-9DC0-41EC-93B9-8C35294BE27F@hydromatic.net> From: Yash Sharma Date: Wed, 24 Sep 2014 23:25:18 +0530 Message-ID: Subject: Re: Adding new drill functions to optiq syntax To: dev@optiq.incubator.apache.org Content-Type: multipart/alternative; boundary=089e0158c8506c11970503d3654c X-Virus-Checked: Checked by ClamAV on apache.org --089e0158c8506c11970503d3654c Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Done. Will also check from my end if I get any clues. Thanks On Wed, Sep 24, 2014 at 11:05 PM, Julian Hyde wrote: > I don=E2=80=99t know why. I even get failures when I run > > mvn test -Dtest=3DOptiqSqlOperatorTest > > But OptiqSqlOperatorTest succeeds as part of the whole suite, or when I > run it from Intellij. Frankly I don=E2=80=99t run individual tests from t= he command > line =E2=80=94 I run things from intellij. I only run the whole suite fro= m the > command line. > > Can you log a jira case please? > > Julian > > > On Sep 24, 2014, at 2:43 AM, Yash Sharma wrote: > > > Hey Julian, > > Even this fails. Its somehow not able to pick the test cases- > > mvn test -Dtest=3DOptiqSqlOperatorTest#testStddevPopFunc > > Tests run: 0, Failures: 0, Errors: 0, Skipped: 0 > > > > It works with the failNoTests flag set to false. > > > > Thanks > > > > On Wed, Sep 24, 2014 at 12:49 AM, Julian Hyde > wrote: > > > >> On Sep 23, 2014, at 3:17 AM, Yash Sharma wrote: > >> > >>> I am not able to run the test case. > >>> I am using: > >>> $mvn test -Dtest=3DSqlOperatorBaseTest#testStddevPopFunc > >>> It is not able to recognize the test cases. > >>> Works fine with -DfailIfNoTests=3Dflase flag. > >> > >> SqlOperatorBaseTest is abstract. Try with a concrete sub-class, e.g. > >> > >> $ mvn test -DfailIfNoTests=3Dfalse > >> -Dtest=3DOptiqSqlOperatorTest#testStddevPopFunc > >> > >> Julian > >> > >> > > --089e0158c8506c11970503d3654c--