aio-libs / aiomysql

aiomysql is a library for accessing a MySQL database from the asyncio
https://aiomysql.rtfd.io
MIT License
1.74k stars 255 forks source link

pass ssl context in SA tests #841

Closed Nothing4You closed 2 years ago

Nothing4You commented 2 years ago

What do these changes do?

pass ssl context in SA tests

Are there changes in behavior for the user?

no

Related issue number

-

Checklist

codecov[bot] commented 2 years ago

Codecov Report

Merging #841 (ab13f94) into master (bafc4ed) will decrease coverage by 0.04%. The diff coverage is 50.00%.

@@            Coverage Diff             @@
##           master     #841      +/-   ##
==========================================
- Coverage   93.68%   93.63%   -0.05%     
==========================================
  Files          36       36              
  Lines        5526     5532       +6     
  Branches      934      937       +3     
==========================================
+ Hits         5177     5180       +3     
  Misses        262      262              
- Partials       87       90       +3     
Flag Coverage Δ
ubuntu-latest_3.10_mariadb-10.3 90.16% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.10_mariadb-10.4 90.16% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.10_mariadb-10.5 90.14% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.10_mariadb-10.6 90.14% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.10_mariadb-10.7 90.14% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.10_mariadb-10.8 90.14% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.10_mysql-5.7 90.85% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.10_mysql-8.0 92.24% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mariadb-10.3 90.13% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mariadb-10.4 90.13% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mariadb-10.5 90.11% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mariadb-10.6 90.11% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mariadb-10.7 90.11% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mariadb-10.8 90.11% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mysql-5.7 90.81% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.11-dev_mysql-8.0 92.20% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mariadb-10.3 89.61% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mariadb-10.4 89.61% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mariadb-10.5 89.59% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mariadb-10.6 89.59% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mariadb-10.7 89.59% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mariadb-10.8 89.59% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mysql-5.7 90.34% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.7_mysql-8.0 91.82% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mariadb-10.3 90.20% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mariadb-10.4 90.20% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mariadb-10.5 90.19% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mariadb-10.6 90.19% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mariadb-10.7 90.19% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mariadb-10.8 90.19% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mysql-5.7 90.89% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.8_mysql-8.0 92.27% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.3 90.06% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.4 90.06% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.5 90.04% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.6 90.04% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.7 90.04% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mariadb-10.8 90.04% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mysql-5.7 90.75% <50.00%> (-0.05%) :arrow_down:
ubuntu-latest_3.9_mysql-8.0 92.12% <50.00%> (-0.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
tests/sa/test_sa_compiled_cache.py 98.76% <50.00%> (-1.24%) :arrow_down:
tests/sa/test_sa_default.py 98.61% <50.00%> (-1.39%) :arrow_down:
tests/sa/test_sa_engine.py 99.17% <50.00%> (-0.83%) :arrow_down:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more