Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20073

Unexpected error when running test case that has groovy test step in 1.5.0

$
0
0

Hi,

 

I get the following error appearing on the logs for a test case with the groovy test step is not completing (steps remain greyed out):

 

Wed Nov 18 08:04:34 GMT 2015:ERROR:Error notifying listener after run
   java.lang.IllegalStateException: Test history is disabled
    at com.eviware.soapui.impl.wsdl.history.DefaultLatest​RunsProvider.a(DefaultLatestRunsProvider.java:95)
    at com.eviware.soapui.impl.wsdl.history.DefaultLatest​RunsProvider.getLatestRun(DefaultLatestRunsProvide​r.java:138)
    at com.eviware.soapui.impl.wsdl.panels.testcase.ProWs​dlTestCaseDesktopPanel$InternalTestRunListener.aft​erRun(ProWsdlTestCaseDesktopPanel.java:921)
    at com.eviware.soapui.impl.wsdl.support.AbstractTestC​aseRunner.notifyAfterRun(AbstractTestCaseRunner.ja​va:316)
    at com.eviware.soapui.impl.wsdl.support.AbstractTestC​aseRunner.internalFinally(AbstractTestCaseRunner.j​ava:188)
    at com.eviware.soapui.impl.wsdl.support.AbstractTestC​aseRunner.internalFinally(AbstractTestCaseRunner.j​ava:1)
    at com.eviware.soapui.impl.wsdl.support.AbstractTestR​unner.run(AbstractTestRunner.java:154)
    at java.util.concurrent.Executors$RunnableAdapter.cal​l(Unknown Source)
    at java.util.concurrent.FutureTask.run(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(​Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run​(Unknown Source)
    at java.lang.Thread.run(Unknown Source)

 

The test history is disabled due to feedback I got on a previous post reply:

Re: Test Case not completing gracefully when Groovy Test Step accessing database.


Viewing all articles
Browse latest Browse all 20073

Trending Articles