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 EB897200BAC for ; Wed, 26 Oct 2016 11:07:30 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EA270160AEE; Wed, 26 Oct 2016 09:07:30 +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 3DFCC160ACA for ; Wed, 26 Oct 2016 11:07:30 +0200 (CEST) Received: (qmail 58425 invoked by uid 500); 26 Oct 2016 09:07:29 -0000 Mailing-List: contact dev-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list dev@flink.apache.org Received: (qmail 58409 invoked by uid 99); 26 Oct 2016 09:07:29 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 26 Oct 2016 09:07:29 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id AD5A21A07A4 for ; Wed, 26 Oct 2016 09:07:28 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.721 X-Spam-Level: X-Spam-Status: No, score=-0.721 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 0MyDUpm3ogCr for ; Wed, 26 Oct 2016 09:07:24 +0000 (UTC) Received: from aibo.runbox.com (aibo.runbox.com [91.220.196.211]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 4EF775FAE0 for ; Wed, 26 Oct 2016 09:07:24 +0000 (UTC) Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by bars.runbox.com with esmtp (Exim 4.71) (envelope-from ) id 1bzKB0-0001i3-UN for dev@flink.apache.org; Wed, 26 Oct 2016 11:07:15 +0200 Received: from nat.sztaki.hu ([195.111.2.2] helo=[10.1.10.7]) by mailfront11.runbox.com with esmtpsa (uid:862662 ) (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.82) id 1bzKAa-0000uI-5w for dev@flink.apache.org; Wed, 26 Oct 2016 11:06:48 +0200 Subject: Re: SVMITSuite Testing To: dev@flink.apache.org References: From: =?UTF-8?Q?G=c3=a1bor_Hermann?= Message-ID: <9ff0550b-ec90-aaa8-26e7-790359335ba5@gaborhermann.com> Date: Wed, 26 Oct 2016 11:06:47 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit archived-at: Wed, 26 Oct 2016 09:07:31 -0000 Hi Jesse, Have you tried running the test in an IDE (e.g. Intellij IDEA)? AFAIK they have support for ScalaTest. When running a Maven build, it seems to skip integration tests (ones marked with "IT") intentionally. I assume it would take much time to run those tests. You can run them by explicitly turning on integration tests: mvn integration-test I haven't find any documentation for this either, but you can inspect the Maven surefire plugin configuration in the pom.xml file [1], that sets what tests to run or exclude. Cheers, Gabor [1] https://github.com/apache/flink/blob/master/pom.xml#L978 On 2016-10-25 20:10, Jesse Bannon wrote: > Hello, > > I am trying to run the SVMITSuite in the Flink-ML library. When I build the > package it seems to skip all tests in SVMITSuite - I'm assuming it's > because there's no ExecutionEnvironment set up to use the DataSet API. > > I can't seem to find any documentation on how to run this either. Any help > would be appreciated. > > Thanks in advanced, > ~ Jesse >