summaryrefslogtreecommitdiff
path: root/oslo_db/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge "Remove logic for SQLAlchemy < 1.4"Zuul2023-04-171-10/+1
|\
| * Remove logic for SQLAlchemy < 1.4Stephen Finucane2023-04-171-10/+1
* | Merge "Remove dead code"Zuul2023-04-171-18/+0
|\ \ | |/
| * Remove dead codeStephen Finucane2023-04-171-18/+0
* | Merge "Don't sleep in tests"Zuul2023-04-171-2/+4
|\ \ | |/
| * Don't sleep in testsStephen Finucane2023-04-171-2/+4
* | Merge "Remove legacy base test classes"Zuul2023-04-173-129/+1
|\ \ | |/ |/|
| * Remove legacy base test classesStephen Finucane2023-03-223-129/+1
* | Use SQLAlchemy native pre-pingStephen Finucane2023-04-061-103/+232
* | Get test suite to full pass with SQLAlchemy 2.0Stephen Finucane2023-04-065-78/+123
* | Do not convert to string ``url.URL`` objectsRodolfo Alonso Hernandez2023-03-273-29/+25
|/
* 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