summaryrefslogtreecommitdiff
path: root/tests/test_async.py
Commit message (Expand)AuthorAgeFilesLines
* Unskip tests that work on CockroachDB v22.1Rafi Shamim2022-03-281-3/+3
* Copyright year updated to 2021Daniele Varrazzo2021-06-151-1/+1
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-171-2/+1
* Added missing reasons for crdb skipDaniele Varrazzo2020-08-171-5/+5
* Added reason for skipping on CockroachDBDaniele Varrazzo2020-07-271-0/+1
* Skip cancel tests on CockroachDBDaniele Varrazzo2020-07-211-0/+5
* All the sync tests pass on CockroachDBDaniele Varrazzo2020-07-211-5/+10
* Allow most of the async tests to pass on CockroachDBDaniele Varrazzo2020-07-211-1/+6
* Copyright bumped to 2020Daniele Varrazzo2020-01-171-0/+1
* Slow test is slowDaniele Varrazzo2019-10-191-0/+1
* Test notifies are received ok polling an async curfix-887Daniele Varrazzo2019-04-051-1/+22
* Handle ok poll() without a cursor having executed queriesDaniele Varrazzo2019-04-051-0/+4
* Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-171-0/+41
* Other import moved to top level in testsDaniele Varrazzo2019-03-161-6/+4
* Copyright year updatedDaniele Varrazzo2019-02-171-1/+1
* Full flake8 3.5 cleanupDaniele Varrazzo2018-10-231-0/+1
* Use the connection.info properties instead of the legacy methodsconnection-infoDaniele Varrazzo2018-10-131-3/+3
* Fixed infinite loop in pq_get_last_result after COPYDaniele Varrazzo2018-10-101-0/+6
* Avoid installing tests to site-packagesJon Dufresne2017-12-101-3/+2
* Use relative imports throughout testsJon Dufresne2017-12-101-2/+2
* Always import the system unittestJon Dufresne2017-12-011-1/+2
* Use modern except syntax throughout projectJon Dufresne2017-11-201-1/+1
* Added readonly and deferrable attributesDaniele Varrazzo2017-02-161-8/+9
* Merge branch 'async-keyword'Daniele Varrazzo2017-02-031-8/+8
|\
| * Added async_ as an alias for asyncDaniele Varrazzo2017-02-031-8/+8
* | Further skipping of slow testsDaniele Varrazzo2017-02-021-0/+2
* | Allow skipping the slow testmanylinuxDaniele Varrazzo2017-02-021-1/+2
|/
* Python source cleanup using flake8Daniele Varrazzo2016-10-111-4/+6
* Fix async replication and test.Oleksandr Shulgin2015-10-151-16/+0
* Added select.select timeout on AsyncTests.waitJason Erickson2014-05-191-2/+2
* Meaningful connection errors report a meaningful messageDaniele Varrazzo2013-10-161-0/+10
* Testing boilerplate unified in a single base classDaniele Varrazzo2013-04-071-9/+7
* Fix tests for Postgres 9.3Catalin Iacob2013-03-161-0/+3
* Force GC during weakref testsDaniele Varrazzo2011-12-261-0/+2
* Cleanup of skipping of testing methods on certain Py/PG versionsDaniele Varrazzo2011-02-151-2/+2
* Merge branch 'python2' into python3Daniele Varrazzo2011-01-101-0/+24
|\
| * Added license to unit testsDaniele Varrazzo2011-01-091-0/+24
* | Merge branch 'python2' into python3Daniele Varrazzo2011-01-031-0/+12
|\ \ | |/
| * Broken circular reference in async executionDaniele Varrazzo2011-01-031-0/+12
* | Test suite converted into a proper package.Daniele Varrazzo2010-12-211-9/+4
|/
* Deal uniformly with test servers without pg_sleep.Daniele Varrazzo2010-11-281-10/+8
* Don't consider the kernel not blocking us on write as an error.Daniele Varrazzo2010-11-251-1/+6
* Test cleanup.Daniele Varrazzo2010-11-191-11/+22
* Making sync and async connection setup somewhat more consistent.Daniele Varrazzo2010-04-231-0/+5
* Dropped redundant call to conn_notice_process().Daniele Varrazzo2010-04-211-0/+9
* Connection method 'executing()' renamed to 'isexecuting()'.Daniele Varrazzo2010-04-211-12/+12
* Connection method 'issync()' changed into the attribute 'async'.Daniele Varrazzo2010-04-211-3/+3
* Remove fileno() and poll() from cursorsJan Urbański2010-04-211-12/+30
* Add one more test for errors involving two cursorsJan Urbański2010-04-201-0/+9
* Handle errors in asynchronous queries.Jan Urbański2010-04-201-0/+23