gravitino icon indicating copy to clipboard operation
gravitino copied to clipboard

[Improvement] replace static fields of TestJDBCBackend to avoid potential problems in parallel tests

Open mchades opened this issue 10 months ago • 0 comments

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.

mchades avatar Feb 25 '25 02:02 mchades