-
Notifications
You must be signed in to change notification settings - Fork 9.8k
New issue
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
functional-tester: latency Injection shows error on live tester #6841
Labels
Comments
@fanminshi For these env dependent tests, probably we can just skip it if failure injection fails? |
fanminshi
changed the title
functional-tester: latency Injection fails on live tester
functional-tester: latency Injection shows error on live tester
Nov 12, 2016
@xiang90 the current tester will skip if latency injection has failed. So the tester still proceed. the problem is that latency injection failure is not being tested at all on live tester. |
@fanminshi OK. That is bad. We should fix it. |
Yeah, I noticed this problem when I am working on #5614. |
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Nov 16, 2016
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Nov 17, 2016
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Nov 17, 2016
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Nov 17, 2016
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Nov 17, 2016
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Nov 17, 2016
gyuho
added a commit
to gyuho/etcd
that referenced
this issue
Nov 18, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The current 3 node tester is reporting error on latency injection.
The current tester inject latency on
dev eth0
(https://github.com/coreos/etcd/blob/master/pkg/netutil/isolate_linux.go#L49), but the agents don't havedev eh0
we need a programmatic way to configure network interface.
The text was updated successfully, but these errors were encountered: