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

Feature Request: Instrument code coverage for integration tests #12593

Open
ajm188 opened this issue Mar 9, 2023 · 1 comment
Open

Feature Request: Instrument code coverage for integration tests #12593

ajm188 opened this issue Mar 9, 2023 · 1 comment

Comments

@ajm188
Copy link
Contributor

ajm188 commented Mar 9, 2023

Feature Description

As of Go 1.20, it's possible to build binaries that can be fed through go test -cover. We should do this for any endtoend/integration tests that invoke built vitess binaries to start entire clusters.

Use Case(s)

Getting a better sense of what code (and features!) are being exercised by our heavier tests. Hey, maybe we can delete some code at the end, too!

@ajm188 ajm188 added Type: Feature Needs Triage This issue needs to be correctly labelled and triaged Component: Build/CI Type: Testing and removed Needs Triage This issue needs to be correctly labelled and triaged labels Mar 9, 2023
@frouioui
Copy link
Member

frouioui commented Mar 9, 2023

Related to #12364

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants