We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
package main import ( "github.com/pingcap/failpoint" ) const ( Marker = "failpoint-name" ) func F1(name string) string { failpoint.Inject(Marker, nil) return "hello " name }
What did you expect to see? This file can be correctly rewritten by failpoint-ctl tool
failpoint-ctl
What did you see instead? rewrite failed.
/bin/sh: Rewrite: command not found make: *** [failpoint-enable] Error 127
Versions of the failpoint
failpoint-ctl -V
ReleaseVersion bf45ab2 BuildTS 2019-05-15 09:48:44 GitHash bf45ab2 GitBranch master GoVersion go version go1.12 darwin/amd64
The text was updated successfully, but these errors were encountered:
@lonng as we've discussed. Open an issue to track this.
Sorry, something went wrong.
Thanks for your report.
fixed in #46
Wow! Great! thanks @amyangfei @hanfei1991
No branches or pull requests
Bug Report
Please answer these questions before submitting your issue. Thanks!
failpoint fail to rewrite the following circumstance:
What did you expect to see?
This file can be correctly rewritten by
failpoint-ctl
toolWhat did you see instead?
rewrite failed.
Versions of the failpoint
failpoint-ctl -V
):ReleaseVersion bf45ab2
BuildTS 2019-05-15 09:48:44
GitHash bf45ab2
GitBranch master
GoVersion go version go1.12 darwin/amd64
The text was updated successfully, but these errors were encountered: