Skip to content

[all] change OpenTelemetry version to 1.33.0 (#1353) #754

[all] change OpenTelemetry version to 1.33.0 (#1353)

[all] change OpenTelemetry version to 1.33.0 (#1353) #754

GitHub Actions / JUnit Test Report failed Nov 29, 2024 in 0s

6794 tests run, 6784 passed, 0 skipped, 10 failed.

Annotations

Check failure on line 1 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SITWithPWiseWithoutBufferAfterLeaderTest.testProcessConsumerActionsError

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 33 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 890642468
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_725c14e177_2208a30f_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_725c14e177_2208a30f_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_725c14e177_2208a30f_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:45455"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:45455"},
    "local_InMemoryKafkaBroker:45455",
    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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.consumerHasAnySubscription();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)
Raw output
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 33 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 890642468
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_725c14e177_2208a30f_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_725c14e177_2208a30f_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_725c14e177_2208a30f_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:45455"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:45455"},
    "local_InMemoryKafkaBroker:45455",
    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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.consumerHasAnySubscription();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)


	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportError(StoreIngestionTask.java:4148)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5119)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:879)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:773)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:633)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.testProcessConsumerActionsError(StoreIngestionTaskTest.java:5105)

Check failure on line 1 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SITWithTWiseWithoutBufferAfterLeaderTest.testProcessConsumerActionsError

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 37 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_75596567aa_1b6c380_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_75596567aa_1b6c380_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_75596567aa_1b6c380_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:43959"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:43959"},
    "local_InMemoryKafkaBroker:43959",
    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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> 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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)
Raw output
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 37 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_75596567aa_1b6c380_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_75596567aa_1b6c380_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_75596567aa_1b6c380_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:43959"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:43959"},
    "local_InMemoryKafkaBroker:43959",
    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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> 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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)


	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportError(StoreIngestionTask.java:4148)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5119)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:879)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:773)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:633)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.testProcessConsumerActionsError(StoreIngestionTaskTest.java:5105)

Check failure on line 1 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SITWithTWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false)

Wanted but not invoked:
hostLevelIngestionStats.recordTotalBytesConsumed(
    <any long>
);
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492)

However, there were exactly 30 interactions with this mock:
hostLevelIngestionStats.recordProcessConsumerActionLatency(
    4.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.01061d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.061555d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.119964d,
    1732848887546L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.06582299999999999d,
    1732848887548L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002725d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002294d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.048880999999999994d,
    1732848887559L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002284d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.001943d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.004258d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)
Raw output
Wanted but not invoked:
hostLevelIngestionStats.recordTotalBytesConsumed(
    <any long>
);
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492)

However, there were exactly 30 interactions with this mock:
hostLevelIngestionStats.recordProcessConsumerActionLatency(
    4.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.01061d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.061555d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.119964d,
    1732848887546L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.06582299999999999d,
    1732848887548L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002725d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002294d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.048880999999999994d,
    1732848887559L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002284d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.001943d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.004258d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)


	at app//com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testRecordLevelMetricForCurrentVersion$27(StoreIngestionTaskTest.java:1411)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:879)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:773)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.testRecordLevelMetricForCurrentVersion(StoreIngestionTaskTest.java:1417)

Check failure on line 133 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/NativeMetadataRepositoryTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

NativeMetadataRepositoryTest.testNativeMetadataRepositoryStats

java.lang.AssertionError: expected [2000.0] but found [1000.0]
Raw output
java.lang.AssertionError: expected [2000.0] but found [1000.0]
	at org.testng.Assert.fail(Assert.java:96)
	at org.testng.Assert.failNotEquals(Assert.java:776)
	at org.testng.Assert.assertEqualsImpl(Assert.java:137)
	at org.testng.Assert.assertEquals(Assert.java:118)
	at org.testng.Assert.assertEquals(Assert.java:442)
	at com.linkedin.davinci.repository.NativeMetadataRepositoryTest.lambda$testNativeMetadataRepositoryStats$5(NativeMetadataRepositoryTest.java:136)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:240)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:225)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:217)
	at com.linkedin.davinci.repository.NativeMetadataRepositoryTest.testNativeMetadataRepositoryStats(NativeMetadataRepositoryTest.java:133)

Check failure on line 65 in clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet

org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
Raw output
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
	at [email protected]/java.lang.String.valueOf(String.java:4220)
	at [email protected]/java.lang.StringBuilder.append(StringBuilder.java:173)
	at [email protected]/java.util.AbstractCollection.toString(AbstractCollection.java:457)
	at [email protected]/java.lang.String.valueOf(String.java:4220)
	at [email protected]/java.lang.StringBuilder.append(StringBuilder.java:173)
	at app//com.linkedin.venice.fastclient.utils.TestClientSimulator.restRequest(TestClientSimulator.java:268)
	at app//com.linkedin.venice.fastclient.transport.R2TransportClient.post(R2TransportClient.java:51)
	at app//com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient.multiKeyStreamingRequest(DispatchingAvroGenericStoreClient.java:479)
	at app//com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient.streamingBatchGet(DispatchingAvroGenericStoreClient.java:365)
	at app//com.linkedin.venice.fastclient.DelegatingAvroStoreClient.streamingBatchGet(DelegatingAvroStoreClient.java:99)
	at app//com.linkedin.venice.fastclient.StatsAvroGenericStoreClient.streamingBatchGet(StatsAvroGenericStoreClient.java:70)
	at app//com.linkedin.venice.fastclient.InternalAvroStoreClient.streamingBatchGet(InternalAvroStoreClient.java:65)
	at app//com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.callStreamingBatchGetAndVerifyResults(BatchGetAvroStoreClientUnitTest.java:770)
	at app//com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.callStreamingBatchGetAndVerifyResults(BatchGetAvroStoreClientUnitTest.java:759)
	at app//com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet(BatchGetAvroStoreClientUnitTest.java:65)

Check failure on line 1 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithPWiseWithoutBufferAfterLeaderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SITWithPWiseWithoutBufferAfterLeaderTest.testProcessConsumerActionsError

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 33 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 890642468
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_725c14e177_2208a30f_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_725c14e177_2208a30f_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_725c14e177_2208a30f_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:45455"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:45455"},
    "local_InMemoryKafkaBroker:45455",
    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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.consumerHasAnySubscription();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)
Raw output
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 33 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_725c14e177_2208a30f_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 890642468
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_725c14e177_2208a30f_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_725c14e177_2208a30f_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_725c14e177_2208a30f_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:45455"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:45455"},
    "local_InMemoryKafkaBroker:45455",
    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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912},
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_725c14e177_2208a30f_v1-1, attempts=3, sequenceNumber=1, createdTimestampInMs=1732848872912}
);
-> 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: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1597)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.consumerHasAnySubscription();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.checkIngestionProgress(StoreIngestionTask.java:1464)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 890642468
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)


	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportError(StoreIngestionTask.java:4148)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5119)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:879)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:773)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:633)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.testProcessConsumerActionsError(StoreIngestionTaskTest.java:5105)

Check failure on line 1 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SITWithTWiseWithoutBufferAfterLeaderTest.testProcessConsumerActionsError

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 37 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_75596567aa_1b6c380_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_75596567aa_1b6c380_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_75596567aa_1b6c380_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:43959"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:43959"},
    "local_InMemoryKafkaBroker:43959",
    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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> 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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)
Raw output
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 37 interactions with this mock:
leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_v1-1
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:872)

leaderFollowerStoreIngestionTask.subscribePartition(
    TestTopic_75596567aa_1b6c380_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.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)

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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.run(StoreIngestionTask.java:1595)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.reportIfCatchUpVersionTopicOffset(
    PCS{replicaId=TestTopic_75596567aa_1b6c380_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_75596567aa_1b6c380_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_75596567aa_1b6c380_v1-1,
    -1L,
    "local_InMemoryKafkaBroker:43959"
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processCommonConsumerAction(StoreIngestionTask.java:2119)

leaderFollowerStoreIngestionTask.createKafkaConsumerProperties(
    {"kafka.bootstrap.servers" = "local_InMemoryKafkaBroker:43959"},
    "local_InMemoryKafkaBroker:43959",
    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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.processConsumerAction(LeaderFollowerStoreIngestionTask.java:565)

leaderFollowerStoreIngestionTask.processConsumerActions(
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)

leaderFollowerStoreIngestionTask.processConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684},
    Mock for Store, hashCode: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1864)

leaderFollowerStoreIngestionTask.processCommonConsumerAction(
    KafkaTaskMessage{type=SUBSCRIBE, topicPartition=TestTopic_75596567aa_1b6c380_v1-1, attempts=5, sequenceNumber=1, createdTimestampInMs=1732848885684}
);
-> 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: 1127013964
);
-> 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: 1127013964
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5113)


	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTask.reportError(StoreIngestionTask.java:4148)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testProcessConsumerActionsError$156(StoreIngestionTaskTest.java:5119)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:879)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:773)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:633)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.testProcessConsumerActionsError(StoreIngestionTaskTest.java:5105)

Check failure on line 1 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/kafka/consumer/SITWithTWiseWithoutBufferAfterLeaderTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

SITWithTWiseWithoutBufferAfterLeaderTest.testRecordLevelMetricForCurrentVersion[0](false)

Wanted but not invoked:
hostLevelIngestionStats.recordTotalBytesConsumed(
    <any long>
);
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492)

However, there were exactly 30 interactions with this mock:
hostLevelIngestionStats.recordProcessConsumerActionLatency(
    4.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.01061d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.061555d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.119964d,
    1732848887546L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.06582299999999999d,
    1732848887548L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002725d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002294d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.048880999999999994d,
    1732848887559L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002284d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.001943d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.004258d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)
Raw output
Wanted but not invoked:
hostLevelIngestionStats.recordTotalBytesConsumed(
    <any long>
);
-> at com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492)

However, there were exactly 30 interactions with this mock:
hostLevelIngestionStats.recordProcessConsumerActionLatency(
    4.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.01061d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.061555d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.119964d,
    1732848887546L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.06582299999999999d,
    1732848887548L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002725d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002294d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordConsumerRecordsQueuePutLatency(
    0.048880999999999994d,
    1732848887559L
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1250)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.produceToStoreBufferServiceOrKafka(StoreIngestionTask.java:1255)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.002284d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordTotalRecordsConsumed();
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerRecord(StoreIngestionTask.java:2527)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.001943d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)

hostLevelIngestionStats.recordProcessConsumerActionLatency(
    0.0d
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.processConsumerActions(StoreIngestionTask.java:1910)

hostLevelIngestionStats.recordCheckLongRunningTasksLatency(
    0.004258d
);
-> at com.linkedin.davinci.kafka.consumer.LeaderFollowerStoreIngestionTask.checkLongRunningTaskState(LeaderFollowerStoreIngestionTask.java:750)

hostLevelIngestionStats.recordStorageQuotaUsed(
    NaNd
);
-> at com.linkedin.davinci.kafka.consumer.StoreIngestionTask.recordQuotaMetrics(StoreIngestionTask.java:1571)


	at app//com.linkedin.davinci.stats.HostLevelIngestionStats.recordTotalBytesConsumed(HostLevelIngestionStats.java:492)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.lambda$testRecordLevelMetricForCurrentVersion$27(StoreIngestionTaskTest.java:1411)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:879)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.runTest(StoreIngestionTaskTest.java:773)
	at app//com.linkedin.davinci.kafka.consumer.StoreIngestionTaskTest.testRecordLevelMetricForCurrentVersion(StoreIngestionTaskTest.java:1417)

Check failure on line 133 in clients/da-vinci-client/src/test/java/com/linkedin/davinci/repository/NativeMetadataRepositoryTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

NativeMetadataRepositoryTest.testNativeMetadataRepositoryStats

java.lang.AssertionError: expected [2000.0] but found [1000.0]
Raw output
java.lang.AssertionError: expected [2000.0] but found [1000.0]
	at org.testng.Assert.fail(Assert.java:96)
	at org.testng.Assert.failNotEquals(Assert.java:776)
	at org.testng.Assert.assertEqualsImpl(Assert.java:137)
	at org.testng.Assert.assertEquals(Assert.java:118)
	at org.testng.Assert.assertEquals(Assert.java:442)
	at com.linkedin.davinci.repository.NativeMetadataRepositoryTest.lambda$testNativeMetadataRepositoryStats$5(NativeMetadataRepositoryTest.java:136)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:240)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:225)
	at com.linkedin.venice.utils.TestUtils.waitForNonDeterministicAssertion(TestUtils.java:217)
	at com.linkedin.davinci.repository.NativeMetadataRepositoryTest.testNativeMetadataRepositoryStats(NativeMetadataRepositoryTest.java:133)

Check failure on line 65 in clients/venice-client/src/test/java/com/linkedin/venice/fastclient/BatchGetAvroStoreClientUnitTest.java

See this annotation in the file changed.

@github-actions github-actions / JUnit Test Report

BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet

org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
Raw output
org.testng.internal.thread.ThreadTimeoutException: Method com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet() didn't finish within the time-out 5000
	at [email protected]/java.lang.String.valueOf(String.java:4220)
	at [email protected]/java.lang.StringBuilder.append(StringBuilder.java:173)
	at [email protected]/java.util.AbstractCollection.toString(AbstractCollection.java:457)
	at [email protected]/java.lang.String.valueOf(String.java:4220)
	at [email protected]/java.lang.StringBuilder.append(StringBuilder.java:173)
	at app//com.linkedin.venice.fastclient.utils.TestClientSimulator.restRequest(TestClientSimulator.java:268)
	at app//com.linkedin.venice.fastclient.transport.R2TransportClient.post(R2TransportClient.java:51)
	at app//com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient.multiKeyStreamingRequest(DispatchingAvroGenericStoreClient.java:479)
	at app//com.linkedin.venice.fastclient.DispatchingAvroGenericStoreClient.streamingBatchGet(DispatchingAvroGenericStoreClient.java:365)
	at app//com.linkedin.venice.fastclient.DelegatingAvroStoreClient.streamingBatchGet(DelegatingAvroStoreClient.java:99)
	at app//com.linkedin.venice.fastclient.StatsAvroGenericStoreClient.streamingBatchGet(StatsAvroGenericStoreClient.java:70)
	at app//com.linkedin.venice.fastclient.InternalAvroStoreClient.streamingBatchGet(InternalAvroStoreClient.java:65)
	at app//com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.callStreamingBatchGetAndVerifyResults(BatchGetAvroStoreClientUnitTest.java:770)
	at app//com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.callStreamingBatchGetAndVerifyResults(BatchGetAvroStoreClientUnitTest.java:759)
	at app//com.linkedin.venice.fastclient.BatchGetAvroStoreClientUnitTest.testSimpleStreamingBatchGet(BatchGetAvroStoreClientUnitTest.java:65)