Re: Unstable Unit Tests in Trunk

2020-09-09 Thread Mingliang Liu
Thanks Eric. I also see some intermittent test failures in recent builds. Maybe we can mark those failing tests as @Flaky, and/or add the RetryRule() to them. Thoughts? On Tue, Sep 1, 2020 at 10:48 AM Eric Badger wrote: > While putting up patches for HADOOP-17169 >

Unstable Unit Tests in Trunk

2020-09-01 Thread Eric Badger
While putting up patches for HADOOP-17169 I noticed that the unit tests in trunk, specifically in HDFS, are incredibly unstable. Every time I put up a new patch, 4-8 unit tests failed with failures that were completely unrelated to the patch. I'm