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

[Improvement] Disable docker related tests(some UTs and all ITs) by default to lower the development barrier for developers #3940

Closed
yuqi1129 opened this issue Jun 21, 2024 · 2 comments · Fixed by #3974
Assignees
Labels
0.6.0 Release v0.6.0 improvement Improvements on everything

Comments

@yuqi1129
Copy link
Contributor

What would you like to be improved?

Currently, if developers run gradle build or similar commands, all tests that depend on the docker environment will run if the docker service is up in the developing machine. In this case, it will make developers hard to to develop as the docker-related test is not very stable in the local environment.

How should we improve?

Disable docker-related tests by default and only run them in Github CI.

@yuqi1129 yuqi1129 added the improvement Improvements on everything label Jun 21, 2024
@yuqi1129 yuqi1129 changed the title [Improvement] Disable docker related tests(some UTs and all ITs) by default to lower the Lower the development barrier for developers [Improvement] Disable docker related tests(some UTs and all ITs) by default to lower the development barrier for developers Jun 21, 2024
@shaofengshi
Copy link
Contributor

+1, new comer should only run UT by default; to run IT, just add additional parameters like "includesIT"

@jerryshao
Copy link
Contributor

@mchades can you please work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.6.0 Release v0.6.0 improvement Improvements on everything
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants