-
After recording a script, the SCL generated produces source code that will not compile due to the source line being too long. Only occurs when the contents of the DEFAULT_HEADER string is sufficiently long.
Example:
CONSTANT DEFAULT_HEADERS = "Host: www.google.com^J" &
"User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; EmbeddedWB 14,52 from: http://www.bsalsa.com/...
2008-03-04 15:15:05 UTC in OpenSTA
-
The SCL manual says that ACQUIRE MUTEX is used to synchronize either scripts running on the local machine (scope local) or all scripts across all injectors (Test-wide). It works as documented.
The ON TIMEOUT and ON ERROR clauses are documented as being optional and I am unable to reproduce TOF errors by omitting them.
The SCL documentation in the modeler states incorrectly that units for...
2007-10-17 18:49:17 UTC in OpenSTA
-
Further investigation shows there are two distinct issues with time limits;
1) Occasionally when time limit expires, VU count drops to the single digits but the task group and subsequently the test does not end.
2) When setting time limit > 23, it is set to the new number modulo 24. (e.g. 24 become 0, 25 becomes 1, etc.)
2007-10-17 17:21:47 UTC in OpenSTA
-
Work around: If only one of your parameters may be empty, then make it the last in list of parameters. If more then one parameter may be empty, don't use parameters but instead pass the values in local variables.
2007-10-15 15:46:59 UTC in OpenSTA
-
I encounter this problem frequently. Using a single task group, I run a one hour test where I introduce users in batches of N/4 users with ramp up time of 5 minutes and time between batches of 10 minutes. At the end of one hour, most of the VUs are stopped, but very often I seen from 1 to 3 VUs "stuck" which prevents the test from ending properly. Stopping the test manually (black square button...
2007-10-15 15:32:36 UTC in OpenSTA