You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is related to the test issues discussed in #424 and #493 . AD still has a long list of classes that could not meet the test coverage bar.
One dominate reason for lacking tests coverage is that some classes in AD have super long and complicated functions which are difficult to be tested. To resolve this problem, we need to refactor those untested classes and decouple the complexities into smaller sub-functions.
After the first scan of the Jacoco test exclusive list, the following classes needs refactor before adding more unit tests.
This is related to the test issues discussed in #424 and #493 . AD still has a long list of classes that could not meet the test coverage bar.
One dominate reason for lacking tests coverage is that some classes in AD have super long and complicated functions which are difficult to be tested. To resolve this problem, we need to refactor those untested classes and decouple the complexities into smaller sub-functions.
After the first scan of the Jacoco test exclusive list, the following classes needs refactor before adding more unit tests.
DeleteAnomalyDetectorTransportAction
SearchAnomalyResultTransportAction
AnomalyResultBulkIndexHandler
ADTaskManager
ADBatchTaskRunner
AnomalyDetectorRunner
AnomalyDetectorJobRunner
ModelValidationActionHandler
ModelValidationActionHandler
RestStatsAnomalyDetectorAction
RestValidateAnomalyDetectorAction
RestIndexAnomalyDetectorAction
The text was updated successfully, but these errors were encountered: