[GitHub] [hadoop] ayushtkn commented on pull request #5295: YARN-11404. Add junit5 dependency to hadoop-mapreduce-client-app to fix few unit test failure

2023-02-28 Thread via GitHub
ayushtkn commented on PR #5295: URL: https://github.com/apache/hadoop/pull/5295#issuecomment-1448990193 Hi @szilard-nemeth >What I still don't understand is why the tests were passing before I did the commit. Because those tests weren't executed. The way our Jenkins job is setup,

[GitHub] [hadoop] ayushtkn commented on pull request #5295: YARN-11404. Add junit5 dependency to hadoop-mapreduce-client-app to fix few unit test failure

2023-02-23 Thread via GitHub
ayushtkn commented on PR #5295: URL: https://github.com/apache/hadoop/pull/5295#issuecomment-1442426815 Update: This indeed was the culprit, reverting this fixed the tests. https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1145/#showFailuresLink >a

[GitHub] [hadoop] ayushtkn commented on pull request #5295: YARN-11404. Add junit5 dependency to hadoop-mapreduce-client-app to fix few unit test failure

2023-02-21 Thread via GitHub
ayushtkn commented on PR #5295: URL: https://github.com/apache/hadoop/pull/5295#issuecomment-1439366770 This seems to have broken the mapreduce tests. https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1143/testReport/ Reverting this fixed it locally f