File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ def test_create_namespace_if_already_existing(catalog: RestCatalog) -> None:
7575@pytest .mark .integration
7676@pytest .mark .parametrize ("catalog" , [lf ("session_catalog" )])
7777def test_replace_table (catalog : Catalog ) -> None :
78- """End-to-end smoke test: replace_table against a real REST server."""
7978 identifier = f"default.test_replace_table_e2e_{ catalog .name } "
8079 if not catalog .namespace_exists ("default" ):
8180 catalog .create_namespace ("default" )
@@ -112,7 +111,6 @@ def test_replace_table(catalog: Catalog) -> None:
112111@pytest .mark .integration
113112@pytest .mark .parametrize ("catalog" , [lf ("session_catalog" )])
114113def test_replace_table_transaction (catalog : Catalog ) -> None :
115- """RTAS against a real REST server: the schema swap and the new-data write land atomically."""
116114 identifier = f"default.test_replace_rtas_{ catalog .name } "
117115 if not catalog .namespace_exists ("default" ):
118116 catalog .create_namespace ("default" )
You can’t perform that action at this time.
0 commit comments