action #16394
[tools]split/refactor t/05-scheduler-dependencies.t
Start date:
2017-02-01
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Test t/05-scheduler-dependencies.t
(in PR#1214) more than 1000 lines long, consider some refactoring or splitting into more related test files.
History
#1
Updated by mkittler almost 6 years ago
- Assignee set to mkittler
#2
Updated by mkittler almost 6 years ago
- Status changed from New to In Progress
PR for first cleanup is merged now: https://github.com/os-autoinst/openQA/pull/1225
#3
Updated by RBrownSUSE almost 6 years ago
- Subject changed from split/refactor t/05-scheduler-dependencies.t to [tools]split/refactor t/05-scheduler-dependencies.t
#4
Updated by mkittler almost 6 years ago
- Status changed from In Progress to Feedback
Another PR: https://github.com/os-autoinst/openQA/pull/1306
It is now only 867 lines which should be ok.
#5
Updated by okurz almost 6 years ago
- Status changed from Feedback to Resolved
https://github.com/os-autoinst/openQA/pull/1306 merged. In the future we should watch out to not increase the size of that test again too much. Thank you.