-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add full-junit-result to Fladle #936
Comments
If I fully understand. If we want to use smart-flank we need to have enabled one of the options
WIthout one of that smart-flank not working
WDYT? |
@adamfilipow92 I think that makes sense! Do we know why smart flank requires those junit options? I think we just need the timing info from a complete run. |
https://github.com/Flank/flank/blob/master/docs/smart_flank.md is the information we have documented about smart flank. |
In JUnitResult we remove fail nodes if any success #798 and I think there can be a problem but I need to more investigate it to be 100% sure. |
I think smart flank ignores failed nodes though (as specified in the smart flank doc). |
Hmmm, true, smart flank using only passed tests. I analyzed where is the problem. When we did not set legacy/full junit flag, flank not uploading smart-flank report. I tested https://github.com/Flank/flank/pull/935/files and this fixes the problem. |
For now, we can run smart flank without set WDYT? |
sounds good! |
Closed because all points from #936 (comment) done |
runningcode/fladle#157
The text was updated successfully, but these errors were encountered: