Merge upstream/main, resolving conflicts #464
Matrix: Clients / UT & CodeCov
Matrix: Controller / UT & CodeCov
Matrix: Integrations / UT & CodeCov
Matrix: Internal / UT & CodeCov
Matrix: Router / UT & CodeCov
Matrix: Server / UT & CodeCov
Matrix: StaticAnalysis
ValidateGradleWrapper
13s
StaticAnalysisAndUnitTestsFailureAlert
0s
Annotations
12 errors
|
SITWithPWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
Wanted 2 times:
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:523)
But was 1 time:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2842)
|
|
SITWithPWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
Wanted 2 times:
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:523)
But was 1 time:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2842)
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L123
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:123)
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
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L123
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:123)
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
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L123
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:123)
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
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L123
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:123)
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
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L123
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:123)
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
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L123
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:123)
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
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Memory allocated is negative! memoryAllocatedBeforeInstantiations: 2704353200; memoryAllocatedAfterInstantiations: 2668837424; memoryAllocatedByInstantiations: -35515776; 3 attempts left.
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Memory allocated is negative! memoryAllocatedBeforeInstantiations: 2704353200; memoryAllocatedAfterInstantiations: 2668837424; memoryAllocatedByInstantiations: -35515776; 3 attempts left.
|
|
StoreBackendTest.testSubscribeCurrentVersion:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/StoreBackendTest.java#L195
java.lang.AssertionError: expected [true] but found [false]
|
|
StoreBackendTest.testSubscribeCurrentVersion:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/StoreBackendTest.java#L195
java.lang.AssertionError: expected [true] but found [false]
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
StaticAnalysis
Expired
|
928 KB |
sha256:10ddcb16a8e203e924cee367c478bac0847bbe91b14983be602ce5601842af96
|
|
|
clients-jdk11
Expired
|
3.32 MB |
sha256:b53f5d0eefdf95dee2d8da541ccbd71a86070520c3c8edc5c6bea9630a879acb
|
|
|
clients-jdk17
Expired
|
3.32 MB |
sha256:70f9cec7cee023a0189a3f7344b09488bac87f6dc1c86aecfe98313d1891804a
|
|
|
clients-jdk8
Expired
|
3.29 MB |
sha256:543353c855bea0edf60d6c5447a7fc3bf2287da1424552a2973830afe94da81a
|
|
|
controller-jdk11
Expired
|
2.09 MB |
sha256:3d1d8641248212e82d96d63cc7289e7365f1717737bcd8122970bcc74ab44ee3
|
|
|
controller-jdk17
Expired
|
2.09 MB |
sha256:3ac3844d6017d60630776a4a6f78afd0e1f89ad4371a0774ac52256546c6d989
|
|
|
controller-jdk8
Expired
|
2.07 MB |
sha256:1fe08f105ad09de471e7445900664ff2f15340febfe5e375a57eee329da3a794
|
|
|
integrations-jdk11
Expired
|
629 KB |
sha256:924b02d0879a1a33e5debc00f3ec3e7cabaca5f4118d65a47f06e7298779b8df
|
|
|
integrations-jdk17
Expired
|
635 KB |
sha256:cfa5fa1a3e32319521ca6e10609d09cca02c4968d55e73254e7d8fc8a53fcde9
|
|
|
integrations-jdk8
Expired
|
619 KB |
sha256:62a74a2dcf82b0b2b9f8d96e7eeacbaa4bcda8657a27dfa87039cc9d77b493b7
|
|
|
internal-jdk11
Expired
|
4.46 MB |
sha256:787059e74af19309f56ed49b083a642fdf93df352751a7154497df7b467c55b0
|
|
|
internal-jdk17
Expired
|
4.47 MB |
sha256:9ae4433bff7beff52c1ffba56f3ba291252962b62ae2f63f8a840894eaac5e86
|
|
|
internal-jdk8
Expired
|
4.45 MB |
sha256:5718517ec28b0c95ad7e9d54bdf2a52bd1f74cb691f99214662f08374d0f1215
|
|
|
router-jdk11
Expired
|
788 KB |
sha256:2d838398bded7dcdcd1882a372af86624193a7ae8d69766c857e5c8ebaec2992
|
|
|
router-jdk17
Expired
|
791 KB |
sha256:c9a319f27d14392829b94740ddc83c052dd68a95d6822a2220cb235e300dd89d
|
|
|
router-jdk8
Expired
|
773 KB |
sha256:5e1a81c76a5f836c94035372595d894843c582896240f88ba012d0c2142fd25d
|
|
|
server-jdk11
Expired
|
11 MB |
sha256:536acd679b1b8f74055f2b707142b99ba95171e6aab99369dc51f3f4ea4a50f6
|
|
|
server-jdk17
Expired
|
11 MB |
sha256:bb46f2d6ed7f8f7934d0a7dae63e5e9cfe62d0e0f989d243ee48ff2d3681ab9c
|
|
|
server-jdk8
Expired
|
10.7 MB |
sha256:667e8c1f6bcdb7495247ea1141390f1e0988b3060d5f3569261f20235d522163
|
|