Return-Path: X-Original-To: apmail-jakarta-jmeter-user-archive@www.apache.org Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 27A4249F6 for ; Wed, 8 Jun 2011 04:35:42 +0000 (UTC) Received: (qmail 4661 invoked by uid 500); 8 Jun 2011 04:35:41 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 4631 invoked by uid 500); 8 Jun 2011 04:35:39 -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 4622 invoked by uid 99); 8 Jun 2011 04:35:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 08 Jun 2011 04:35:37 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of baerrach@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; Wed, 08 Jun 2011 04:35:29 +0000 Received: by iwn39 with SMTP id 39so158555iwn.31 for ; Tue, 07 Jun 2011 21:35:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=PcVnPJahWRVo3ZghbRz9lpBnf6r2W+gx8LquWYNiG3I=; b=TNJIxVDR2XU87csM+6/uc9a0C5QvzKT5z5AxTegjvLyZ94ChDFbax1VZvjeh5UZrNl jPzXEeK/ThHfEbniphIk/kMc09fZ53gohBv6wd+oNuEfyY1KWox+vmdzTK1Tc1lwhnpP DVWj5HaCO9G96H/0UKyDhwKg3zl1c9Ntvcw8A= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=F50oz0qJvXIY+FnBerMWdkJps6h7ucwLToeyh7BsKrySe7EQbTm+2MJMwcxKhHnQcU FMyF+do3lebtDxHPUdpGSxmTMBu37MwB2b6gfXJoe8fIi6Kd1ljgLr9A15BNrjLdOeVX Z1JWj3T+kemS8Ns3wlcIC4P15t6o/v7xCe6Tg= MIME-Version: 1.0 Received: by 10.231.207.71 with SMTP id fx7mr10601479ibb.168.1307507708457; Tue, 07 Jun 2011 21:35:08 -0700 (PDT) Received: by 10.231.19.137 with HTTP; Tue, 7 Jun 2011 21:35:08 -0700 (PDT) Date: Wed, 8 Jun 2011 14:05:08 +0930 Message-ID: Subject: How to handle subresults? From: Barrie Treloar To: JMeter Users List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I expect I'm doing something wrong here. My Java Sampler Client does the following: * Send Async Logon Request * Receive Async Logon Response * Send Async Ack I currently have my SampleResult setup like this: LogonRequest * LogonResponse * AckRequest But if my LogonResponse fails because of a timeout, I am marking the LogonResponse.setSuccessful(false) but the group is still marked as a success. If a sub-result fails, shouldn't the parent also fail? Do I need to do this logic myself. Is my grouping sane? Should I instead be grouping my SampleResult as: LogonTest * LogonRequest * LogonResponse * AckRequest Guidance appreciated. --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org