jmckenzie-dev opened a new pull request, #99:
URL: https://github.com/apache/cassandra-builds/pull/99

   This adds a python based xunit format parser. I originally wrote it for 
inserting failures into the ci_summary.html results from internal ci, however I 
plan to extend it to also generate the entire thing. Since generating 
_anything_ in bash is not something I ever want to do again.
   
   Extension to generate the entire ci_summary would need the following new 
information:
   * git branch name for C*, ccm, dtest (as needed for the latter 2)
   * sha built (+ccm and dtest as needed)
   * checkstyle and dep status
   
   And need the following existing information (inside JUnitTestSuite class in 
python):
   * per suite, total tests, passed, skipped, failed, errors. Though we will 
need to tweak things so the failure and error types don't get glommed together 
(python and jvm tests treat the term differently I think?)


-- 
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]

Reply via email to