cossacklabs / acra

Database security suite. Database proxy with field-level encryption, search through encrypted data, SQL injections prevention, intrusion detection, honeypots. Supports client-side and proxy-side ("transparent") encryption. SQL, NoSQL.
https://www.cossacklabs.com/acra/
Apache License 2.0
1.33k stars 128 forks source link

Improve testing connection closes for parallel test run #600

Closed Lagovas closed 1 year ago

Lagovas commented 1 year ago

Improved test case to use configured db name for MySQL instead of default and rely only on connections of configure database instead of whole database. It helps to run tests parallely.

Checklist