Re: HDFS test builds always fails

2024-03-13 Thread Tsz Wo Sze
Thanks a lot for fixing this!  I saw "random" failures multiple times in  https://github.com/apache/hadoop/pull/6549 It can pass all the tests now. Tsz-Wo On Tuesday, March 12, 2024 at 01:03:14 PM PDT, Ayush Saxena wrote: We are sorted now: the daily build from yesterday [1] shows 0

Re: HDFS test builds always fails

2024-03-12 Thread Ayush Saxena
We are sorted now: the daily build from yesterday [1] shows 0 test failures [1] https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1525/ -Ayush On Tue, 5 Mar 2024 at 17:03, Ayush Saxena wrote: > Hi, > We have a PR [1] which is gonna fix those tests related to thos

Re: HDFS test builds always fails

2024-03-05 Thread Ayush Saxena
Hi, We have a PR [1] which is gonna fix those tests related to those java ByteBuffer, I will follow up on that & get it merged. -Ayush [1] https://github.com/apache/hadoop/pull/6593 On Tue, 5 Mar 2024 at 12:59, 王磊 wrote: > Hi, I found some tests always fails in some pull requests such as > had

HDFS test builds always fails

2024-03-04 Thread 王磊
Hi, I found some tests always fails in some pull requests such as hadoop.hdfs.protocol.TestBlockListAsLongs of HDFS-17391 . It should be caused by some recent modification. It is suspected that the relevant modification is HADOOP-19069