for junit you hit the *detail* that -test artifact transitive dependencies don't get picked up. Now you know...
you can get yetus to test all downstream modules of other modules by adding some newline in a source file in each one -changes which then MUST be left out the final build. On Mon, 12 Dec 2022 at 14:16, Ashutosh Gupta <ashutoshgupta...@gmail.com> wrote: > Thanks Ayush for pointing out the failures related to the Junit 5 upgrade. > As I have closely worked in upgrading Junit 4 to Junit 5 throughout the > hadoop project. I will create a JIRA for these failures and fix them on > priority. > > -Ashutosh > > On Mon, Dec 12, 2022 at 1:59 PM Ayush Saxena <ayush...@gmail.com> wrote: > >> Try to fix in the same way it was done here and couple of similar PRs: >> https://github.com/apache/hadoop/pull/5179 >> >> There are a bunch of PRs in yarn getting the similar error fixed module >> wise, the problem would be there in many other modules as well... >> >> The daily JDK-11 build also shows that failure here: >> >> https://ci-hadoop.apache.org/job/hadoop-qbt-trunk-java11-linux-x86_64/410/artifact/out/patch-javadoc-root.txt >> >> BTW. the daily build is also broken with some whooping 150+ failures >> >> https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1071/testReport/ >> >> Mostly some Junit upgrade patch being the reason. >> >> -Ayush >> >> On Mon, 12 Dec 2022 at 18:46, Steve Loughran <ste...@cloudera.com.invalid >> > >> wrote: >> >> > yetus is now reporting errors on our @InterfaceAudience tags in java8 >> and >> > java11 javadoc generation >> > https://github.com/apache/hadoop/pull/5205#issuecomment-1344664692 >> > >> > >> https://ci-hadoop.apache.org/job/hadoop-multibranch/job/PR-5205/2/artifact/out/branch-javadoc-hadoop-tools_hadoop-azure-jdkUbuntu-11.0.17+8-post-Ubuntu-1ubuntu220.04.txt >> > >> > it looks a bit like the javadocs are both being done in the java11 >> version, >> > and is is unhappy. >> > >> > any suggestions as to a fix? >> > >> >