Skip to content

Unit tests should catch unexpected jumps in file sizes in VSIXΒ #9773

@drewnoakes

Description

@drewnoakes

We have unit tests (PackageContentTests?) that validate the set of files in the VSIX files we build. These only catch if files are unexpectedly removed or added.

We should also have a test that fails if the size of included files jumps unexpectedly. It might also be helpful to check if file sizes drop unexpectedly too.

We would have to baseline the expected file sizes in the tests themselves. On occasion we would need to update these baselines due to product evolution.

Metadata

Metadata

Assignees

Labels

Area-TestingRelates to testing and does not affect product code.

Type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions