Merge upstream/main: resolve conflict in TestControllerGrpcEndpoints #468
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
10s
StaticAnalysisAndUnitTestsFailureAlert
0s
Annotations
31 errors
|
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.cleanupTestCase:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L43
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.cleanupTestCase:
services/venice-controller/src/test/java/com/linkedin/venice/controller/TestVeniceParentHelixAdminWithAcl.java#L43
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
|
|
|
|
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]
|
|
SITWithPWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:558)
However, there were exactly 2190 interactions with this mock:
hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
0.099496d,
1772586759874L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1490)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1494)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
10.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.069359d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
0.083948d,
1772586759875L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1490)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1494)
hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2891)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.06393d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.063949d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
0.050123d,
1772586759895L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1490)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1494)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.062697d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci
|
|
SITWithPWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
Wanted but not invoked:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:558)
However, there were exactly 2190 interactions with this mock:
hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
0.099496d,
1772586759874L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1490)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1494)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
10.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.069359d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
0.083948d,
1772586759875L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1490)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1494)
hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2891)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.06393d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.063949d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
0.050123d,
1772586759895L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1490)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1494)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:2271)
hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
0.062697d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:784)
hostLevelIngestionStats.recordStorageQuotaUsed(
NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1856)
hostLevelIngestionStats.recordProcessConsumerActionLatency(
0.0d
);
-> at com.linkedin.davinci
|
|
KafkaConsumerServiceDelegatorTest.testKafkaConsumerServiceResubscriptionConcurrency:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/KafkaConsumerServiceDelegatorTest.java#L368
java.lang.AssertionError: Found race condition in KafkaConsumerService with time passed in milliseconds: 5857 expected [false] but found [true]
|
|
VeniceChangelogConsumerDaVinciRecordTransformerImplTest.testMaxBufferSize:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerDaVinciRecordTransformerImplTest.java#L476
org.mockito.exceptions.verification.TooManyActualInvocations:
conditionObject.signal();
Wanted 1 time:
-> at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1980)
But was 2 times:
-> at com.linkedin.davinci.consumer.VeniceChangelogConsumerDaVinciRecordTransformerImpl$DaVinciRecordTransformerChangelogConsumer.internalAddMessageToBuffer(VeniceChangelogConsumerDaVinciRecordTransformerImpl.java:741)
-> at com.linkedin.davinci.consumer.VeniceChangelogConsumerDaVinciRecordTransformerImpl$DaVinciRecordTransformerChangelogConsumer.internalAddMessageToBuffer(VeniceChangelogConsumerDaVinciRecordTransformerImpl.java:741)
|
|
KafkaConsumerServiceDelegatorTest.testKafkaConsumerServiceResubscriptionConcurrency:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/KafkaConsumerServiceDelegatorTest.java#L368
java.lang.AssertionError: Found race condition in KafkaConsumerService with time passed in milliseconds: 5857 expected [false] but found [true]
|
|
VeniceChangelogConsumerDaVinciRecordTransformerImplTest.testMaxBufferSize:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerDaVinciRecordTransformerImplTest.java#L476
org.mockito.exceptions.verification.TooManyActualInvocations:
conditionObject.signal();
Wanted 1 time:
-> at java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.signal(AbstractQueuedSynchronizer.java:1980)
But was 2 times:
-> at com.linkedin.davinci.consumer.VeniceChangelogConsumerDaVinciRecordTransformerImpl$DaVinciRecordTransformerChangelogConsumer.internalAddMessageToBuffer(VeniceChangelogConsumerDaVinciRecordTransformerImpl.java:741)
-> at com.linkedin.davinci.consumer.VeniceChangelogConsumerDaVinciRecordTransformerImpl$DaVinciRecordTransformerChangelogConsumer.internalAddMessageToBuffer(VeniceChangelogConsumerDaVinciRecordTransformerImpl.java:741)
|
|
StatTrackingStoreClientTest.testMultiGet:
clients/venice-thin-client/src/test/java/com/linkedin/venice/client/store/StatTrackingStoreClientTest.java#L277
java.lang.AssertionError: Success Key Ratio should be positive expected [true] but found [false]
|
|
StatTrackingStoreClientTest.testMultiGet:
clients/venice-thin-client/src/test/java/com/linkedin/venice/client/store/StatTrackingStoreClientTest.java#L277
java.lang.AssertionError: Success Key Ratio should be positive expected [true] but found [false]
|
|
NativeMetadataRepositoryTest.testNativeMetadataRepositoryStats:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/NativeMetadataRepositoryTest.java#L142
java.lang.AssertionError: expected [1000.0] but found [0.0]
|
|
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
Wanted 2 times:
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:558)
But was 1 time:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2899)
|
|
NativeMetadataRepositoryTest.testNativeMetadataRepositoryStats:
clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/NativeMetadataRepositoryTest.java#L142
java.lang.AssertionError: expected [1000.0] but found [0.0]
|
|
SITWithPWiseAndBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false):
clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations:
hostLevelIngestionStats.recordTotalBytesConsumed(
<any long>
);
Wanted 2 times:
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:558)
But was 1 time:
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2899)
|
|
InstanceSizeEstimatorTest.testInstanceMeasurement:
internal/venice-common/src/test/java/com/linkedin/venice/memory/InstanceSizeEstimatorTest.java#L49
java.lang.AssertionError: Class KafkaKey has a memoryAllocatedPerInstance (5.92128) which is too far from the predictedUsage (40); delta: 0.852; maxAllowedDelta: 0.169. 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 (5.92128) which is too far from the predictedUsage (40); delta: 0.852; maxAllowedDelta: 0.169. No more attempts left.
|
|
StatTrackingStoreClientTest.testMultiGet:
clients/venice-thin-client/src/test/java/com/linkedin/venice/client/store/StatTrackingStoreClientTest.java#L277
java.lang.AssertionError: Success Key Ratio should be positive expected [true] but found [false]
|
|
StatTrackingStoreClientTest.testMultiGet:
clients/venice-thin-client/src/test/java/com/linkedin/venice/client/store/StatTrackingStoreClientTest.java#L277
java.lang.AssertionError: Success Key Ratio should be positive expected [true] but found [false]
|
|
com.linkedin.venice.controller.server.TestBackupControllerResponse ► backupControllerThrows421:
internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/controller/server/TestBackupControllerResponse.java#L97
Failed test found in:
IntegrationTests_20-artifacts/internal/venice-test-common/build/test-results/integrationTests_20/TEST-com.linkedin.venice.controller.server.TestBackupControllerResponse.xml
internal/venice-test-common/build/test-results/integrationTests_20/TEST-com.linkedin.venice.controller.server.TestBackupControllerResponse.xml
Error:
java.lang.AssertionError: Unexpected exception
|
|
com.linkedin.venice.controller.TestHolisticSeverHealthCheck ► testHealthServiceAfterServerRestart:
internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/controller/TestHolisticSeverHealthCheck.java#L70
Failed test found in:
IntegrationTests_20-artifacts/internal/venice-test-common/build/test-results/integrationTests_20/TEST-com.linkedin.venice.controller.TestHolisticSeverHealthCheck.xml
internal/venice-test-common/build/test-results/integrationTests_20/TEST-com.linkedin.venice.controller.TestHolisticSeverHealthCheck.xml
Error:
java.lang.AssertionError: expected [UNREADY] but found [READY]
|
|
StatTrackingStoreClientTest.testMultiGet:
clients/venice-thin-client/src/test/java/com/linkedin/venice/client/store/StatTrackingStoreClientTest.java#L277
java.lang.AssertionError: Success Key Ratio should be positive expected [true] but found [false]
|
|
StatTrackingStoreClientTest.testMultiGet:
clients/venice-thin-client/src/test/java/com/linkedin/venice/client/store/StatTrackingStoreClientTest.java#L277
java.lang.AssertionError: Success Key Ratio should be positive expected [true] but found [false]
|
|
com.linkedin.venice.endToEnd.DaVinciClientDiskFullTest ► testDaVinciDiskFullFailure[0](false, false):
internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/DaVinciClientDiskFullTest.java#L310
Failed test found in:
IntegrationTests_22-artifacts/internal/venice-test-common/build/test-results/integrationTests_22/TEST-com.linkedin.venice.endToEnd.DaVinciClientDiskFullTest.xml
internal/venice-test-common/build/test-results/integrationTests_22/TEST-com.linkedin.venice.endToEnd.DaVinciClientDiskFullTest.xml
Error:
java.lang.AssertionError: Expected VeniceException to be thrown, but nothing was thrown
|
|
com.linkedin.venice.endToEnd.TestBatchForRocksDB ► testKafkaInputBatchJobWithZstdCompression[2](true):
internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/TestBatch.java#L638
Failed test found in:
IntegrationTests_12-artifacts/internal/venice-test-common/build/test-results/integrationTests_12/TEST-com.linkedin.venice.endToEnd.TestBatchForRocksDB.xml
internal/venice-test-common/build/test-results/integrationTests_12/TEST-com.linkedin.venice.endToEnd.TestBatchForRocksDB.xml
Error:
java.util.concurrent.ExecutionException: com.linkedin.venice.client.exceptions.VeniceClientHttpException: http status: 400, com.linkedin.alpini.router.api.RouterException: There is no version for store 'store_ff23143952_16b539f6'. Please push data to that store
|
|
com.linkedin.venice.server.VeniceServerTest ► testVeniceServerWithD2[0](false):
internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/server/VeniceServerTest.java#L409
Failed test found in:
IntegrationTests_12-artifacts/internal/venice-test-common/build/test-results/integrationTests_12/TEST-com.linkedin.venice.server.VeniceServerTest.xml
IntegrationTests_12-artifacts/internal/venice-test-common/build/test-results/integrationTests_12/TEST-com.linkedin.venice.server.VeniceServerTest.xml
internal/venice-test-common/build/test-results/integrationTests_12/TEST-com.linkedin.venice.server.VeniceServerTest.xml
internal/venice-test-common/build/test-results/integrationTests_12/TEST-com.linkedin.venice.server.VeniceServerTest.xml
Error:
java.util.concurrent.ExecutionException: RestException{_response=RestResponse[headers={content-length=134, Content-Type=text/plain, X-VENICE-COMPRESSION-STRATEGY=0, X-VENICE-RCU=1, X-VENICE-SCHEMA-ID=-1},cookies=[],status=403,entityLength=134]}
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
StaticAnalysis
Expired
|
954 KB |
sha256:d3262dec1548f3da0d89b862cfea9d586723b5ac99f6adeba2dd661cf22774cb
|
|
|
clients-jdk11
Expired
|
3.11 MB |
sha256:1948862f3ba9c8e031026ea54f38f271a01f0fa759d6416fc481ec3acd7f875c
|
|
|
clients-jdk17
Expired
|
3.11 MB |
sha256:017356c344ffd68a7f3db034c0757697d15347aba44e636a95d04b63bc77c61f
|
|
|
clients-jdk8
Expired
|
3.07 MB |
sha256:28ffa0c3e93d831d10ae8da482ed30b15adc9bc875f4a5a0e2a869a3d87372bd
|
|
|
controller-jdk11
Expired
|
2.06 MB |
sha256:9ee3baffcbdbba36917483456e3edb6163fc790758305028893348b8f7bafcb2
|
|
|
controller-jdk17
Expired
|
2.1 MB |
sha256:bb2785a5c16574e5023ffa1a34117fe3367904cfc5d305dc2262e3f37c4a2891
|
|
|
controller-jdk8
Expired
|
2.06 MB |
sha256:ca896194d2a5f1a784ab0f21f3d4c168892c3dc2bc232444f7914e25e136d669
|
|
|
integrations-jdk11
Expired
|
554 KB |
sha256:e6060c95035e8ac40a90461b3f5c11bac498db3b426df37572957dc50beaaccf
|
|
|
integrations-jdk17
Expired
|
560 KB |
sha256:28979971dd388a7e877bf5d40553c7b8de235f0b559dcc2915c9cbc3c266f652
|
|
|
integrations-jdk8
Expired
|
541 KB |
sha256:450c20db28ee41d912156726ec34a689f824c6b7646c05eb9fa98ef0b64d8c89
|
|
|
internal-jdk11
Expired
|
4.39 MB |
sha256:d1c4e8fc110b01e50a15894353a7b8e253f669c765a34dc373bd58397313bb65
|
|
|
internal-jdk17
Expired
|
4.4 MB |
sha256:e15ea3b07c9168f0a19f884a4e15387d77c414f0b69a2a19a1cca80ba1fccd7e
|
|
|
internal-jdk8
Expired
|
4.37 MB |
sha256:859c01a04491e8323329bc1e3270e6b4d73dcc554f4534da24a27d535a278392
|
|
|
router-jdk11
Expired
|
767 KB |
sha256:26d36c36e326fdc0a25365f3ad3eda6d2afd980bcf79760e4785109d390122bc
|
|
|
router-jdk17
Expired
|
767 KB |
sha256:b00be222da80d1dca89562de3a891d1d010527de00deeed6ca18e05505ff50f8
|
|
|
router-jdk8
Expired
|
751 KB |
sha256:761092b71cc2bb7ddf8518d4752a280be56373e07a03d45ced7e56e9f4cfb514
|
|
|
server-jdk11
Expired
|
11.4 MB |
sha256:3339fa4ce214376e4bf3a74d2c17b42004bb39e475f82b808d632b62f50fd911
|
|
|
server-jdk17
Expired
|
10.9 MB |
sha256:40ade5bbc694d324735972cfaeb291e00596b988fcb59e9b2aa2ead17a30aa04
|
|
|
server-jdk8
Expired
|
10.8 MB |
sha256:613cb91b9a52ed68472554789b7e665a9be9b67eea0904404c882ae32801ff4f
|
|