Ariel Weisberg created CASSANDRA-14017: ------------------------------------------
Summary: Add plumbing to cassandra dtests to allow collecting test names for multiple builds as well as merging test output Key: CASSANDRA-14017 URL: https://issues.apache.org/jira/browse/CASSANDRA-14017 Project: Cassandra Issue Type: Improvement Components: Testing Reporter: Ariel Weisberg Assignee: Ariel Weisberg For continuous integration it's helpful to be able to acquire a list of test names so that the tests can be split and load balanced across multiple executors. We also do multiple builds containing the same tests run with different parameters. It's helpful to be able to tag the test names so they junit.xml output can be merged by other tools for reporting. There are also issues with nosetests and specifying many tests cases from the command line where nosetests hits recursion limits in Python. Increasing the maximum recursion depth seems to address the issue for now. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org