ajvb / kala

Modern Job Scheduler
MIT License
2.11k stars 187 forks source link

Upgrade MySQL "Real" Mocks #225

Open tooolbox opened 4 years ago

tooolbox commented 4 years ago

Currently the MySQL storage driver uses https://github.com/lestrrat-go/test-mysqld to perform some test with a real database (in addition to the fully mocked ones provided by the datadog library).

However, the lestrrat library is a frequent source of troubles. A potential replacement is https://github.com/src-d/go-mysql-server

Review.