There is a nose plugin [1] for outputting test results in xunit format. Would that work?
[1] https://nose.readthedocs.io/en/latest/plugins/xunit.html On Tue, Jun 25, 2019 at 10:04 AM Udi Meiri <[email protected]> wrote: > The current state of Python post-commit tests is pretty flaky. > I was wondering if we had any stats for integration tests, to help > identify which tests are causing the most failures. Jenkins keeps some > history for tests (example > <https://builds.apache.org/job/beam_PreCommit_Python_Cron/lastCompletedBuild/testReport/apache_beam.coders.avro_coder_test/CodersTest/test_avro_record_coder/history/>), > but it requires junit-style .xml output. > > Would it be possible to get our integration test results into Jenkins? >
