Closed stan-is-hate closed 2 years ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 4 committers have signed the CLA.
:white_check_mark: imcdo
:white_check_mark: stan-confluent
:x: nikesh0822
:x: vp-elitnet
You have signed the CLA already but the status is still pending? Let us recheck it.
This PR adds a reporter that prints failed test symbols (including any parametrize/matrix specs) to stdout, as well as generating a test suite yaml file.
Sample output:
You can then either do
ducktape results/latest/rerun-failed.yml
or copy the output from stdout and paste it directly as a ducktape argument:While not as powerful as a deflake feature by @imcdo , this one allows you to edit which ones you want to rerun prior to rerunning. Yet another option for debugging flakiness :)