Upgrade MySQL "Real" Mocks
tooolbox opened this issue · 0 comments
tooolbox commented
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.