You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by "jmckenzie-dev (via GitHub)" <gi...@apache.org> on 2024/03/22 19:00:04 UTC

[PR] Add foundation for independent parsing of junit based output for CI reporting [cassandra-builds]

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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


Re: [PR] Add foundation for independent parsing of junit based output for CI reporting [cassandra-builds]

Posted by "michaelsembwever (via GitHub)" <gi...@apache.org>.
michaelsembwever commented on PR #99:
URL: https://github.com/apache/cassandra-builds/pull/99#issuecomment-2099921065

   This was merged in-tree here: https://github.com/apache/cassandra/commit/f7c11bdcd458b2eb0769a4b76698fb6382cdab3a 


-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


Re: [PR] Add foundation for independent parsing of junit based output for CI reporting [cassandra-builds]

Posted by "michaelsembwever (via GitHub)" <gi...@apache.org>.
michaelsembwever commented on PR #99:
URL: https://github.com/apache/cassandra-builds/pull/99#issuecomment-2016952361

   Brought over into https://github.com/apache/cassandra/pull/2852/commits 


-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org


Re: [PR] Add foundation for independent parsing of junit based output for CI reporting [cassandra-builds]

Posted by "michaelsembwever (via GitHub)" <gi...@apache.org>.
michaelsembwever closed pull request #99: Add foundation for independent parsing of junit based output for CI reporting
URL: https://github.com/apache/cassandra-builds/pull/99


-- 
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: pr-unsubscribe@cassandra.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org