Skip to content

Commit

Permalink
check if table exist and db exists after db delete was blocked
Browse files Browse the repository at this point in the history
  • Loading branch information
Giorgio Trettenero committed Dec 7, 2024
1 parent 41d021a commit 7ee77fe
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,6 @@ public void testDeleteDbNoCascades() {
polarisTableService.create(requestContext, tableInfo);
Assert.assertTrue(polarisTableService.exists(requestContext, qualifiedName));

polarisDBService.delete(requestContext, DB1_QUALIFIED_NAME);

Assertions.assertThrows(InvalidMetaException.class, () ->
polarisDBService.delete(requestContext, DB1_QUALIFIED_NAME));

Expand Down

0 comments on commit 7ee77fe

Please sign in to comment.