gravitino
gravitino copied to clipboard
[Improvement] refactor class `TestJDBCBackend` and `TestEntityStorage`
What would you like to be improved?
- The
TestJDBCBackendis too large and it only test the H2 backend, missing MySQL and PG tests - The
TestEntityStorageis too large and may overlap with theTestJDBCBackend
How should we improve?
refactor class TestJDBCBackend and TestEntityStorage