mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-26 14:41:24 -07:00
feat: Add support for the connector pymysql 1.0.2 (#533)
* Document connector-version relationship * Fix missing option in the command usage documentation * Rephrase commands descriptions * Document that pymysql 0.10.0 disabled its warnings * Disable tests for pymysql newer than 0.10.0 because the behavior changed * Enable integration tests for pymysql 1.0.2 * Add exclusion to avoid requesting nonexistent test containers * Cut comments about PyMySQL 1.0.2 need to be fixed * docs: explain PyMySQL 0.10.0+ returns changed when using IF EXISTS
This commit is contained in:
parent
426084a131
commit
30a2015f6c
6 changed files with 28 additions and 21 deletions
16
.github/workflows/ansible-test-plugins.yml
vendored
16
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -64,15 +64,7 @@ jobs:
|
|||
connector_version:
|
||||
- 0.7.11
|
||||
- 0.9.3
|
||||
# Before we can activate test with pymysql 1.0.2 we should debug the
|
||||
# following plugins:
|
||||
#
|
||||
# mysql_query:
|
||||
# test "Assert that create table IF NOT EXISTS is not changed with pymysql" failed
|
||||
#
|
||||
# mysql_replication:
|
||||
# test "Assert that startreplica is not changed" failed
|
||||
# - 1.0.2
|
||||
- 1.0.2
|
||||
- 2.0.1
|
||||
- 2.0.3
|
||||
- 2.1.1
|
||||
|
@ -146,6 +138,9 @@ jobs:
|
|||
- db_engine_version: 10.6.11
|
||||
python: '3.9'
|
||||
|
||||
- python: '3.8'
|
||||
connector_version: 1.0.2
|
||||
|
||||
- python: '3.8'
|
||||
connector_version: 2.0.3
|
||||
|
||||
|
@ -155,6 +150,9 @@ jobs:
|
|||
- python: '3.9'
|
||||
connector_version: 0.7.11
|
||||
|
||||
- python: '3.9'
|
||||
connector_version: 1.0.2
|
||||
|
||||
- python: '3.9'
|
||||
connector_version: 2.0.1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue