DigitalChinaOpenSource / TiDB-for-PostgreSQL

PgSQL compatible on distributed database TiDB
Apache License 2.0
385 stars 21 forks source link

Go Mod, Makefile: Dependency update #51

Closed AmoebaProtozoa closed 3 years ago

AmoebaProtozoa commented 3 years ago

Change Summary

Changed dependency path for HdrHistogram as suggested in issue #38

Updated DCParser version to v1.25-alpha, adding support for BEGIN READ WRITE.

Added make dev-tmp as a temporary substitute for make dev, as the latter requires explaintest

Test passed

passed make dev-tmp locally

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (main@f38ed9e). Click here to learn what that means. The diff coverage is n/a.

@@            Coverage Diff            @@
##             main        #51   +/-   ##
=========================================
  Coverage        ?   69.3861%           
=========================================
  Files           ?        523           
  Lines           ?     151033           
  Branches        ?          0           
=========================================
  Hits            ?     104796           
  Misses          ?      36299           
  Partials        ?       9938