projectnessie / nessie

Nessie: Transactional Catalog for Data Lakes with Git-like semantics
https://projectnessie.org
Apache License 2.0
989 stars 130 forks source link

Add initial unit tests for `CatalogServiceImpl` #8998

Closed snazy closed 3 months ago

snazy commented 3 months ago

This change is only meant to add AbstractCatalogService to serve as a base for upcoming tests in other PRs. The change to CatalogServiceImpl is only there to ease testing. The initial unit test in TestCatalogServiceImpl is rather a placeholder, not a "real test".