Skip to content

Conversation

@patrickfreed
Copy link
Contributor

This PR fixes the capitalization of a ReadPreference mode in one of the SDAM unified tests. It currently reads Secondary, which is consistent with existing server selection and max-staleness tests but inconsistent with existing unified format tests (this CRUD unified test uses secondaryPreferred, for example).

This PR also updates the unified test format changelog to mention the addition of the createEntities operation.

Thanks to @dariakp for noticing these issues.

@ShaneHarvey @jyemin would you prefer if there was a separate DRIVERS ticket for this since you both already implemented the original change? Or do you just want to sync this in real quick as a one-off? Happy to do either, just figured I'd check before making some Jira noise.

@patrickfreed patrickfreed requested a review from dariakp August 22, 2022 23:25
@patrickfreed patrickfreed marked this pull request as ready for review August 22, 2022 23:25
@patrickfreed patrickfreed requested review from a team as code owners August 22, 2022 23:25
@patrickfreed patrickfreed requested review from jmikola and nbbeeken and removed request for a team August 22, 2022 23:25
@jyemin
Copy link
Contributor

jyemin commented Aug 22, 2022

Java driver does a toLower on the mode, so this didn't come up. No need for a separate ticket.

Copy link
Member

@ShaneHarvey ShaneHarvey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python also lowercases so this works just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants