maximskripnik / miknik

POC Mesos Framework with automatic dynamic cluster capacity management
0 stars 0 forks source link

Refactor tests for core components #24

Open maximskripnik opened 4 years ago

maximskripnik commented 4 years ago

Current unit tests are prone to race conditions and in fact present only for the sake of coverage. They don't really do actual testing. Instead, a set of proper integrated tests should be introduced

maximskripnik commented 4 years ago

Removed tests for WorkloadSupervisorActor in this commit: https://github.com/maximskripnik/miknik/commit/5e85f0a2516ee4a678d6800d432811921c7e4836

This spec was failing ci build way too often, so since those tests will be refactored later anyway, might as well drop them for now