https://issues.apache.org/bugzilla/show_bug.cgi?id=52284
--- Comment #3 from Philippe Mouawad <[email protected]> 2011-12-04 11:23:59 UTC --- (In reply to comment #0) > Created attachment 28023 [details] > Test plan > > I think there is an issue in StringFromFile function. > In the docs and javadocs it is said that: > - JMeter instantiates a copy of each function for every reference in a Sampler > or elsewhere; each instance will open its own copy of the the file > This part is OK in fact, I mixed up Thread and multiple usage > But debugging the attached Test Case , I see only one instance of > StringFromFile shared by the 3 threads. > So this leads to a buggy result. > Expected result shoud be that each time threadNum should match file Num (not > the case) > And each file should be read, depending on execution some files are not read > at > all. The issue is more in Synchronisation as described in Test Plan -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
