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

Introduce static testing tools to operator and aggregator tests #215

Closed
Hyodar opened this issue Jun 5, 2024 · 2 comments
Closed

Introduce static testing tools to operator and aggregator tests #215

Hyodar opened this issue Jun 5, 2024 · 2 comments
Assignees

Comments

@Hyodar
Copy link
Contributor

Hyodar commented Jun 5, 2024

We should explore more of Go's default and external tooling for statically testing code. This includes plain linting as well as fancier features such as concurrency scanning for race conditions. This tooling should be integrated to both unit and integration tests.

@emlautarom1
Copy link
Contributor

Relevant to #174

This was referenced Jun 12, 2024
@emlautarom1
Copy link
Contributor

Added linter in #251 and race detector in #256

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