pingcap / failpoint

An implementation of failpoints for Golang.
Apache License 2.0
817 stars 63 forks source link

ctl: support symbolic linked path #59

Closed AstroProfundis closed 4 years ago

AstroProfundis commented 4 years ago

What problem does this PR solve?

Files are not changed if the path is a symbolic link

What is changed and how it works?

Try to resolve every paths as symbolic link before adding to the path list

Check List

Tests

Side effects

Related changes

codecov[bot] commented 4 years ago

Codecov Report

Merging #59 into master will not change coverage. The diff coverage is n/a.

@@             Coverage Diff             @@
##             master        #59   +/-   ##
===========================================
  Coverage   85.9183%   85.9183%           
===========================================
  Files             7          7           
  Lines           980        980           
===========================================
  Hits            842        842           
  Misses           85         85           
  Partials         53         53           
lonng commented 4 years ago

LGTM

CLAassistant commented 4 years ago

CLA assistant check
All committers have signed the CLA.