SERVER-115568: Remove check that does not work with missing collections in validate hook (#45318)

GitOrigin-RevId: 6dce4821ae7c3dd304a584a825a4e381ccec6891
This commit is contained in:
seanzimm 2025-12-16 16:07:32 -05:00 committed by MongoDB Bot
parent 4c3aa08d00
commit 751005bf89
1 changed files with 0 additions and 5 deletions

View File

@ -1247,11 +1247,6 @@ class ReplicaSetFixture(interface.ReplFixture, interface._DockerComposeInterface
raise RuntimeError(
f"Missing {db_name}.{coll_name} hashes on a node outside of a multiversion suite."
)
elif something_set:
# we have previously gotten a hash for this node, so we should continue to get hashes for it.
raise RuntimeError(
f"Missing {db_name}.{coll_name} hashes on a node when we previously received hashes on other namespaces."
)
if not base_hashes and something_set:
base_hashes = hashes