-
-
Notifications
You must be signed in to change notification settings - Fork 98
Improve mise test:init #648
Copy link
Copy link
Open
Labels
component/buildBuild system and packagingBuild system and packagingcomponent/cliCLI tools relatedCLI tools relatedcomponent/kvKey–value store relatedKey–value store relatedcomponent/mqMessage queue relatedMessage queue relatedcomponent/testingTesting utilities (@fedify/testing)Testing utilities (@fedify/testing)type/enhancementImprovements to existing featuresImprovements to existing features
Metadata
Metadata
Assignees
Labels
component/buildBuild system and packagingBuild system and packagingcomponent/cliCLI tools relatedCLI tools relatedcomponent/kvKey–value store relatedKey–value store relatedcomponent/mqMessage queue relatedMessage queue relatedcomponent/testingTesting utilities (@fedify/testing)Testing utilities (@fedify/testing)type/enhancementImprovements to existing featuresImprovements to existing features
Summary
Improve
mise test:initwith optimization.Problem
Currently, running
mise test:initwithout any constraints tests a total of 560 cases. Even on Apple's latest M5 chip, it takes over 2 hours. Optimization is desperately needed.Proposed Solution
Considering the following approaches:
--unify-mq-kv: Test cases where KV and MQ have the same options. If an option is unavailable on the other side, fallback toin-processorin-memory.-d,--debugAlternatives Considered
No response
Scope / Dependencies
No response