[controller] [server] extend rt versioning to system stores #9158
VeniceCI-StaticAnalysisAndUnitTests.yml
on: pull_request
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
12s
StaticAnalysisAndUnitTestsFailureAlert
Annotations
22 errors
|
ClassSizeEstimatorTest.testClassOverhead[1](EMPIRICAL_MEASUREMENT):
internal/venice-common/src/test/java/com/linkedin/venice/memory/ClassSizeEstimatorTest.java#L35
java.lang.AssertionError: Class ClassWithOnePublicPrimitiveShortField has a memoryAllocatedPerInstance (10.86712) which is too far from the predictedUsage (16); delta: 0.321; maxAllowedDelta: 0.092. No more attempts left.
|
|
ClassSizeEstimatorTest.testClassOverhead[1](EMPIRICAL_MEASUREMENT):
internal/venice-common/src/test/java/com/linkedin/venice/memory/ClassSizeEstimatorTest.java#L35
java.lang.AssertionError: Class ClassWithOnePublicPrimitiveShortField has a memoryAllocatedPerInstance (10.86712) which is too far from the predictedUsage (16); delta: 0.321; maxAllowedDelta: 0.092. No more attempts left.
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Class KafkaKey has a memoryAllocatedPerInstance (37.2098) which is too far from the predictedUsage (40); delta: 0.070; maxAllowedDelta: 0.027. No more attempts left.
|
|
ClassSizeEstimatorTest.testClassOverhead[1](EMPIRICAL_MEASUREMENT):
internal/venice-common/src/test/java/com/linkedin/venice/memory/ClassSizeEstimatorTest.java#L26
java.lang.AssertionError: Class Object has a memoryAllocatedPerInstance (2.00012) which is too far from the predictedUsage (16); delta: 0.875; maxAllowedDelta: 0.500. No more attempts left.
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Class KafkaKey has a memoryAllocatedPerInstance (37.2098) which is too far from the predictedUsage (40); delta: 0.070; maxAllowedDelta: 0.027. No more attempts left.
|
|
ClassSizeEstimatorTest.testClassOverhead[1](EMPIRICAL_MEASUREMENT):
internal/venice-common/src/test/java/com/linkedin/venice/memory/ClassSizeEstimatorTest.java#L26
java.lang.AssertionError: Class Object has a memoryAllocatedPerInstance (2.00012) which is too far from the predictedUsage (16); delta: 0.875; maxAllowedDelta: 0.500. No more attempts left.
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L144
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:144)
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#L144
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:144)
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#L144
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:144)
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#L144
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.venice.controller.TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl(TestVeniceParentHelixAdminWithAcl.java:144)
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
|
|
ClassSizeEstimatorTest.testClassOverhead[1](EMPIRICAL_MEASUREMENT):
internal/venice-common/src/test/java/com/linkedin/venice/memory/ClassSizeEstimatorTest.java#L34
java.lang.AssertionError: Class ClassWithOnePublicPrimitiveCharField has a memoryAllocatedPerInstance (19.04672) which is too far from the predictedUsage (16); delta: 0.190; maxAllowedDelta: 0.053. No more attempts left.
|
|
HttpClient5Test.testWithH2CompatibleAPI:
internal/venice-client-common/src/test/java/com/linkedin/venice/httpclient5/HttpClient5Test.java#L192
java.lang.AssertionError: Request timed out
|
|
ClassSizeEstimatorTest.testClassOverhead[1](EMPIRICAL_MEASUREMENT):
internal/venice-common/src/test/java/com/linkedin/venice/memory/ClassSizeEstimatorTest.java#L34
java.lang.AssertionError: Class ClassWithOnePublicPrimitiveCharField has a memoryAllocatedPerInstance (19.04672) which is too far from the predictedUsage (16); delta: 0.190; maxAllowedDelta: 0.053. No more attempts left.
|
|
HttpClient5Test.testWithH2CompatibleAPI:
internal/venice-client-common/src/test/java/com/linkedin/venice/httpclient5/HttpClient5Test.java#L192
java.lang.AssertionError: Request timed out
|
|
VeniceChangelogConsumerImplTest.testConsumeAfterImage:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L493
java.lang.AssertionError: expected [true] but found [false]
|
|
VeniceChangelogConsumerImplTest.testConsumeAfterImage:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L493
java.lang.AssertionError: expected [true] but found [false]
|
|
VeniceChangelogConsumerImplTest.testConsumeAfterImage:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L493
java.lang.AssertionError: expected [true] but found [false]
|
|
VeniceChangelogConsumerImplTest.testConsumeAfterImage:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L493
java.lang.AssertionError: expected [true] but found [false]
|
|
SITWithPWiseAndBufferAfterLeaderTest.testReportIfCatchUpVersionTopicOffset:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testReportIfCatchUpVersionTopicOffset$193(StoreIngestionTaskTest.java:6392)
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
|
|
VeniceChangelogConsumerImplTest.testConsumeAfterImage:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L497
com.linkedin.venice.exceptions.VeniceException: Subscribe to new topic:_6deb9c6f8a_21d1cec_v1 is not successful, error: java.util.concurrent.ExecutionException: java.lang.IllegalThreadStateException
|
|
SITWithPWiseAndBufferAfterLeaderTest.testReportIfCatchUpVersionTopicOffset:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.misusing.UnfinishedStubbingException:
Unfinished stubbing detected here:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testReportIfCatchUpVersionTopicOffset$193(StoreIngestionTaskTest.java:6392)
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
|
|
VeniceChangelogConsumerImplTest.testConsumeAfterImage:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L497
com.linkedin.venice.exceptions.VeniceException: Subscribe to new topic:_6deb9c6f8a_21d1cec_v1 is not successful, error: java.util.concurrent.ExecutionException: java.lang.IllegalThreadStateException
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
StaticAnalysis
|
922 KB |
sha256:8a5e8c2147a77173a186ff0d9de9a3af1f1896c8073c48cf22d6a3ea0fd949c5
|
|
|
clients-jdk11
|
2.99 MB |
sha256:47007b8700967295bc4ffa44eb9cb97c0ed2d06a99fe8a462c4e2333b3d69f5a
|
|
|
clients-jdk17
|
3.01 MB |
sha256:42a05a766d6f429a008f41a2a0c1c96fb0096e9f9548d2d4ac3d098c5ddd7b59
|
|
|
clients-jdk8
|
2.93 MB |
sha256:4bd29e2c3de67cfb3d3146a1909fe409304b55d6305baaefba9503674da932b9
|
|
|
controller-jdk11
|
1.99 MB |
sha256:f7acbad6fc89b12f8b155bfc7ecc29bdbf6f7e5a11ff2b5e14d80c7ee0025b83
|
|
|
controller-jdk17
|
1.98 MB |
sha256:338aca2681bb4300c2ee6881d2b2b5eb355f0cd50bf5582f322f031fe9709c0f
|
|
|
controller-jdk8
|
1.99 MB |
sha256:e7c1ff57b99948fb9dacfcc666157fce92c23a5bdd13af5687451a0131a03c91
|
|
|
integrations-jdk11
|
575 KB |
sha256:53c5502fa108beaad2fa8f038063f4ed36a42ac8e36ea8d6b211694445aeb6ca
|
|
|
integrations-jdk17
|
587 KB |
sha256:bd3250ed461113a081fd6ddb8452c1d25cc7c1c9bdc56b07bbdda6aa8b2b9686
|
|
|
integrations-jdk8
|
568 KB |
sha256:9a08e7835264f2bf59630bb8bccb8543120b39cc1823cb704293b29f87860ef4
|
|
|
internal-jdk11
|
4.11 MB |
sha256:cd18723962ab6e86905e0429add192c6e80fa0c824ae22dd70fe877af5c0a818
|
|
|
internal-jdk17
|
4.12 MB |
sha256:1e69c20b897d785917ccbe3397328cc0c4aadc70b3cf46f3c45eb5c778b73ccd
|
|
|
internal-jdk8
|
4.09 MB |
sha256:37d1d9515e9cd15f637bee9c7a08d267f0addcebc7a7eaf4cd9e4363e4101d19
|
|
|
router-jdk11
|
773 KB |
sha256:d21580346d42b0cc0fd55561370b92af1dcae0c48a17b5d52269a820de52b7d6
|
|
|
router-jdk17
|
779 KB |
sha256:735d3897299f8c76c6af54b1bc9fc65c11f328c457d56cdb7d3809e5fa4a575e
|
|
|
router-jdk8
|
764 KB |
sha256:2f2afa7ca610d717e15a84f3443499ac8cba3b377657efeb22525054f88bcdd5
|
|
|
server-jdk11
|
10.4 MB |
sha256:a3c20061d40ddc75f3007b7fa3893dbbb066d66f0f47365c9b1dff5457d0a93c
|
|
|
server-jdk17
|
10.2 MB |
sha256:ed7b94adf0bd08c795a33caac9ccc58eb07607af22e740f47cf7ac45205a9c9a
|
|
|
server-jdk8
|
10.3 MB |
sha256:88615ec8bee319e2f69795204ac535a286bb1f338b2c370ca412b33a894eb461
|
|