Skip to content

Commit 9eb4f59

Browse files
committed
TIKA-4327: add comment about mchange-commons-java
1 parent da79f42 commit 9eb4f59

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core

tika-pipes/tika-pipes-integration-tests/src/test/java/org/apache/tika/pipes/core/PipesClientTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ public void testSocketTimeout(@TempDir Path tmp) throws Exception {
397397
long elapsed = System.currentTimeMillis() - startTime;
398398

399399
// Should timeout due to socket timeout (no heartbeats received within socketTimeoutMs)
400+
// fails with FAILED_TO_INITIALIZE when using mchange-commons-java 0.5.0
400401
assertEquals(PipesResult.RESULT_STATUS.TIMEOUT, pipesResult.status(),
401402
"Should timeout when socket times out");
402403

0 commit comments

Comments
 (0)