Skip to content
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

Avoid skipping tests by integration.BeforeTest #37340

Closed
lcwangchao opened this issue Aug 24, 2022 · 0 comments · Fixed by #37341
Closed

Avoid skipping tests by integration.BeforeTest #37340

lcwangchao opened this issue Aug 24, 2022 · 0 comments · Fixed by #37341
Labels
type/enhancement The issue or PR belongs to an enhancement.

Comments

@lcwangchao
Copy link
Collaborator

Enhancement

integration.BeforeTest provided by etcd package will check the goroutine leak. If any leak founded, it will skip the current test. However, some leaks are difficult to avoid, so we ignore it in TestMain, but it will not affect etcd package. We should disable the etcd's go leak check to avoid skipping tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
1 participant