sentry-cli icon indicating copy to clipboard operation
sentry-cli copied to clipboard

Add thorough tests for debug file chunk uploading

Open szokeasaurusrex opened this issue 1 year ago • 0 comments

Our current chunk uploading tests don't appear to actually verify that inputting a given file to Sentry CLI for chunk upload produces the expected chunks.

Before refactoring the chunk uploading code to add support for chunk uploading Proguard files, we should add tests that ensure that for a given debug information file, Sentry CLI produces the correct chunks for upload. This way, we can more easily detect if our refactor introduces a change in behavior

szokeasaurusrex avatar Oct 23 '24 13:10 szokeasaurusrex