On 25/04/06, Shelli D. Orton <[EMAIL PROTECTED]> wrote: > I've removed all references to the HTTP stuff in the test plan so that it > looked like this: > > Thread Group > | > |__ JDB Connection Configuration > | > |__ View Results Tree > | > |__ Simple Controller > | > |__ JDBC Request (make sure consumer exists in db) > | > |__ If Controller (if consumer exists) > | > |__ JDBC Request (check for valid subscription) > | > |__ If Controller (if subscription exists) > | > |__ JDBC Request (remove subscription) > > And that works fine (i.e. all 3 JDBC requests are executed). So, I don't > think it's how the if controller is set up. I've only dabbled in JMeter > before and this is my first plan that uses JDBC requests. I was wondering > if it's the combination of the two types of requests within the same thread > group that was causing the issues. Maybe JMeter isn't meant to have "mixed" > test plans? >
You can mix as many different samplers as you like. There must be some other problem - did you check jmeter.log ? S. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

