pingcap / failpoint

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

runtime: fix return value sequence of failpoint.Eval #26

Closed amyangfei closed 5 years ago

amyangfei commented 5 years ago

What problem does this PR solve?

pr #25 changed the return value sequence in rewriter, but didn't synchronize the modification to failpoint runtime

What is changed and how it works?

change returen value sequence in failpoint runtime

Check List

Tests

codecov[bot] commented 5 years ago

Codecov Report

Merging #26 into master will not change coverage. The diff coverage is 85.7142%.

@@             Coverage Diff             @@
##             master        #26   +/-   ##
===========================================
  Coverage   86.9169%   86.9169%           
===========================================
  Files             7          7           
  Lines           879        879           
===========================================
  Hits            764        764           
  Misses           73         73           
  Partials         42         42
amyangfei commented 5 years ago

PTAL @lonng @kennytm