Commit Graph

7 Commits

Author SHA1 Message Date
11b61738f3 parser: migrate test-infra to testify (#29191) 2021-10-28 12:30:49 +08:00
8d23ad21c9 [parser] auth: add the caching sha2 algorithm for authentication (#1232)
This allows validating passwords against the `authentication_string`
data that MySQL stores for caching_sha2 passwords.

Related:
- https://github.com/pingcap/tidb/issues/9411
2021-10-09 14:53:23 +08:00
5a5818f67c [parser] rename go.mod1 to go.mod (#682)
* rename go.mod1 to go.mod

* update .gitignore

* downgrade logrus
2021-10-09 14:53:23 +08:00
173184e18d [parser] test.sh: do not compile tests in parallel (#382) 2021-10-09 14:53:23 +08:00
d2849ffa22 [parser] test: count coverage for all packages when unit testing (#377) 2021-10-09 14:53:23 +08:00
304090faa7 [parser] test: enable coverage when running unit tests (#324)
* test: enable coverage when running unit tests

* README: add codecov badge
2021-10-09 14:53:23 +08:00
ee29b5f005 [parser] update README.md, fix make test, add circle.yml (#23) 2021-10-09 14:53:23 +08:00