Explicación
During schedule execution, at the end of the current stage, the actual number of users running did not match the expected number of users. Por ejemplo, si la etapa actual especifica que 100 usuarios deben ejecutarse durante 1 hora y sólo 90 usuarios
están en ejecución al final de la hora, se mostrará este mensaje.
Respuesta del Usuario
Check the Error Log for further information on the error. Para abrir el registro cronológico de errores, pulse Ventana > Mostrar vista > Registro cronológico de errores.
Typically, this message is displayed when virtual users did not have enough work to do for the duration of the stage. For schedules that contain more than one stage, verify that the workload under each user group is contained inside an infinite loop. Utilice los bucles infinitos porque la duración de la etapa la
controla el tiempo cuando los usuarios se detienen.
If virtual users have sufficient workload, look in the test log for more information about why virtual users stopped. Es posible que los usuarios virtuales que se han detenido
hayan encontrado errores.
By default, this message is displayed when the number of expected users does not match the number of actual users running at the end of a stage. You can change this setting to specify the percentage of users that may stop during a stage without being considered an error. To change the error condition, create the -DrptStopTolerance property in the eclipse.ini file in the installation directory. Por ejemplo, -DrptStopTolerance=80 especifica que el 80% de los usuarios se pueden detener de forma
inesperada durante la ejecución de la etapa sin que se considere un error.