Skip to content

add protection to eager swap before consumer is fully subscribed #201

add protection to eager swap before consumer is fully subscribed

add protection to eager swap before consumer is fully subscribed #201

Triggered via push December 5, 2024 20:30
Status Success
Total duration 19m 33s
Artifacts 2
Matrix: AlpiniFunctionalTests
Matrix: AlpiniUnitTests
Matrix: AvroCompatibilityTests
Matrix: PulsarVeniceIntegrationTests
CompatibilityTestsCompletionCheck
0s
CompatibilityTestsCompletionCheck
Fit to window
Zoom out
Zoom in

Annotations

76 errors and 7 warnings
com.linkedin.venice.storagenode.StorageNodeReadTest ► testRead: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/storagenode/StorageNodeReadTest.java#L370
Failed test found in: IntegrationTests_1120-artifacts/internal/venice-test-common/build/test-results/integrationTests_1120/TEST-com.linkedin.venice.storagenode.StorageNodeReadTest.xml internal/venice-test-common/build/test-results/integrationTests_1120/TEST-com.linkedin.venice.storagenode.StorageNodeReadTest.xml Error: org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.storagenode.StorageNodeReadTest.testRead() didn't finish within the time-out 30000
com.linkedin.venice.consumer.TestChangelogConsumerWithParallelProcessing ► testSpecificRecordVeniceChangelogConsumer: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/consumer/TestChangelogConsumer.java#L879
Failed test found in: IntegrationTests_1030-artifacts/internal/venice-test-common/build/test-results/integrationTests_1030/TEST-com.linkedin.venice.consumer.TestChangelogConsumerWithParallelProcessing.xml internal/venice-test-common/build/test-results/integrationTests_1030/TEST-com.linkedin.venice.consumer.TestChangelogConsumerWithParallelProcessing.xml Error: java.lang.AssertionError: expected [2] but found [1]
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
SITWithPWiseAndBufferAfterLeaderTest.testProcessConsumerActionsError: clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
Wanted but not invoked: leaderFollowerStoreIngestionTask.reportError( <any string>, 1, <Capturing argument> ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportError(StoreIngestionTask.java:4148) However, there were exactly 53 interactions with this mock: leaderFollowerStoreIngestionTask.subscribePartition( TestTopic_6fb251cc4a_25d14cb6_v1-1 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872) leaderFollowerStoreIngestionTask.subscribePartition( TestTopic_6fb251cc4a_25d14cb6_v1-1, true ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:593) leaderFollowerStoreIngestionTask.throwIfNotRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:607) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:554) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.nextSeqNum(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:616) leaderFollowerStoreIngestionTask.run(); -> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1592) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.updateIngestionRoleIfStoreChanged( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1594) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1511) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595) leaderFollowerStoreIngestionTask.processConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906}, Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864) leaderFollowerStoreIngestionTask.processCommonConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906} ); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565) leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset( PCS{replicaId=TestTopic_6fb251cc4a_25d14cb6_v1-1, hybrid=false, latestProcessedLocalVersionTopicOffset=-1, latestProcessedUpstreamVersionTopicOffset=-1, latestProcessedUpstreamRTOffsetMap={}, latestIgnoredUpstreamRTOffsetMap={}, latestRTOffsetTriedToProduceToVTMap{}, offsetRecord=OffsetRecord{localVersionTopicOffset=-1, upstreamOffset=-1, leaderTopic=null, offsetLag=0, eventTimeEpochMs=-1, latestProducerProcessingTimeInMs=0, isEndOfPushReceived=false, databaseInfo={}, realTimeProducerState={}}, errorReported=false, started=false, lagCaughtUp=false, processedRecordSizeSinceLastSync=0, leaderFollowerState=STANDBY} ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2108) leaderFollowerStoreIngestionTask.updateLeaderTopicOnFollower( PCS{replicaId=TestTopic_6fb251cc4a_25d14cb6_v1-1, hybrid=false, latestProcessedLocalVersionTopicOffset=-1, latestProcessedUpstreamVersionTopicOffset=-1, latestProcessedUpstreamRTOffsetMap={}, latestIgnoredUpstreamRTOffsetMap={}, latestRTOffsetTriedToProduceToVTMap{}, offsetRecord=OffsetRecord{localVersionTopicOffset=-1, upstreamOffset=-1, leaderTopic=null, offsetLag=0, eventTimeEpochMs=-1, latestProducerProcessingTimeInMs=0, isEndOfPushReceived=false, databaseInfo={}, realTimeProducerState={}}, errorReported=false, started=false, lagCaughtUp=false, processedRecordSizeSinceLastSync=0, leaderFollowerState=STANDBY} ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2113) leaderFollowerStoreIngestionTask.consumerSubscribe( TestTopic_6fb251cc4a_25d14cb6_v1-1, -1L, "local_InMemoryKafkaBroker:40563" ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119) leaderFollowerStoreIngestionTask.createKafkaConsumerProperties( {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:40563"}, "local_InMemoryKafkaBroker:40563", false ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.consumerSubscribe(StoreIngestionTask.java:3498) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.StorePartitionDataReceiver.destinationIdentifier(StorePartitionDataReceiver.java:86) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.StorePartitionDataReceiver.destinationIdentifier(StorePartitionDataReceiver.java:86) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906}, Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864) leaderFollowerStoreIngestionTask.processCommonConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906} ); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565) leaderFollowerStoreIngestionTask.checkLongRunningTaskState(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1596) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:764) leaderFollowerStoreIngestionTask.checkIngestionProgress( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597) leaderFollowerStoreIngestionTask.consumerHasAnySubscription(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464) leaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1598) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(LeaderFollowerStoreIngestionTask.java:3749) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1592) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.updateIngestionRoleIfStoreChanged( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1594) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1511) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595) leaderFollowerStoreIngestionTask.checkLongRunningTaskState(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1596) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:764) leaderFollowerStoreIngestionTask.checkIngestionProgress( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597) leaderFollowerStoreIngestionTask.consumerHasAnySubscription(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464) leaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1598) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(LeaderFollowerStoreIngestionTask.java:3749) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1592) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.updateIngestionRoleIfStoreChanged( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1594) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1511) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595) leaderFollowerStoreIngestionTask.checkLongRunningTaskState(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1596) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:764) leaderFollowerStoreIngestionTask.checkIngestionProgress( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597) leaderFollowerStoreIngestionTask.consumerHasAnySubscription(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)
SITWithTWiseWithoutBufferAfterLeaderTest.testOffsetSyncBeforeGracefulShutDown[1](AA_OFF): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
java.lang.AssertionError: pcs.getLatestProcessedLocalVersionTopicOffset() for PARTITION_FOO is expected to be zero! expected [0] but found [2]
BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet: clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java#L65
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
SITWithPWiseAndBufferAfterLeaderTest.testProcessConsumerActionsError: clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
Wanted but not invoked: leaderFollowerStoreIngestionTask.reportError( <any string>, 1, <Capturing argument> ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportError(StoreIngestionTask.java:4148) However, there were exactly 53 interactions with this mock: leaderFollowerStoreIngestionTask.subscribePartition( TestTopic_6fb251cc4a_25d14cb6_v1-1 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872) leaderFollowerStoreIngestionTask.subscribePartition( TestTopic_6fb251cc4a_25d14cb6_v1-1, true ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:593) leaderFollowerStoreIngestionTask.throwIfNotRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:607) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.throwIfNotRunning(StoreIngestionTask.java:554) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.nextSeqNum(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.subscribePartition(StoreIngestionTask.java:616) leaderFollowerStoreIngestionTask.run(); -> at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1592) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.updateIngestionRoleIfStoreChanged( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1594) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1511) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595) leaderFollowerStoreIngestionTask.processConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906}, Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864) leaderFollowerStoreIngestionTask.processCommonConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906} ); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565) leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset( PCS{replicaId=TestTopic_6fb251cc4a_25d14cb6_v1-1, hybrid=false, latestProcessedLocalVersionTopicOffset=-1, latestProcessedUpstreamVersionTopicOffset=-1, latestProcessedUpstreamRTOffsetMap={}, latestIgnoredUpstreamRTOffsetMap={}, latestRTOffsetTriedToProduceToVTMap{}, offsetRecord=OffsetRecord{localVersionTopicOffset=-1, upstreamOffset=-1, leaderTopic=null, offsetLag=0, eventTimeEpochMs=-1, latestProducerProcessingTimeInMs=0, isEndOfPushReceived=false, databaseInfo={}, realTimeProducerState={}}, errorReported=false, started=false, lagCaughtUp=false, processedRecordSizeSinceLastSync=0, leaderFollowerState=STANDBY} ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2108) leaderFollowerStoreIngestionTask.updateLeaderTopicOnFollower( PCS{replicaId=TestTopic_6fb251cc4a_25d14cb6_v1-1, hybrid=false, latestProcessedLocalVersionTopicOffset=-1, latestProcessedUpstreamVersionTopicOffset=-1, latestProcessedUpstreamRTOffsetMap={}, latestIgnoredUpstreamRTOffsetMap={}, latestRTOffsetTriedToProduceToVTMap{}, offsetRecord=OffsetRecord{localVersionTopicOffset=-1, upstreamOffset=-1, leaderTopic=null, offsetLag=0, eventTimeEpochMs=-1, latestProducerProcessingTimeInMs=0, isEndOfPushReceived=false, databaseInfo={}, realTimeProducerState={}}, errorReported=false, started=false, lagCaughtUp=false, processedRecordSizeSinceLastSync=0, leaderFollowerState=STANDBY} ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2113) leaderFollowerStoreIngestionTask.consumerSubscribe( TestTopic_6fb251cc4a_25d14cb6_v1-1, -1L, "local_InMemoryKafkaBroker:40563" ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119) leaderFollowerStoreIngestionTask.createKafkaConsumerProperties( {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:40563"}, "local_InMemoryKafkaBroker:40563", false ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.consumerSubscribe(StoreIngestionTask.java:3498) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.StorePartitionDataReceiver.destinationIdentifier(StorePartitionDataReceiver.java:86) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.StorePartitionDataReceiver.destinationIdentifier(StorePartitionDataReceiver.java:86) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906}, Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864) leaderFollowerStoreIngestionTask.processCommonConsumerAction( KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_6fb251cc4a_25d14cb6_v1-1, attempts=2, sequenceNumber=1, createdTimestampInMs=1733430971906} ); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565) leaderFollowerStoreIngestionTask.checkLongRunningTaskState(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1596) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:764) leaderFollowerStoreIngestionTask.checkIngestionProgress( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597) leaderFollowerStoreIngestionTask.consumerHasAnySubscription(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464) leaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1598) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(LeaderFollowerStoreIngestionTask.java:3749) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1592) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.updateIngestionRoleIfStoreChanged( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1594) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1511) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595) leaderFollowerStoreIngestionTask.checkLongRunningTaskState(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1596) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:764) leaderFollowerStoreIngestionTask.checkIngestionProgress( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597) leaderFollowerStoreIngestionTask.consumerHasAnySubscription(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464) leaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1598) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.maybeSendIngestionHeartbeat(LeaderFollowerStoreIngestionTask.java:3749) leaderFollowerStoreIngestionTask.isRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1592) leaderFollowerStoreIngestionTask.getIsRunning(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.isRunning(StoreIngestionTask.java:3990) leaderFollowerStoreIngestionTask.updateIngestionRoleIfStoreChanged( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1594) leaderFollowerStoreIngestionTask.isHybridMode(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1511) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595) leaderFollowerStoreIngestionTask.checkLongRunningTaskState(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1596) leaderFollowerStoreIngestionTask.getVersionTopic(); -> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:764) leaderFollowerStoreIngestionTask.checkIngestionProgress( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597) leaderFollowerStoreIngestionTask.consumerHasAnySubscription(); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113) leaderFollowerStoreIngestionTask.processConsumerActions( Mock for Store, hashCode: 207494990 ); -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)
SITWithTWiseWithoutBufferAfterLeaderTest.testOffsetSyncBeforeGracefulShutDown[1](AA_OFF): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
java.lang.AssertionError: pcs.getLatestProcessedLocalVersionTopicOffset() for PARTITION_FOO is expected to be zero! expected [0] but found [2]
BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet: clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java#L65
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
com.linkedin.venice.fastclient.FastClientIndividualFeatureConfigurationTest ► testServerReadQuota: clients/venice-client/src/main/java/com/linkedin/venice/fastclient/meta/RequestBasedMetadata.java#L203
Failed test found in: IntegrationTests_1070-artifacts/internal/venice-test-common/build/test-results/integrationTests_1070/TEST-com.linkedin.venice.fastclient.FastClientIndividualFeatureConfigurationTest.xml internal/venice-test-common/build/test-results/integrationTests_1070/TEST-com.linkedin.venice.fastclient.FastClientIndividualFeatureConfigurationTest.xml Error: com.linkedin.venice.exceptions.ConfigurationException: http status: 403, Fast client is not enabled for store: venice-store_bb76505650_2079cecb, please ensure storage node read quota is enabled for the given store
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
SITWithPWiseAndBufferAfterLeaderTest.testResubscribeAfterRoleChange: clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: activeActiveStoreIngestionTask.resubscribeForAllPartitions(); Wanted 4 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.resubscribeForAllPartitions(StoreIngestionTask.java:597) But was 3 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1524) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1524) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1524)
SITWithPWiseWithoutBufferAfterLeaderTest.testOffsetSyncBeforeGracefulShutDown[0](AA_ON): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
java.lang.AssertionError: pcs.getLatestProcessedLocalVersionTopicOffset() for PARTITION_FOO is expected to be zero! expected [0] but found [2]
SITWithTWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[1](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535)
SITWithTWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[1](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535)
BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet: clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java#L1
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
SITWithPWiseAndBufferAfterLeaderTest.testResubscribeAfterRoleChange: clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseAndBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: activeActiveStoreIngestionTask.resubscribeForAllPartitions(); Wanted 4 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.resubscribeForAllPartitions(StoreIngestionTask.java:597) But was 3 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1524) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1524) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.updateIngestionRoleIfStoreChanged(StoreIngestionTask.java:1524)
SITWithPWiseWithoutBufferAfterLeaderTest.testOffsetSyncBeforeGracefulShutDown[0](AA_ON): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java#L1
java.lang.AssertionError: pcs.getLatestProcessedLocalVersionTopicOffset() for PARTITION_FOO is expected to be zero! expected [0] but found [2]
SITWithTWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[1](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535)
SITWithTWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[1](true): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
org.mockito.exceptions.verification.TooFewActualInvocations: hostLevelIngestionStats.recordTotalBytesConsumed( <any long> ); Wanted 3 times: -> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492) But was 2 times: -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535) -> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2535)
BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet: clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java#L1
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
SITWithTWiseWithoutBufferAfterLeaderTest.testOffsetSyncBeforeGracefulShutDown[0](AA_ON): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
java.lang.AssertionError: pcs.getLatestProcessedLocalVersionTopicOffset() for PARTITION_FOO is expected to be zero! expected [0] but found [2]
BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet: clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java#L65
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
VeniceChangelogConsumerImplTest.testVersionSwapDataChangeListener: clients/da-vinci-client/src/test/java/com/linkedin/davinci/consumer/VeniceChangelogConsumerImplTest.java#L442
Wanted but not invoked: veniceAfterImageConsumerImpl.seekToEndOfPush( <any set> ); -> at com.linkedin.davinci.consumer.VeniceAfterImageConsumerImpl.seekToEndOfPush(VeniceAfterImageConsumerImpl.java:109) However, there was exactly 1 interaction with this mock: veniceAfterImageConsumerImpl.subscribed(); -> at com.linkedin.davinci.consumer.VersionSwapDataChangeListener.handleStoreChanged(VersionSwapDataChangeListener.java:35)
SITWithTWiseWithoutBufferAfterLeaderTest.testOffsetSyncBeforeGracefulShutDown[0](AA_ON): clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java#L1
java.lang.AssertionError: pcs.getLatestProcessedLocalVersionTopicOffset() for PARTITION_FOO is expected to be zero! expected [0] but found [2]
BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet: clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java#L65
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
com.linkedin.venice.endToEnd.TestBatchForRocksDB ► testBatchJobSnapshots[0](false): internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/TestBatch.java#L1428
Failed test found in: IntegrationTests_1230-artifacts/internal/venice-test-common/build/test-results/integrationTests_1230/TEST-com.linkedin.venice.endToEnd.TestBatchForRocksDB.xml internal/venice-test-common/build/test-results/integrationTests_1230/TEST-com.linkedin.venice.endToEnd.TestBatchForRocksDB.xml Error: java.util.concurrent.ExecutionException: com.linkedin.venice.client.exceptions.VeniceClientHttpException: http status: 503, com.linkedin.alpini.router.api.RouterException: store_3d486ce5f9_d886e829_v2, partition 2 is not available to serve request of type: SINGLE_GET
com.linkedin.venice.endToEnd.TestBatchForRocksDB ► testBatchJobSnapshots[2](true): internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/TestBatch.java#L1428
Failed test found in: IntegrationTests_1230-artifacts/internal/venice-test-common/build/test-results/integrationTests_1230/TEST-com.linkedin.venice.endToEnd.TestBatchForRocksDB.xml internal/venice-test-common/build/test-results/integrationTests_1230/TEST-com.linkedin.venice.endToEnd.TestBatchForRocksDB.xml Error: java.util.concurrent.ExecutionException: com.linkedin.venice.client.exceptions.VeniceClientHttpException: http status: 503, com.linkedin.alpini.router.api.RouterException: store_3f53a0be97_f686c8f9_v1, partition 2 is not available to serve request of type: SINGLE_GET
com.linkedin.venice.endToEnd.TestPushJobWithEmergencySourceRegionSelection ► testNativeReplicationForBatchPushWithEmergencySourceOverride[0](50, 2): internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/utils/IntegrationTestPushUtils.java#L313
Failed test found in: IntegrationTests_1220-artifacts/internal/venice-test-common/build/test-results/integrationTests_1220/TEST-com.linkedin.venice.endToEnd.TestPushJobWithEmergencySourceRegionSelection.xml internal/venice-test-common/build/test-results/integrationTests_1220/TEST-com.linkedin.venice.endToEnd.TestPushJobWithEmergencySourceRegionSelection.xml Error: com.linkedin.venice.exceptions.VeniceException: Could not create store store_5855bc900e_17eb0a53
com.linkedin.venice.endToEnd.MetaSystemStoreTest ► testThinClientMetaStoreBasedRepositoryWithLargeValueSchemas: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/MetaSystemStoreTest.java#L315
Failed test found in: IntegrationTests_1500-artifacts/internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml internal/venice-test-common/build/test-results/integrationTests_1500/TEST-com.linkedin.venice.endToEnd.MetaSystemStoreTest.xml Error: java.lang.AssertionError: Number of value schemas should be the same between meta system store and controller expected [2] but found [1]
com.linkedin.venice.controller.server.TestAdminSparkServer ► controllerClientCanGetStoreInfo: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/controller/server/TestAdminSparkServer.java#L462
Failed test found in: IntegrationTests_1410-artifacts/internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml internal/venice-test-common/build/test-results/integrationTests_1410/TEST-com.linkedin.venice.controller.server.TestAdminSparkServer.xml Error: java.lang.AssertionError: Store from new store-version should only have one version expected [1] but found [0]
com.linkedin.venice.endToEnd.PartialUpdateTest ► testActiveActivePartialUpdateWithCompression[2](GZIP): internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/PartialUpdateTest.java#L930
Failed test found in: IntegrationTests_1250-artifacts/internal/venice-test-common/build/test-results/integrationTests_1250/TEST-com.linkedin.venice.endToEnd.PartialUpdateTest.xml internal/venice-test-common/build/test-results/integrationTests_1250/TEST-com.linkedin.venice.endToEnd.PartialUpdateTest.xml Error: java.lang.AssertionError: expected [10000] but found [400000]
com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest ► testBlobP2PTransferAmongServersForBatchStore: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/BlobP2PTransferAmongServersTest.java#L123
Failed test found in: IntegrationTests_1130-artifacts/internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml Error: java.lang.AssertionError: expected [true] but found [false]
com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest ► testBlobP2PTransferAmongServersForHybridStore: internal/venice-test-common/src/integrationTest/java/com/linkedin/venice/endToEnd/BlobP2PTransferAmongServersTest.java#L367
Failed test found in: IntegrationTests_1130-artifacts/internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml IntegrationTests_1130-artifacts/internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml IntegrationTests_1130-artifacts/internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml IntegrationTests_1130-artifacts/internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml internal/venice-test-common/build/test-results/integrationTests_1130/TEST-com.linkedin.venice.endToEnd.BlobP2PTransferAmongServersTest.xml Error: java.lang.AssertionError: expected [true] but found [false]
com.linkedin.venice.endToEnd.DaVinciClientTest ► testTypeChangeRecordTransformer[0](DaVinciConfig{managed=true, isolated=false, storageClass=MEMORY_BACKED_BY_DISK, cacheConfig=null, largeBatchRequestSplitThreshold=100}): clients/venice-push-job/src/main/java/com/linkedin/venice/hadoop/DefaultInputDataInfoProvider.java#L342
Failed test found in: IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml IntegrationTests_1010-artifacts/internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml internal/venice-test-common/build/test-results/integrationTests_1010/TEST-com.linkedin.venice.endToEnd.DaVinciClientTest.xml Error: com.linkedin.venice.hadoop.exceptions.VeniceInconsistentSchemaException: Inconsistent file Avro schema found. File: int2string.avro.
AlpiniUnitTests (11)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
AlpiniUnitTests (8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
AlpiniUnitTests (17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
AlpiniFunctionalTests (17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
AvroCompatibilityTests (17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
PulsarVeniceIntegrationTests (17)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
CompatibilityTestsCompletionCheck
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size
AvroCompatibilityTests Expired
5.11 MB
PulsarVeniceIntegrationTests Expired
900 KB