This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/test-catalog by this push:
     new e23d21df8e2 Update test catalog data for GHA workflow run 12240103062
e23d21df8e2 is described below

commit e23d21df8e287adc5ab262989e3972f8f1f7dfdb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Dec 9 19:05:48 2024 +0000

    Update test catalog data for GHA workflow run 12240103062
    
    Commit: 
https://github.com/apache/kafka/commit/3a9777a667620c5f926176452744c751df4dac17
    GitHub Run: https://github.com/apache/kafka/actions/runs/12240103062
---
 test-catalog/core/tests.yaml | 1 +
 test-catalog/raft/tests.yaml | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 00418f1447f..6afa44be595 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2095,6 +2095,7 @@ kafka.raft.KafkaMetadataLogTest:
 - testCreateSnapshotBeforeLogStartOffset
 - testCreateSnapshotDivergingEpoch
 - testCreateSnapshotFromEndOffset
+- testCreateSnapshotInMiddleOfBatch
 - testCreateSnapshotLaterThanHighWatermark
 - testCreateSnapshotMuchLaterEpoch
 - testCreateSnapshotOlderEpoch
diff --git a/test-catalog/raft/tests.yaml b/test-catalog/raft/tests.yaml
index 170a2e9a8e3..855de089188 100644
--- a/test-catalog/raft/tests.yaml
+++ b/test-catalog/raft/tests.yaml
@@ -336,6 +336,7 @@ org.apache.kafka.raft.MockLogTest:
 - testCreateExistingSnapshot
 - testCreateSnapshot
 - testCreateSnapshotBeforeLogStartOffset
+- testCreateSnapshotInMiddleOfBatch
 - testCreateSnapshotLaterThanHighWatermark
 - testCreateSnapshotMuchEarlierEpoch
 - testCreateSnapshotMuchLaterEpoch

Reply via email to