Forum Discussion
SmartBear_Suppo
Alumni
17 years agoHi Ali,
Sorry for the delay.. yes, that could be the case. Could you try surrounding the statement with a synchronized block that synchronizes on the LoadTest run context?
ie
synchronized( context.LoadTestContext)
{
def props3 = testRunner.testCase.testSuite
props3.setPropertyValue(serviceId, missingFile.toString())
}
?
regards,
/Ole
eviware.com
Sorry for the delay.. yes, that could be the case. Could you try surrounding the statement with a synchronized block that synchronizes on the LoadTest run context?
ie
synchronized( context.LoadTestContext)
{
def props3 = testRunner.testCase.testSuite
props3.setPropertyValue(serviceId, missingFile.toString())
}
?
regards,
/Ole
eviware.com