ayushtkn commented on PR #5773: URL: https://github.com/apache/hadoop/pull/5773#issuecomment-1609289727
broken in the daily build, since months https://ci-hadoop.apache.org/view/Hadoop/job/hadoop-qbt-trunk-java8-linux-x86_64/1268/#showFailuresLink they are broken since 3-4 months, I chased some earlier MR related they were Junit upgrade related, but these are different. it is expecting to log the thread dump in the file, but that isn't getting dumped now ``` java.lang.AssertionError: No thread dump at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.assertTrue(Assert.java:42) at org.apache.hadoop.mapreduce.v2.TestMRJobs.testThreadDumpOnTaskTimeout(TestMRJobs.java:1273) ``` someone removed it or something broke in that logic, haven't got chance to debug yet.... -- 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]
