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] Use skipTests parameter to skip unit tests of python client #3959

Open
bknbkn opened this issue Jun 25, 2024 · 0 comments
Open
Assignees
Labels
0.6.0 Release v0.6.0 improvement Improvements on everything

Comments

@bknbkn
Copy link
Contributor

bknbkn commented Jun 25, 2024

What would you like to be improved?

Like other modules, provide an option to skip unit tests

How should we improve?

If there is skip unittest, the unit test will be skipped. If there are (skipIT or skipPythonClientIT) and skipTests, the entire python client test phase will be skipped.

@bknbkn bknbkn added the improvement Improvements on everything label Jun 25, 2024
jerryshao pushed a commit that referenced this issue Jun 26, 2024
…it tests of python client (#3960)

### What changes were proposed in this pull request?

change build.gradle.kts test phase in python client

### Why are the changes needed?

provide an option to skip python client unit tests

Fix: # #3959

### Does this PR introduce _any_ user-facing change?

no

### How was this patch tested?

./gradlew :client:client-python:test -PskipTests can skip unitTest

./gradlew :client:client-python:test -PskipTests -PskipITs can skip all
python client tests

./gradlew :client:client-python:test -PskipTests -PskipPyClientITs can
also skip all python client tests
@jerryshao jerryshao added the 0.6.0 Release v0.6.0 label Jun 26, 2024
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

No branches or pull requests

2 participants