| commit | 29c75ca212a311da7cb83a94a17fc39d7f2e17df | [log] [tgz] | 
|---|---|---|
| author | Michael Smith <michael.smith@cloudera.com> | Thu Oct 02 12:01:52 2025 -0700 | 
| committer | GitHub <noreply@github.com> | Thu Oct 02 20:01:52 2025 +0100 | 
| tree | 90d6ef5fbcc61bce420d53b190353db093684ffa | |
| parent | d092171343417e6bdbfb84b861b8502b1999099c [diff] | 
HADOOP-19707: Add quiet-surefire profile for tests (#7998) Adds the `quiet-surefire` profile to set enableOutErrElements=false for maven-surefire-plugin. This restores the behavior prior to Surefire 3.3 that stdout/stderr are not included in the TEST-<package>.<class>.xml file for passing tests. The newer default behavior results in much larger TEST-*.xml files that can be a problem for CI tools processing them. Contributed by Michael Smith