datastrato / gravitino

World's most powerful data catalog service with providing a high-performance, geo-distributed and federated metadata lake.
https://datastrato.ai/docs/
Apache License 2.0
347 stars 150 forks source link

[Improvement] `dispatcher` tests are run repeatedly #3227

Closed mchades closed 1 week ago

mchades commented 2 weeks ago

What would you like to be improved?

since TestXxxNormalizeDispatcher extends TestXxxOperationDispatcher, this will cause the tests in TestXxxOperationDispatcher to run repeatedly

How should we improve?

Removing Inheritance