Skip to content

LARGE_BINARY test leaves a real S3 object behind on every S3-reachable run #8670

Description

@Yicong-Huang

What happened?

The LARGE_BINARY test uploads a real object to the configured S3 bucket on every S3-reachable run and never deletes it. The suite teardown removes only the local fixture files, so each run leaves another orphaned object under objects// in the bucket. The test should clean up what it uploaded. Found during post-merge review of #7800; still live on main.

How to reproduce?

Run the LARGE_BINARY tests in FileScanSourceOpExecSpec with S3 reachable (s3LargeBinariesBucket configured). After the run, list the bucket prefix objects// — the uploaded object is still there.

Version/Branch

1.4.0-incubating-SNAPSHOT (main)

Commit Hash (Optional)

70bd3b3

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions