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

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git

commit 9eb4f59a9a4a87b8bc23878e61a9f772346e2c06
Author: Tilman Hausherr <[email protected]>
AuthorDate: Sun Apr 26 12:34:03 2026 +0200

    TIKA-4327: add comment about mchange-commons-java
---
 .../src/test/java/org/apache/tika/pipes/core/PipesClientTest.java        | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/PipesClientTest.java
 
b/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/PipesClientTest.java
index 5b6e9dfad0..561321a88f 100644
--- 
a/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/PipesClientTest.java
+++ 
b/tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/PipesClientTest.java
@@ -397,6 +397,7 @@ public class PipesClientTest {
             long elapsed = System.currentTimeMillis() - startTime;
 
             // Should timeout due to socket timeout (no heartbeats received 
within socketTimeoutMs)
+            // fails with FAILED_TO_INITIALIZE when using mchange-commons-java 
0.5.0
             assertEquals(PipesResult.RESULT_STATUS.TIMEOUT, 
pipesResult.status(),
                     "Should timeout when socket times out");
 

Reply via email to