-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Azure.Search: Fix IndexDocuments merge with static documents test from Track 1 #10602
Comments
Track 1 isn't serializing nulls to the wire based on serializer settings. We can revisit this once we add that level of serialization option customization in Track 2. |
@tg-msft can this be closed now? |
No, we've still got a bunch of commented out Track 1 tests that were never fixed after we started properly supporting ObjectSerializer. |
@tg-msft can this be closed now considering track1 SDK has been deprecated. |
No, this is about adding Track 1 test cases to Track 2. See https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/search/Azure.Search.Documents/tests/DocumentOperations/IndexingTests.cs#L1014 |
@ShivangiReja I am closing this issue as not planned given our priorities, feel free to reopen if you feel otherwise. |
This is the only disabled test from the Track 1 suite relative to Preview 1 features.
The text was updated successfully, but these errors were encountered: