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 47EFD200D0C for ; Wed, 20 Sep 2017 17:12:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 46CEB1609E2; Wed, 20 Sep 2017 15:12:14 +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 85B281609E1 for ; Wed, 20 Sep 2017 17:12:13 +0200 (CEST) Received: (qmail 62521 invoked by uid 500); 20 Sep 2017 15:12:10 -0000 Mailing-List: contact issues-help@jmeter.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@jmeter.apache.org Delivered-To: mailing list issues@jmeter.apache.org Received: (qmail 62334 invoked by uid 99); 20 Sep 2017 15:12:10 -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, 20 Sep 2017 15:12:10 +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 406ED1A0F42 for ; Wed, 20 Sep 2017 15:12:10 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.002 X-Spam-Level: X-Spam-Status: No, score=-0.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id NLz1LniRlp19 for ; Wed, 20 Sep 2017 15:12:09 +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 31E105FBDF for ; Wed, 20 Sep 2017 15:12:09 +0000 (UTC) Received: from asf-bz1-us-mid.priv.apache.org (nat1-us-mid.apache.org [23.253.172.122]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTPS id ACA24E0288 for ; Wed, 20 Sep 2017 15:12:08 +0000 (UTC) Received: by asf-bz1-us-mid.priv.apache.org (ASF Mail Server at asf-bz1-us-mid.priv.apache.org, from userid 33) id A94A96078B; Wed, 20 Sep 2017 15:12:06 +0000 (UTC) From: bugzilla@apache.org To: issues@jmeter.apache.org Subject: [Bug 61549] New: Not possible to use Thread Group Scheduler Delay Date: Wed, 20 Sep 2017 15:12:05 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: JMeter X-Bugzilla-Component: Main X-Bugzilla-Version: 3.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: toogoodtopassup@gmail.com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: issues@jmeter.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bz.apache.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 archived-at: Wed, 20 Sep 2017 15:12:14 -0000 https://bz.apache.org/bugzilla/show_bug.cgi?id=3D61549 Bug ID: 61549 Summary: Not possible to use Thread Group Scheduler Delay Product: JMeter Version: 3.2 Hardware: Macintosh Status: NEW Severity: normal Priority: P2 Component: Main Assignee: issues@jmeter.apache.org Reporter: toogoodtopassup@gmail.com Target Milestone: --- When filling in a time for the Thread Group Scheduler Startup Delay, The UI auto fills in a Start and End time **EVEN IF YOU DELETE THE START AND END TIMES**. The auto fill-in happens when you tab to a different component or save the file. The documentation states that a Startup Delay should override the Start and= End Times, however, at runtime JMeter attempts to validate the start and end ti= mes and (almost certainly) those dates are in the past, resulting in an error l= ike this: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D ThreadGroup: An error occured scheduling delay start of threads for Thread Group: xxx org.apache.jorphan.util.JMeterStopTestException: End Time (2017/09/20 10:01= :21) of Scheduler for Thread Group xxx is in the past, fix value of End Time fie= ld at org.apache.jmeter.threads.ThreadGroup$ThreadStarter.run(ThreadGroup.java:65= 3) [ApacheJMeter_core.jar:3.2 r1790748] at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51] =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D Expected behavior: * The UI should not auto fill-in the start and end times and allow the user= to leave them blank. * If the start and end times are to be ignored because of other options, do= n't validate them because their 'validness' is a moving target - valid today and not tomorrow. * If the start and end times are invalid due to other options, typical UI behavior would be to grey out the time fields and make them non-editable. Nice to have: If the UI does not auto-fill in the start and end times, add a button that = puts the current date and time into the field when the user wants it. But really, the start and end times should just be removed. Scheduling of = this type would normally happen with some other tool (like Jenkins) that would schedule runs. Is there really a use case that involves having a file that with a hard-coded run time in it?? --=20 You are receiving this mail because: You are the assignee for the bug.=