Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Run tests as GitHub Actions (julien-duponchelle#376)
To easier find out when changes break the tests. - Use Python 3.7 for starters, because it's the oldest still-supported CPython interpreter version. More can be added in a subsequent step. - Use "docker compose" to run the Percona versions from the dev readme. Different MySQL implementations (e.g. MariaDB, Oracle, etc.) could be added on top. - The test suite is skipping `test_no_trailing_rotate_event` because it requires a different test setup, with access to the binlog files. - The test suite also skips `test_end_log_pos` for now, because it currently fails and the best solution wasn't obvious to me, the original author should have a look.
- Loading branch information