Adopt vws-test-fixtures 2026.8.23 boundary fixtures - #3161
Merged
Conversation
Fixes #3160 - Bump vws-test-fixtures to 2026.8.23 - Use jpeg_too_large for Cloud Recognition size-limit tests - Derive over-limit metadata from application_metadata_near_size_limit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
vws-test-fixturesto 2026.8.23jpeg_too_largefor Cloud RecognitionRequestEntityTooLargetestsapplication_metadata_near_size_limitFixes #3160
Test plan
test_cloud_reco_exceptions.py::test_image_too_largetest_async_cloud_reco_exceptions.py::test_image_too_largetest_vws_exceptions.py::test_metadata_too_largetest_async_vws_exceptions.py::test_metadata_too_largeNote
Low Risk
Test-only fixture bump and exception-test updates; no production or security-sensitive code changes.
Overview
Bumps
vws-test-fixturesto2026.8.23and uses its new boundary fixtures in exception tests.Cloud Recognition
RequestEntityTooLargetests now query withjpeg_too_largeinstead ofpng_too_large.MetadataTooLargetests build over-limit metadata fromapplication_metadata_near_size_limitinstead of a hardcoded oversized string.Reviewed by Cursor Bugbot for commit b0e6b2b. Bugbot is set up for automated code reviews on this repo. Configure here.