blob: b785eb9be3a70abaddc8fc1e7b8a63bad081db12 [file]
Test SetQueryTimeoutTest starting
Got connections
Preparing for testing queries with timeout
Initializing tables with prefix t
Testing timeout with fetch operations
Statement 0 timed out
Statement 1 completed
Statement 2 completed
Statement 3 completed
Testing timeout with an execute operation
Statements that should time out timed out, and statements that should complete completed
Testing setting a negative timeout value
Negative timeout value caused exception, as expected
Execute returned a ResultSet
Testing that Statement remembers timeout.
Testing that PreparedStatement remembers timeout.
Testing that CallableStatement remembers timeout.
Testing timeout with executeUpdate call.
Test SetQueryTimeoutTest PASSED
Closed connections