summaryrefslogtreecommitdiff
path: root/oslo_db/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove legacy base test classesStephen Finucane2023-03-223-129/+1
* Remove sqlalchemy-migrateMike Bayer2023-03-215-710/+10
* Rollback the connection after server ping methodRodolfo Alonso Hernandez2023-03-021-0/+21
* Fix default value for wsrep_sync_wait option12.3.1Ayumu Ueha2023-01-182-0/+14
* Add option for wsrep_sync_waitMike Bayer2022-12-051-2/+41
* tests: Define a primary keyStephen Finucane2022-09-091-1/+1
* tests: Fix compatibility with PostgreSQL 14+Stephen Finucane2022-09-091-3/+13
* Fix misuse of assert_has_callsTakashi Natsume2022-09-191-2/+2
* Merge "Deprecate MySQL NDB Cluster Support"Zuul2022-09-092-14/+24
|\
| * Deprecate MySQL NDB Cluster SupportStephen Finucane2022-07-272-14/+24
* | trivial: Don't emit warnings for our own deprecationsStephen Finucane2022-02-081-0/+7
* | tests: Enable SAWarning warningsStephen Finucane2022-02-081-2/+3
* | Remove the 'Session.autocommit' parameterStephen Finucane2022-02-083-73/+70
|/
* Don't call 'begin()' on existing transactionStephen Finucane2022-02-082-7/+1
* utils: Remove troublesome utility methods11.2.0Stephen Finucane2022-02-081-76/+0
* Merge "Remove use of Session.begin.subtransactions flag"Zuul2022-02-021-5/+0
|\
| * Remove use of Session.begin.subtransactions flagStephen Finucane2021-08-101-5/+0
* | Merge "Don't rely on implicit autocommit"Zuul2022-02-024-39/+64
|\ \ | |/
| * Don't rely on implicit autocommitStephen Finucane2021-08-104-39/+64
* | tests: Restore - don't reset - warning filtersStephen Finucane2021-11-191-1/+7
|/
* Replace use of 'Engine.execute()'Stephen Finucane2021-08-104-148/+186
* Don't call mapper() outside of declarative registryStephen Finucane2021-08-103-9/+9
* Don't pass kwargs to connection.execute()Stephen Finucane2021-08-102-7/+1
* Replace use of Executable.execute methodStephen Finucane2021-08-101-5/+0
* Remove unnecessary warning filterStephen Finucane2021-08-101-5/+0
* Replace use of Engine.scalar()Stephen Finucane2021-08-103-12/+12
* Don't use the 'Row.keys()' methodStephen Finucane2021-08-102-6/+1
* Don't use dict-style attribute accessesStephen Finucane2021-08-103-11/+8
* Don't use plain string SQL statementsStephen Finucane2021-08-102-10/+5
* Replace use of Table.autoload parameterStephen Finucane2021-08-102-6/+1
* Replace use of update.whereclause parameterStephen Finucane2021-08-101-5/+0
* Update import of declarative_base()Stephen Finucane2021-08-109-17/+11
* Replace use of update.values parameterStephen Finucane2021-08-101-5/+0
* Replace use of insert.values parameterStephen Finucane2021-08-102-15/+10
* Add missing bind argument to callsStephen Finucane2021-08-102-8/+2
* Don't pass strings to Connection.execute()Stephen Finucane2021-08-104-35/+50
* Remove use of MetaData.bind argumentStephen Finucane2021-08-093-29/+25
* Remove legacy calling style of select()Stephen Finucane2021-07-296-17/+14
* tests: Enable SQLAlchemy 2.0 deprecation warningsStephen Finucane2021-07-291-0/+114
* tests: Enable SADeprecationWarning warningsStephen Finucane2021-07-293-2/+41
* tests: Use common base classStephen Finucane2021-07-2916-128/+147
* tests: Enfeeble 'oslo_db.tests.utils.BaseTestCase'Stephen Finucane2021-07-293-9/+9
* tests: Clean up base testStephen Finucane2021-07-291-37/+5
* Merge "Drop checks for IBM DB2"Zuul2021-07-293-97/+3
|\
| * Drop checks for IBM DB2Stephen Finucane2021-07-283-97/+3
* | tests: Remove 'ModelsMigrationsSync.check_foreign_keys'Stephen Finucane2021-06-251-205/+27
|/
* Merge "Remove the idle_timeout option."Zuul2021-06-232-10/+0
|\
| * Remove the idle_timeout option.Daniel Bengtsson2021-06-232-10/+0
* | Added handler for mysql 8.0.19 duplicate key error updateKamlesh Chauvhan2021-06-041-0/+26
|/
* Merge "Remove the sql_max_pool_size option."9.0.0Zuul2021-05-031-4/+0
|\