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
'org.opensearch.ad.transport.StopDetectorRequest',
'org.opensearch.ad.transport.StopDetectorResponse',
'org.opensearch.ad.transport.CronRequest',
// related to transport actions added for security
'org.opensearch.ad.transport.DeleteAnomalyDetectorTransportAction*',
'org.opensearch.ad.transport.GetAnomalyDetectorTransportAction*',
'org.opensearch.ad.transport.SearchAnomalyResultTransportAction*',
'org.opensearch.ad.transport.SearchAnomalyDetectorInfoTransportAction*',
'org.opensearch.ad.transport.AnomalyDetectorJobRequest',
The text was updated successfully, but these errors were encountered:
The jacocoExclusions list includes lots of classes in AD transport layer. https://github.com/opensearch-project/anomaly-detection/blob/main/build.gradle#L513. They lack tests coverage which may cause bugs.
We should add tests into the following classes in the transport layer.
The text was updated successfully, but these errors were encountered: