You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate replace integration tests into single RTAS path
The DDL-only integration test only added one unique invariant beyond
the RTAS test: that current_snapshot_id is None after a replace with
no follow-up append. That invariant is already covered at the
catalog-behavior layer (test_replace_transaction) against
InMemoryCatalog + SqlCatalog. Backends don't differentiate "DDL-only
commit" from "DDL+write commit" at the protocol level, so a separate
integration variant adds little signal.
Fold the UUID-preservation assertion (which the RTAS test wasn't
checking explicitly) into the consolidated test.
0 commit comments