Kerr0220 commented on PR #5085:
URL: https://github.com/apache/hadoop/pull/5085#issuecomment-1294196516

   We are working on a project 
[NonDex](https://github.com/TestingResearchIllinois/NonDex) to find out flaky 
tests in open-source projects and help developers to fix them.
   
   Using Nondex to detect potential flaky tests can find tests that might fail 
with different versions of JAVA. For example, the implementation of `HashSet` 
is such that iterating through the elements returns them in a deterministic 
order for **one Java
   version**, but that order can change between Java versions. Therefore, 
fixing flaky tests is important for making the program more compatible with 
different versions of programming languages.
   
   And I found that Hadoop has accepted PR 
https://github.com/apache/hadoop/pull/1835 for fixing flaky tests detected by 
NonDex. Therefore, I assumed that you might be interested in fixing further 
flaky tests to make tests more robust.
   
   Please feel free to ask me any questions about the flaky test! We are 
working on it. And hope this PR can be considered accepted!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to