mirror of https://github.com/mongodb/mongo
SERVER-115568: Remove check that does not work with missing collections in validate hook (#45318)
GitOrigin-RevId: 6dce4821ae7c3dd304a584a825a4e381ccec6891
This commit is contained in:
parent
4c3aa08d00
commit
751005bf89
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue