File: SetQueryTimeoutTest.out

package info (click to toggle)
derby 10.14.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 78,896 kB
  • sloc: java: 691,930; sql: 42,686; xml: 20,511; sh: 3,373; sed: 96; makefile: 60
file content (20 lines) | stat: -rw-r--r-- 741 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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