Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 12904 invoked from network); 8 Mar 2011 08:36:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 8 Mar 2011 08:36:48 -0000 Received: (qmail 69156 invoked by uid 500); 8 Mar 2011 08:36:48 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 69121 invoked by uid 500); 8 Mar 2011 08:36:48 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "JMeter Users List" Reply-To: "JMeter Users List" Delivered-To: mailing list jmeter-user@jakarta.apache.org Received: (qmail 69113 invoked by uid 99); 8 Mar 2011 08:36:48 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 08:36:48 +0000 X-ASF-Spam-Status: No, hits=2.8 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shettyd@gmail.com designates 209.85.214.172 as permitted sender) Received: from [209.85.214.172] (HELO mail-iw0-f172.google.com) (209.85.214.172) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2011 07:19:33 +0000 Received: by iwl42 with SMTP id 42so5803098iwl.31 for ; Mon, 07 Mar 2011 23:19:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=8yveSqnR85Ook7y5YVGchd9r+bATDVWJwz9/PrzmCSg=; b=mhwNYfROfpoikqnkiy+5UMfs9bwjo/bf1wSYFD/X62uYjLgn3JTEdPAM9Rc5ic1Ei7 9pz2xj5bkjVV2A3Z1ILRTmXsfAjVZy77yHk0STUIjDwEqS8vvlL37tzWMFPFltAf6mr5 do3mt1HdiXgK1g18u93gf2aKVcOWFfDoMTEnQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=OcbhJOEAE3+YGzzP3CM+AuyMgljzcP7JuU2ywesWTPabbK77M9jiRA3XMYgl8z+SH7 XkMPa/v9tvVIeMv6dccMlt9PxmF2qqxPLOVgTD+Dq8XVtFyMcy4sC6gkv/S63rZaXwbe 8lr+NsX9IZLxyF6Q0OSOCu0KI+uu6AmrBlanw= MIME-Version: 1.0 Received: by 10.42.244.10 with SMTP id lo10mr4059087icb.513.1299568752206; Mon, 07 Mar 2011 23:19:12 -0800 (PST) Received: by 10.231.161.196 with HTTP; Mon, 7 Mar 2011 23:19:12 -0800 (PST) In-Reply-To: <1299507089703-3412491.post@n5.nabble.com> References: <1299507089703-3412491.post@n5.nabble.com> Date: Mon, 7 Mar 2011 23:19:12 -0800 Message-ID: Subject: Re: Exit current iteration and start next thread loop From: Deepak Shetty To: JMeter Users List Content-Type: multipart/alternative; boundary=90e6ba6e8834d62321049df36d8e X-Virus-Checked: Checked by ClamAV on apache.org --90e6ba6e8834d62321049df36d8e Content-Type: text/plain; charset=ISO-8859-1 look at last_sample_ok along with an IF controller which checks everything for e.g. http://theworkaholic.blogspot.com/2009/11/dependent-tests-in-jmeter-kind-of.html On Mon, Mar 7, 2011 at 6:11 AM, leneluxe wrote: > i have a jmeter test case as follows: > > - Thread Group [loop forever] > - http request1[good] > - loop controller [loop twice] > - http request2 [good] > - http request3 [bad] > - http request4 [good] > ...... > > Currently, if i run this i get the results: > > http request1[good] > http request2[good] > http request3[bad] > http request4[good] > http request2[good] > http request3[bad] > http request4[good] > > however, on http request3 failing, i want to stop current loop execution > and > resume the next thread loop so i get the following results: > > http request1[good] > http request2[good] > http request3[bad] > http request1[good] > http request2[good] > http request3[bad] > > Can anyone help??!!! The key thing is to exit the current execution and > start the next THREAD loop. > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Exit-current-iteration-and-start-next-thread-loop-tp3412491p3412491.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org > > --90e6ba6e8834d62321049df36d8e--