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] Replace static fields as much as possible in AbstractIT to avoid possible problems when running tests parallelly. #4951

Open
yuqi1129 opened this issue Sep 18, 2024 · 0 comments · May be fixed by #4996
Labels
improvement Improvements on everything

Comments

@yuqi1129
Copy link
Contributor

What would you like to be improved?

Currently, many fields in AbstractIT are marked as static, which could be shared between many tests, I suggest we remove the static flag and make them only object-accessible.

How should we improve?

Remove static field as many as we can.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvements on everything
Projects
None yet
1 participant