How do I filter out “Added a missed class for missing class telemetry” warnings when running the jenkins test harness?

こ雲淡風輕ζ 提交于 2020-08-10 22:30:46

问题


Im using the jenkins test harness (starting with this example usage: https://github.com/testcookbook/jenkins_harness) and this warning is killing me

Was this fixed? I tried following the issues but its left me more confused. I just want to NOT see it in my output: https://issues.jenkins-ci.org/browse/JENKINS-60725?page=com.atlassian.jira.plugin.system.issuetabpanels%3Achangehistory-tabpanel, https://issues.jenkins-ci.org/browse/JENKINS-60725, https://issues.jenkins-ci.org/browse/JENKINS-60725

Im using this version of jenkins and the harness:

testCompile "org.jenkins-ci.main:jenkins-test-harness:2.64"
testCompile "org.jenkins-ci.main:jenkins-war:2.235"

I set testLogging.showStandardStreams true in the build.gradle file because I want to see output of the script (I also write debug messages with print). This warning is making the test harness practically unusable because its flooding the output. What options do I have for filtering it out?

EDIT: setting events 'standard_out' doesnt show the warnings but now Im missing a lot of stuff

来源:https://stackoverflow.com/questions/63003371/how-do-i-filter-out-added-a-missed-class-for-missing-class-telemetry-warnings

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!