Never faced this issue. Not enough information to diagnose either. >I can see occasionally that a response for a given user at a step is not supposed to be for this user, but should be for a different >user. However the request for the step is correct. How does your application determine the user? I assume some sort of SessionID then all you need to verify is that JMeter is sending SessionId's correctly and if so there isn't any problem with JMeter. Do you have multiple logins within a Thread?
And finally applications that cache data , sometimes incorrectly form the key, or forget that Objects are sometimes cached by reference and return incorrect data when accessed concurrently. The problem might be in your application. regards deepak On Tue, Nov 24, 2009 at 10:24 AM, Wei Z <[email protected]> wrote: > > I run my JMeter scripts with multiple threads. From View Results Tree, I > can > see occasionally that a response for a given user at a step is not supposed > to be for this user, but should be for a different user. However the > request > for the step is correct. I am using version 2.3.4. I wonder if anyone else > has encountered similar issues? If this were a JMeter issue, is there a > workaround? Thanks. > -- > View this message in context: > http://old.nabble.com/threads%27-responses-mixed-up--tp26499911p26499911.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

