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

stevel pushed a commit to branch feature-HADOOP-18028-s3a-prefetch-branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git

commit fd25b56953e48cc27dd35f28263fbbc2f3c314b3
Author: Ashutosh Gupta <ashutosh.gu...@st.niituniversity.in>
AuthorDate: Wed Nov 23 17:47:39 2022 +0000

    HADOOP-18531. Fix assertion failure in ITestS3APrefetchingInputStream 
(#5149)
    
    
    This patch MUST be applied to all branches containing HADOOP-18378
    so as to ensure reliable test runs.
    
    Contributed by Ashutosh Gupta
---
 .../java/org/apache/hadoop/fs/s3a/ITestS3APrefetchingInputStream.java | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3APrefetchingInputStream.java
 
b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3APrefetchingInputStream.java
index d597c05e1da..121d925d281 100644
--- 
a/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3APrefetchingInputStream.java
+++ 
b/hadoop-tools/hadoop-aws/src/test/java/org/apache/hadoop/fs/s3a/ITestS3APrefetchingInputStream.java
@@ -170,8 +170,6 @@ public class ITestS3APrefetchingInputStream extends 
AbstractS3ACostTest {
     }
     // Verify that once stream is closed, all memory is freed
     verifyStatisticGaugeValue(ioStats, STREAM_READ_ACTIVE_MEMORY_IN_USE, 0);
-    assertThatStatisticMaximum(ioStats,
-            ACTION_EXECUTOR_ACQUIRED + SUFFIX_MAX).isGreaterThan(0);
   }
 
   @Test
@@ -208,8 +206,6 @@ public class ITestS3APrefetchingInputStream extends 
AbstractS3ACostTest {
     }
     verifyStatisticGaugeValue(ioStats, STREAM_READ_BLOCKS_IN_FILE_CACHE, 0);
     verifyStatisticGaugeValue(ioStats, STREAM_READ_ACTIVE_MEMORY_IN_USE, 0);
-    assertThatStatisticMaximum(ioStats,
-        ACTION_EXECUTOR_ACQUIRED + SUFFIX_MAX).isGreaterThan(0);
   }
 
   @Test


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to