[PLT-0] update test assets#2055
Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 3b68e3a. Configure here.
| { | ||
| "mask": { | ||
| "instanceURI": "https://storage.googleapis.com/labelbox-datasets/image_sample_data/raster_seg.png", | ||
| "instanceURI": "https://storage.googleapis.com/lb-test-data/cataflow/media/dog.png", |
There was a problem hiding this comment.
Segmentation mask replaced with regular photo image
Medium Severity
The segmentation mask instanceURI was changed from raster_seg.png (a purpose-built binary segmentation mask) to dog.png (likely a regular photograph). Segmentation masks work by using colorRGB (here (255, 255, 255)) to identify which pixels belong to the segmented region. A regular dog photo is unlikely to have meaningful pure-white pixels, resulting in an empty or nonsensical segmentation — potentially causing test failures or silently making the tests meaningless.
Reviewed by Cursor Bugbot for commit 3b68e3a. Configure here.
There was a problem hiding this comment.
Yeah, not sure it matters for this test - let's see what happens.


Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
All Submissions
New Feature Submissions
Changes to Core Features
Note
Low Risk
Test-only changes that swap referenced remote fixtures; risk is limited to potential test flakiness if the new hosted assets/URLs are unavailable or differ in format.
Overview
Switches test fixtures and integration tests to use a new set of hosted media assets (video/audio/HTML/text/PDF/conversational and a segmentation mask), including updating
image_urlto useIMG_URLinstead of a dedicated maskable image.Removes the unused
llm_human_preference_data_row_factoryfixture and updates PDF URL references used in data-row update/upsert attachment assertions.Reviewed by Cursor Bugbot for commit 3b68e3a. Bugbot is set up for automated code reviews on this repo. Configure here.