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

github-actions[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 6ec0cab2861 Update test catalog data for GHA workflow run 27855286070
6ec0cab2861 is described below

commit 6ec0cab28616bd310df1785d163756e33b58dfd5
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Jun 20 05:08:41 2026 +0000

    Update test catalog data for GHA workflow run 27855286070
    
    Commit: 
https://github.com/apache/kafka/commit/6486b82bf411ad35ea4ad69eca8ee19d46be69db
    GitHub Run: https://github.com/apache/kafka/actions/runs/27855286070
---
 test-catalog/streams/tests.yaml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 2a22c9cd658..b45c401d973 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -2621,7 +2621,6 @@ 
org.apache.kafka.streams.processor.internals.StateDirectoryTest:
 - shouldNotCreateBaseDirectory
 - shouldNotCreateGlobalStateDirectory
 - shouldNotCreateTaskStateDirectory
-- shouldNotDeleteAppDirWhenCleanUpIfNotEmpty
 - shouldNotFailWhenCreatingTaskDirectoryInParallel
 - shouldNotHoldLockAfterInitializeStartupStores
 - shouldNotInitializeStartupStateWhenNoLocalState
@@ -2641,6 +2640,9 @@ 
org.apache.kafka.streams.processor.internals.StateDirectoryTest:
 - shouldRemoveNonEmptyNamedTopologyDirsWhenCallingClean
 - 
shouldRemoveNonEmptyNamedTopologyDirsWhenCallingClearLocalStateForNamedTopology
 - shouldReportDirectoryEmpty
+- shouldRetainAppDirAndNotWarnWhenOnlyExpectedMetadataFilesRemainDuringClean
+- shouldRetainAppDirAndNotWarnWhenOnlyLockFileRemainsDuringClean
+- shouldRetainAppDirAndNotWarnWhenOnlyProcessFileRemainsDuringClean
 - shouldReturnEmptyArrayForNonPersistentApp
 - shouldReturnEmptyArrayIfListFilesReturnsNull
 - shouldReturnEmptyArrayIfStateDirDoesntExist
@@ -2649,6 +2651,7 @@ 
org.apache.kafka.streams.processor.internals.StateDirectoryTest:
 - shouldThrowProcessorStateExceptionIfTestDirOccupied
 - shouldUnlockStartupStateOnClose
 - shouldUpdateSecurePermissions
+- shouldWarnWhenUnexpectedFilesRemainDuringClean
 org.apache.kafka.streams.processor.internals.StateManagerUtilConverterTest:
 - shouldReturnIdentityConverterForPlainToHeadersInMemoryKeyValueStore
 - shouldReturnIdentityConverterForPlainToHeadersInMemorySessionStore

Reply via email to