We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ee23e commit d19e2ccCopy full SHA for d19e2cc
tests/integration/test_dbapi_integration.py
@@ -766,7 +766,7 @@ def test_select_tpch_1000(trino_connection):
766
def test_cancel_query(trino_connection):
767
cur = trino_connection.cursor()
768
cur.execute("SELECT * FROM tpch.sf1.customer")
769
- cur.fetchone() # TODO (https://github.com/trinodb/trino/issues/2683) test with and without .fetchone
+ cur.fetchone()
770
cur.cancel() # would raise an exception if cancel fails
771
772
0 commit comments