gravitino
gravitino copied to clipboard
[Improvement] replace static fields of TestJDBCBackend to avoid potential problems in parallel tests
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.