Alexey Zinoviev created IGNITE-13532:
----------------------------------------
Summary: [ML] Test DatasetAffinityFunctionWrapperTest failed with
UnnecessaryStubbingException
Key: IGNITE-13532
URL: https://issues.apache.org/jira/browse/IGNITE-13532
Project: Ignite
Issue Type: Bug
Components: ml
Reporter: Alexey Zinoviev
Assignee: Alexey Zinoviev
Fix For: 2.10
org.mockito.exceptions.misusing.UnnecessaryStubbingException: Unnecessary
stubbings detected in test class: DatasetAffinityFunctionWrapperTest Clean &
maintainable test code requires zero unnecessary code. Following stubbings are
unnecessary (click to navigate to relevant line of code): 1. -> at
org.apache.ignite.ml.dataset.impl.cache.util.DatasetAffinityFunctionWrapperTest.testPartition(DatasetAffinityFunctionWrapperTest.java:80)
Please remove unnecessary stubbings or use 'lenient' strictness. More info:
javadoc for UnnecessaryStubbingException class.
org.mockito.exceptions.misusing.UnnecessaryStubbingException:
Unnecessary stubbings detected in test class: DatasetAffinityFunctionWrapperTest
Clean & maintainable test code requires zero unnecessary code.
Following stubbings are unnecessary (click to navigate to relevant line of
code):
1. -> at
org.apache.ignite.ml.dataset.impl.cache.util.DatasetAffinityFunctionWrapperTest.testPartition(DatasetAffinityFunctionWrapperTest.java:80)
Please remove unnecessary stubbings or use 'lenient' strictness. More info:
javadoc for UnnecessaryStubbingException class.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)