You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, many fields in TestJDBCBackend 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.
The text was updated successfully, but these errors were encountered:
What would you like to be improved?
Currently, many fields in TestJDBCBackend 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.
The text was updated successfully, but these errors were encountered: