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 74C33200D39 for ; Sat, 28 Oct 2017 03:06:08 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 73558160BF4; Sat, 28 Oct 2017 01:06:08 +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 B5449160BF2 for ; Sat, 28 Oct 2017 03:06:07 +0200 (CEST) Received: (qmail 83706 invoked by uid 500); 28 Oct 2017 01:06:06 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 83695 invoked by uid 99); 28 Oct 2017 01:06:06 -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; Sat, 28 Oct 2017 01:06:06 +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 F421CC48B0 for ; Sat, 28 Oct 2017 01:06:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] 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 4Lzghigd9HPf for ; Sat, 28 Oct 2017 01:06:05 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id AEF465FD72 for ; Sat, 28 Oct 2017 01:06:04 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 5B2E8E099A for ; Sat, 28 Oct 2017 01:06:04 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id DF2BE2130B for ; Sat, 28 Oct 2017 01:06:00 +0000 (UTC) Date: Sat, 28 Oct 2017 01:06:00 +0000 (UTC) From: "Tibor Digana (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (SUREFIRE-1235) generic/consolidated rapid test execution support needed MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 28 Oct 2017 01:06:08 -0000 [ https://issues.apache.org/jira/browse/SUREFIRE-1235?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tibor Digana closed SUREFIRE-1235. ---------------------------------- Resolution: Not A Bug JDK8 issue, see https://netbeans.org/bugzilla/show_bug.cgi?id=238543#c27 > generic/consolidated rapid test execution support needed > -------------------------------------------------------- > > Key: SUREFIRE-1235 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1235 > Project: Maven Surefire > Issue Type: Wish > Affects Versions: 2.19.1 > Reporter: Mark > Assignee: Tibor Digana > > Many IDEs have seemingly implemented their own rapid test unit execution infrastracture. Netbeans is still lacking, and I think for good reason. > https://netbeans.org/bugzilla/show_bug.cgi?id=238543 > Instead of every IDE running its own rapid test execution infrastructure, I'd prefer maven, in particular the surefire plugin, to provide some solution to the problem. > My proposal: do you know "mvn jetty:run"? It starts a jetty server and can be configured to scan the class path for changes. And it reloads when it detects them. Wouldnt that be a nice solution for surefire to provide rapid test execution? ie. provide some long running (non-terminating) mode where a) IDEs can trigger single test executions and b) it scans/listens to class path changes in order to re-run tests (optional). -- This message was sent by Atlassian JIRA (v6.4.14#64029)