-
Notifications
You must be signed in to change notification settings - Fork 3
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
Saving only failed tests #15
Conversation
Hi @KerH , I will review the full extent of your PR ASAP, but at first glance it does not seems right to have 2 ways to pass "FILENAME", your |
Hi @BuhtigithuB, thank you for the review, it sounds right - changed it to save failures using a boolean flag instead (only one path should be provided in a single run). Let me know if you have any questions. |
Hi @KerH, Can you squash your PR branch, it will help final code review as currently I can only see the mods you made over your initial PR. Thanks |
…est_session2file into kerh_feature/save_only_failures
@BuhtigithuB please let me know if you have any questions or comments. Thank you |
Hi Harel,
I am not so sure why you have a merge commit at the root of your PR
branch... Also there 2 commits including earlier mods that you did in your
earlier implementation for this feature they are not required. I don't want
to carry these commits into the history of change as it gonna get
confusing... You can do a rebase -i mark those commits as squash so they
are going to be merge into a single commit including only your last
implementation details, that way it gonna be easier to analyse you PR and
merge it on my side. Also if you merge on your side it will create a mess
for you over time... So I suggest you squash (rebase -i pick the commits to
be squash - merged as a single commit) then create a new branch from master
cherry pick that single commit and paste it on that new branch and open a
new PR for that branch... That way your repo gonna be clean and the history
of the main repo too.
Thanks for your help
…On Fri, Feb 10, 2023 at 3:53 AM Harel.K ***@***.***> wrote:
@BuhtigithuB <https://github.com/BuhtigithuB> please let me know if you
have any questions or comments. Thank you
—
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMVNR2IELMESQEEFXWMIYTWWX6X5ANCNFSM6AAAAAASMGPHLE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Hi @BuhtigithuB, I'm Closing this one as I created a new one here. |
Adding the option to save only failures by running:
OR save both: