Forum Discussion

HanTest's avatar
HanTest
Occasional Contributor
11 years ago

JDBC (DB2) connection freezes

Hello,

 

I'm having problems with my JDBC test step requests:

 

When connecting to the database everything works as expected.

Executing a single teststep also gives no problems but when I run a large data driven test 9 out of 10 times it freezes during one of the jdbc steps.

 

Driver: IBMDB2(type2)/com.ibm.db2.jcc.DB2Driver

Query timeout: 2000

 

Hopefully someone can help me out.

 

1 Reply

  • HanTest's avatar
    HanTest
    Occasional Contributor

    It seems that it doesn't freeze when I add a Delay in  between the JDBC steps like this:

     

    Datasource

    JDBC Step with Assertions

    Delay(500)

    Datasource Loop