]
Steven Hawkins resolved TEIID-1640.
-----------------------------------
Resolution: Done
Given the age of this issue it should not be reopened for 8.12. You will also need to
provide a lot more information as this functionality does have unit and other tests.
QueryTimeout connection parameter does not cancel long-running
queries
----------------------------------------------------------------------
Key: TEIID-1640
URL:
https://issues.jboss.org/browse/TEIID-1640
Project: Teiid
Issue Type: Bug
Components: JDBC Driver
Affects Versions: 7.4
Environment: Fedora 14 (server & client), Teiid 7.4 Final
Reporter: Paul Nittel
Assignee: Steven Hawkins
Fix For: 7.5, 7.4.1
Testing XML files as data sources involves running queries which can take a long time
(minutes). I defined my connection URL (in SQuirreL) as
jdbc:teiid:VDB@mm://localhost:31000;QueryTimeout=1
The next query I executed processed for over 4 seconds, but there was no evidence of an
attempt to cancel the query.
I've got a series of XML files you can use to test this, if you want. They're too
big to attach (even when zipped).