[controller] log compaction #4498
Annotations
11 errors
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestPushJobStatusStats.java#L46
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.logcompaction.TestLogCompactionService.testScheduledExecution(TestLogCompactionService.java:62)
E.g. thenReturn() may be missing.
Examples of correct stubbing:
when(mock.isOk()).thenReturn(true);
when(mock.isOk()).thenThrow(exception);
doThrow(exception).when(mock).someVoidMethod();
Hints:
1. missing thenReturn()
2. you are trying to stub a final method, which is not supported
3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestPushJobStatusStats.java#L46
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.logcompaction.TestLogCompactionService.testScheduledExecution(TestLogCompactionService.java:62)
E.g. thenReturn() may be missing.
Examples of correct stubbing:
when(mock.isOk()).thenReturn(true);
when(mock.isOk()).thenThrow(exception);
doThrow(exception).when(mock).someVoidMethod();
Hints:
1. missing thenReturn()
2. you are trying to stub a final method, which is not supported
3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestPushJobStatusStats.java#L46
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.logcompaction.TestLogCompactionService.testScheduledExecution(TestLogCompactionService.java:62)
E.g. thenReturn() may be missing.
Examples of correct stubbing:
when(mock.isOk()).thenReturn(true);
when(mock.isOk()).thenThrow(exception);
doThrow(exception).when(mock).someVoidMethod();
Hints:
1. missing thenReturn()
2. you are trying to stub a final method, which is not supported
3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestPushJobStatusStats.java#L46
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.logcompaction.TestLogCompactionService.testScheduledExecution(TestLogCompactionService.java:62)
E.g. thenReturn() may be missing.
Examples of correct stubbing:
when(mock.isOk()).thenReturn(true);
when(mock.isOk()).thenThrow(exception);
doThrow(exception).when(mock).someVoidMethod();
Hints:
1. missing thenReturn()
2. you are trying to stub a final method, which is not supported
3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestPushJobStatusStats.java#L46
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.logcompaction.TestLogCompactionService.testScheduledExecution(TestLogCompactionService.java:62)
E.g. thenReturn() may be missing.
Examples of correct stubbing:
when(mock.isOk()).thenReturn(true);
when(mock.isOk()).thenThrow(exception);
doThrow(exception).when(mock).someVoidMethod();
Hints:
1. missing thenReturn()
2. you are trying to stub a final method, which is not supported
3. you are stubbing the behaviour of another mock inside before 'thenReturn' instruction is completed
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceControllerClusterConfig.java#L263
com.linkedin.venice.exceptions.UndefinedPropertyException: Missing required property 'controller.repush.orchestrator.class.name'.
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceControllerClusterConfig.java#L301
com.linkedin.venice.exceptions.UndefinedPropertyException: Missing required property 'controller.repush.orchestrator.class.name'.
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceControllerClusterConfig.java#L196
com.linkedin.venice.exceptions.UndefinedPropertyException: Missing required property 'controller.repush.orchestrator.class.name'.
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceControllerClusterConfig.java#L196
com.linkedin.venice.exceptions.UndefinedPropertyException: Missing required property 'controller.repush.orchestrator.class.name'.
|
Publish Test Report:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceControllerClusterConfig.java#L397
com.linkedin.venice.exceptions.UndefinedPropertyException: Missing required property 'controller.repush.orchestrator.class.name'.
|
Run Unit Tests with Code Coverage
Process completed with exit code 1.
|
Loading