Skip to content
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

[Internal] Binary Encoding: Adds unit tests with binary encoding enabled for CosmosBufferedStreamWrapper. #4947

Merged
merged 6 commits into from
Jan 7, 2025

Conversation

aavasthy
Copy link
Contributor

@aavasthy aavasthy commented Jan 3, 2025

Description

The tests for CosmosBufferedStreamWrapper ensure it correctly handles complex JSON with nested objects, arrays, GUIDs, and mixed data by testing serialization and deserialization. They check that the wrapper preserves JSON integrity, supports stream reading and resetting, and works reliably for various JSON scenarios.

Type of change

Please delete options that are not relevant.

  • New feature (non-breaking change which adds functionality)

Closing issues

To automatically close an issue: closes #4719

@aavasthy aavasthy added the auto-merge Enables automation to merge PRs label Jan 3, 2025
@aavasthy aavasthy self-assigned this Jan 3, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot enabled auto-merge (squash) January 3, 2025 00:49
@aavasthy aavasthy removed the auto-merge Enables automation to merge PRs label Jan 3, 2025
@kirankumarkolli kirankumarkolli merged commit 90436bf into master Jan 7, 2025
24 checks passed
@kirankumarkolli kirankumarkolli deleted the users/aavasthy/binaryencoding_functiontests branch January 7, 2025 20:20
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.

Binary Encoding - Fix Existing Serialization Gaps on Newtonsoft Reader and Writer
4 participants