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 9F55B200D35 for ; Tue, 7 Nov 2017 20:15:10 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 9DD82160BED; Tue, 7 Nov 2017 19:15:10 +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 E19D7160BEB for ; Tue, 7 Nov 2017 20:15:09 +0100 (CET) Received: (qmail 6321 invoked by uid 500); 7 Nov 2017 19:15:09 -0000 Mailing-List: contact notifications-help@asterixdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@asterixdb.apache.org Delivered-To: mailing list notifications@asterixdb.apache.org Received: (qmail 6312 invoked by uid 99); 7 Nov 2017 19:15:09 -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; Tue, 07 Nov 2017 19:15:09 +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 59C00C3E9D for ; Tue, 7 Nov 2017 19:15:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.126 X-Spam-Level: ** X-Spam-Status: No, score=2.126 tagged_above=-999 required=6.31 tests=[MISSING_HEADERS=1.207, SPF_FAIL=0.919] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id M_31Xbwcj5A3 for ; Tue, 7 Nov 2017 19:15:06 +0000 (UTC) Received: from vitalstatistix.ics.uci.edu (vitalstatistix.ics.uci.edu [128.195.52.38]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id B053962625 for ; Tue, 7 Nov 2017 19:15:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vitalstatistix.ics.uci.edu (Postfix) with ESMTP id 46687100B5E; Tue, 7 Nov 2017 11:15:05 -0800 (PST) Date: Tue, 7 Nov 2017 11:15:05 -0800 From: "Steven Jacobs (Code Review)" CC: Jenkins , Ildar Absalyamov , abdullah alamoudi , Xikui Wang Reply-To: sjaco002@ucr.edu X-Gerrit-MessageType: comment Subject: Change in asterixdb-bad[master]: Added parameterized procedures X-Gerrit-Change-Id: I999879b1cae0de179a1d3c232fa940228979f4fe X-Gerrit-ChangeURL: X-Gerrit-Commit: 6a81ebb467d60a463ae38df75cbb458ea1b8bf89 In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Content-Disposition: inline User-Agent: Gerrit/2.12.7 Message-Id: <20171107191505.46687100B5E@vitalstatistix.ics.uci.edu> archived-at: Tue, 07 Nov 2017 19:15:10 -0000 Steven Jacobs has posted comments on this change. Change subject: Added parameterized procedures ...................................................................... Patch Set 9: (2 comments) https://asterix-gerrit.ics.uci.edu/#/c/2046/9/asterix-bad/src/test/java/org/apache/asterix/bad/test/BADAsterixHyracksIntegrationUtil.java File asterix-bad/src/test/java/org/apache/asterix/bad/test/BADAsterixHyracksIntegrationUtil.java: Line 52: "/Users/stevenjacobs/asterix/asertixdb/asterixdb/asterix-opt/asterix-bad/src/main/resources/asterix-build-configuration.xml"); > Change this. Done https://asterix-gerrit.ics.uci.edu/#/c/2046/9/asterix-bad/src/test/resources/runtimets/queries/channel/ten_minute_channel/ten_minute_channel.4.sleep.sqlpp File asterix-bad/src/test/resources/runtimets/queries/channel/ten_minute_channel/ten_minute_channel.4.sleep.sqlpp: Line 25: 630000 > Is this because the query is evaluated at the end of the time interval? Yes, the idea is basically "After X seconds, the channel should have executed Y times, producing Y results" -- To view, visit https://asterix-gerrit.ics.uci.edu/2046 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: I999879b1cae0de179a1d3c232fa940228979f4fe Gerrit-PatchSet: 9 Gerrit-Project: asterixdb-bad Gerrit-Branch: master Gerrit-Owner: Steven Jacobs Gerrit-Reviewer: Ildar Absalyamov Gerrit-Reviewer: Jenkins Gerrit-Reviewer: Steven Jacobs Gerrit-Reviewer: Xikui Wang Gerrit-Reviewer: abdullah alamoudi Gerrit-HasComments: Yes