summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Upgrade f-strings with flyntHugo van Kemenade2020-11-1715-91/+78
* Drop support for EOL Python 2.7Hugo van Kemenade2020-11-171-224/+0
* Upgrade Python syntax with pyupgrade --py36-plusHugo van Kemenade2020-11-1722-105/+101
* Drop support for EOL Python 2.7Hugo van Kemenade2020-11-1711-358/+72
* 'cursor.query' reports the query of the last COPY opearation tooDaniele Varrazzo2020-09-051-0/+22
* Added duplicate values to errcodes moduleDaniele Varrazzo2020-09-051-0/+8
* Python 2 compatibilitycockroachdb-testsDaniele Varrazzo2020-08-171-2/+2
* Added possibility to skip a test only on certain crdb versionsDaniele Varrazzo2020-08-171-4/+27
* Added ticket numbers for the tests skipped on crdbDaniele Varrazzo2020-08-171-0/+27
* Added missing reasons for crdb skipDaniele Varrazzo2020-08-173-7/+10
* Added reason for skipping on CockroachDBDaniele Varrazzo2020-07-2719-89/+97
* Types tests adapted to CockroachDBDaniele Varrazzo2020-07-232-14/+29
* Several other tests skipped for CockroachDBDaniele Varrazzo2020-07-229-14/+34
* Some extra cursors test skipped on CockroachDBDaniele Varrazzo2020-07-222-3/+21
* Skip a few date tests on CockroachDBDaniele Varrazzo2020-07-221-1/+4
* Cursor tests adapted to CockroachDBDaniele Varrazzo2020-07-211-223/+231
* Get CockroachDB version from the connection infoDaniele Varrazzo2020-07-211-14/+11
* Skip copy tests on CockroachDBDaniele Varrazzo2020-07-211-1/+5
* Skip connection tests which cannot pass on CockroachDBDaniele Varrazzo2020-07-212-1/+36
* Expose libpq PG* vars as testconfig contentDaniele Varrazzo2020-07-211-4/+4
* Skip cancel tests on CockroachDBDaniele Varrazzo2020-07-213-8/+12
* All the sync tests pass on CockroachDBDaniele Varrazzo2020-07-212-5/+23
* Allow most of the async tests to pass on CockroachDBDaniele Varrazzo2020-07-212-1/+38
* Handle failure in setup of IsolationLevelsTestCaseRafi Shamim2020-07-071-3/+5
* Handle failure in setup of ConnectionTwoPhaseTestRafi Shamim2020-05-121-3/+5
* Fixed copy() on DictRowfix-1073Daniele Varrazzo2020-04-061-0/+29
* Column objects can be slicedcolumn-sliceDaniele Varrazzo2020-03-111-0/+5
* Copyright bumped to 2020Daniele Varrazzo2020-01-1728-0/+28
* Slow test is slowDaniele Varrazzo2019-10-191-0/+1
* Use travis test config variable 0/1 instead of blank stringsDaniele Varrazzo2019-10-191-1/+1
* Added decorator to clean up the adaptation mappings after testsfix-948Daniele Varrazzo2019-09-043-132/+89
* fix `NamedTupleCursor._cached_make_nt`Changaco2019-06-041-1/+1
* improve the NamedTupleCursor cache testChangaco2019-06-041-0/+10
* Smart replication feedbackAlexander Kukushkin2019-05-062-7/+11
* RealDictRow inherits from OrderedDictfix-886Daniele Varrazzo2019-04-061-1/+16
* Fixed RealDictCursor.pop()Daniele Varrazzo2019-04-061-0/+19
* 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
* Store WAL end pointer in the replication cursorMartins Grunskis2019-03-301-0/+1
* Allow tests to be ignored if dynamic binding failed2_8_BETA_2Daniele Varrazzo2019-03-182-14/+23
* Merge branch 'fix-829'Daniele Varrazzo2019-03-181-3/+46
|\
| * subprocess test function moved into a moduleDaniele Varrazzo2019-03-171-11/+26
| * Added test to reproduce ticket #829Daniele Varrazzo2019-03-171-0/+28
* | Allow incorrect result for pgconn_ptr test on OSXDaniele Varrazzo2019-03-181-0/+3
|/
* Added pq_get_result_async() replaced pg_get_last_result()Daniele Varrazzo2019-03-172-2/+74
* Shorter timeout in the async tests selectDaniele Varrazzo2019-03-161-2/+2
* Use PY2, PY3 for conditional code instead of sys.version_infoDaniele Varrazzo2019-03-167-49/+37
* Use errors module to catch a specific postgres errorDaniele Varrazzo2019-03-161-6/+3
* Other import moved to top level in testsDaniele Varrazzo2019-03-1612-77/+44
* Dropped repeated conditional import of reload in testDaniele Varrazzo2019-03-161-8/+0