Return-Path: Delivered-To: apmail-jakarta-jmeter-user-archive@www.apache.org Received: (qmail 42748 invoked from network); 25 Nov 2004 16:16:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 25 Nov 2004 16:16:05 -0000 Received: (qmail 28878 invoked by uid 500); 25 Nov 2004 16:16:02 -0000 Delivered-To: apmail-jakarta-jmeter-user-archive@jakarta.apache.org Received: (qmail 28851 invoked by uid 500); 25 Nov 2004 16:16:02 -0000 Mailing-List: contact jmeter-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: 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 28835 invoked by uid 99); 25 Nov 2004 16:16:02 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO charon.macalla.com) (217.67.134.163) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 25 Nov 2004 08:16:01 -0800 Received: by CHARON with Internet Mail Service (5.5.2653.19) id ; Thu, 25 Nov 2004 16:18:14 -0000 Message-ID: <10F4BAF24D2FD511B3D600B0D039CEF4F3BD57@CHARON> From: Ashley Hayes To: "'jmeter-user@jakarta.apache.org'" Subject: __CSVRead behaviour with sample failures Date: Thu, 25 Nov 2004 16:17:41 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I seem to be experiencing the follow behaviour of the CSVRead function. If a Http sampler error occurs and the ThreadGroup is configured to "Action to be taken after a Sampler error" as "continue" , then the "current row" of the CSV file is not updated correctly, e.g. the values in the row that caused the error are used again. If I choose to "Stop Thread" ( for "Action to be taken after a Sampler error") then the values of that row seem to be skipped. My understanding is that, each iteration of each thread will get a different (possibly unique) row, e.g. Thread group of 20, Test Plan of 5 iterations and 100 rows in CSV, therefore each iteration will read a unique row from the CSV file. Is my understanding correct? If so I presume this behaviour should hold even if a sampler error occurs? I'm using Jmeter 2.0.1. My test plan defines some "User Parameters" that get their values from a CSV file, ${__CSVRead(myusers.csv,0)}, its checked to "update Once per iteration". Thanks for your time, Ashley --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: jmeter-user-help@jakarta.apache.org