Tests are failing relating to a feature added in PR 46089 for drivers that inherit from a driver that can limit json length.
Selecting huge json objects comes with obvious memory pressure. We want to limit that. To do this, we have a
multimethod called json-field-length
that knows how to get the length of json fields.
We want to use this to select only those values which aren't "too big"™.