[test] Split PartialUpdateTest into 3 classes and remove dead code #10467
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
11s
StaticAnalysisAndUnitTestsFailureAlert
3s
Annotations
18 errors
|
Router / UT & CodeCov (8)
Process completed with exit code 1.
|
|
Router / UT & CodeCov (11)
Process completed with exit code 1.
|
|
Router / UT & CodeCov (17)
Process completed with exit code 1.
|
|
StaticAnalysis (17)
HttpError: Resource not accessible by integration
|
|
StaticAnalysis (17)
Process completed with exit code 1.
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L128
java.lang.AssertionError: ACLs were not properly cleared on deleteAclForStore. Actual: {Resource:test-store-authorizer, [{Principal:user:user2, Method:Read, Permission:ALLOW}{Principal:group:group2, Method:Read, Permission:ALLOW}{Principal:service:app2, Method:Read, Permission:ALLOW}{Principal:user:user2, Method:Write, Permission:ALLOW}{Principal:group:group2, Method:Write, Permission:ALLOW}{Principal:service:app2, Method:Write, Permission:ALLOW}{Principal:user:denyuser1, Method:Read, Permission:DENY}]}, Expected: {Resource:test-store-authorizer, []} expected [true] but found [false]
|
|
TestVeniceParentHelixAdminWithAcl.testUpdateAndGetAndDeleteAcl:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L128
java.lang.AssertionError: ACLs were not properly cleared on deleteAclForStore. Actual: {Resource:test-store-authorizer, [{Principal:user:user2, Method:Read, Permission:ALLOW}{Principal:group:group2, Method:Read, Permission:ALLOW}{Principal:service:app2, Method:Read, Permission:ALLOW}{Principal:user:user2, Method:Write, Permission:ALLOW}{Principal:group:group2, Method:Write, Permission:ALLOW}{Principal:service:app2, Method:Write, Permission:ALLOW}{Principal:user:denyuser1, Method:Read, Permission:DENY}]}, Expected: {Resource:test-store-authorizer, []} expected [true] but found [false]
|
|
TopicMetadataFetcherTest.testGetEarliestPositionCachedNonBlockingScenarios:
internal/venice-common/src/test/java/com/linkedin/venice/pubsub/manager/TopicMetadataFetcherTest.java#L709
java.lang.AssertionError: expected [1] but found [0]
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Memory allocated is negative! memoryAllocatedBeforeInstantiations: 2667743024; memoryAllocatedAfterInstantiations: 2641664304; memoryAllocatedByInstantiations: -26078720; 3 attempts left.
|
|
TopicMetadataFetcherTest.testGetEarliestPositionCachedNonBlockingScenarios:
internal/venice-common/src/test/java/com/linkedin/venice/pubsub/manager/TopicMetadataFetcherTest.java#L709
java.lang.AssertionError: expected [1] but found [0]
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Memory allocated is negative! memoryAllocatedBeforeInstantiations: 2667743024; memoryAllocatedAfterInstantiations: 2641664304; memoryAllocatedByInstantiations: -26078720; 3 attempts left.
|
|
TopicMetadataFetcherTest.testGetEarliestPositionCachedNonBlockingScenarios:
internal/venice-common/src/test/java/com/linkedin/venice/pubsub/manager/TopicMetadataFetcherTest.java#L709
java.lang.AssertionError: expected [1] but found [0]
|
|
TopicMetadataFetcherTest.testGetEarliestPositionCachedNonBlockingScenarios:
internal/venice-common/src/test/java/com/linkedin/venice/pubsub/manager/TopicMetadataFetcherTest.java#L709
java.lang.AssertionError: expected [1] but found [0]
|
|
SITWithSAwarePWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseAndBufferAfterLeaderTest.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)
|
|
SITWithSAwarePWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithSAwarePWiseAndBufferAfterLeaderTest.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)
|
|
RetriableAvroGenericStoreClientTest.testGetWithTriggeringLongTailRetryAndRetryWins[0](SINGLE_GET, false, false):
clients/venice-client/src/test/java/com/linkedin/venice/fastclient/RetriableAvroGenericStoreClientTest.java#L716
java.lang.AssertionError: expected [true] but found [false]
|
|
RetriableAvroGenericStoreClientTest.testGetWithTriggeringLongTailRetryAndRetryWins[0](SINGLE_GET, false, false):
clients/venice-client/src/test/java/com/linkedin/venice/fastclient/RetriableAvroGenericStoreClientTest.java#L716
java.lang.AssertionError: expected [true] but found [false]
|
|
StaticAnalysisAndUnitTestsFailureAlert
Process completed with exit code 1.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
StaticAnalysis
|
855 KB |
sha256:d5d8fe8b7398bc811c481e4801afe05801b5ddc4b6ef3dec7f3e4f2f9e86326a
|
|
|
clients-jdk11
|
3.22 MB |
sha256:0cff83f76f37f05adf5b051c26214eac37a01761aeb9ed06f83938d4425953ae
|
|
|
clients-jdk17
|
3.22 MB |
sha256:e141a14fe9226b156ea6baf6f0f278649e83d6250b5d69287b52dd18abef3dc0
|
|
|
clients-jdk8
|
3.2 MB |
sha256:55b294af3580edd54a7f2e7ba4bb7bb605b62e461dc8ea6e96bd3b13f4673197
|
|
|
controller-jdk11
|
2.04 MB |
sha256:d5c5a1d2509f4559e3f91f6bd88cab4a120e3759d70977345f7d2b4a420d912f
|
|
|
controller-jdk17
|
2.02 MB |
sha256:bbb0cec6be2cb9b9ed09558e95045184006e1edae061e3a5bcf0970fc477080a
|
|
|
controller-jdk8
|
2.02 MB |
sha256:39de28859117e8a7dad9619870d2665b1133d37a6da8cb14ec1ef1c335ea84c1
|
|
|
integrations-jdk11
|
539 KB |
sha256:ced4a2f8b0155f8b2297799f3f846582e692eadd5f86fb59d2968d83bb4498cb
|
|
|
integrations-jdk17
|
547 KB |
sha256:4027da51a212b1e6c401944f40b65bb3a250549359a02f8750b7eedb5478eae0
|
|
|
integrations-jdk8
|
529 KB |
sha256:92d8a38cfa612179d344c1838b4994a6a293722f84fc4c66541e3bf047d405d9
|
|
|
internal-jdk11
|
4.29 MB |
sha256:dcb503779495f015f6e41ee9bb6f866cd8e6d471273f7256eff19fad1944d9cd
|
|
|
internal-jdk17
|
4.31 MB |
sha256:3b1ef7a97ae8b6a4df496f45978cd6700b4bb02a90a8e7ae674f0292d28665a7
|
|
|
internal-jdk8
|
4.28 MB |
sha256:cbcc0de7c6e369dc6310a4955224cc82d8ff14e4d67c90778800f1859c93ad4c
|
|
|
router-jdk11
|
756 KB |
sha256:d604a350de8d2d6aa0b184b1a8a8de9413e0aab4248cac263d1ac85acdefbe5a
|
|
|
router-jdk17
|
755 KB |
sha256:949174ffb9753cfb52330dccbdf132cac57590d94334facf9312b8838c75361d
|
|
|
router-jdk8
|
745 KB |
sha256:4d0acf16ca97961bd2471c59e649c00b701b33d7d0ab1cd257d8435bad2921a6
|
|
|
server-jdk11
|
11.2 MB |
sha256:ebfad52ee9a7b3320f8172784e608aef8202cf13317323ebfc486e7862dcd180
|
|
|
server-jdk17
|
11.1 MB |
sha256:35f4f3f4d2438d63e4594fbc1a28026559f81fa5140c317379307766d0cabbd6
|
|
|
server-jdk8
|
11 MB |
sha256:f59c4d9d604d7017352e7708a274737cfa814301375bd89f5f6bb68d7dbcb4a3
|
|