ebyhr opened a new pull request, #16537: URL: https://github.com/apache/iceberg/pull/16537
Currently, we need to identify failed test names. For instance, the example is https://github.com/apache/iceberg/actions/runs/26280375822/job/77354779601. This change will print the names of failed tests after the suite completes, as shown below: ``` ... TestPropertiesSerDesUtil > testPropertiesSerDes() PASSED TestExceptionCode > testExceptionCode() STARTED TestExceptionCode > testExceptionCode() PASSED Failures: org.apache.iceberg.dell.ecs.TestEcsCatalog.testListTablesAndNamespaces() 25 tests completed, 1 failed > Task :iceberg-dell:test FAILED [Incubating] Problems report is available at: file:///Users/yuya.ebihara/iceberg/build/reports/problems/problems-report.html ``` -- 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]
