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.36k stars 128 forks source link

Fix race conditions in censor's querywriter #468

Closed Lagovas closed 2 years ago

Lagovas commented 2 years ago

It is the second approach to fix flaky tests in acra-censor package by fixing race conditions in querywriter. What was done:

Checklist

iamnotacake commented 2 years ago

If it's possible, in future we could add files like the CHANGELOG_DEV.md and CHANGELOG.md to CI blacklist to avoid triggering it. Or simply add [skip ci] to such "text only" commits' titles to avoid wasting resources.