-
Notifications
You must be signed in to change notification settings - Fork 116
Fix Unpacking with merge flag failed without --dir flag #826
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
Conversation
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
|
Hey, apologies for the huge delay, I'm back from a break. This is marked as a draft, is it ready for review now? :) |
Hey, I am sorry, I forgot this draft PR... As you can see, the integration test changes, I'll commit to identifying the problem if the words cannot be clearly understood. |
This reverts commit dd34293.
Signed-off-by: tommady <[email protected]>
|
ok, right now ignore the Clippy error, the updated test case passed... test unpack_multiple_sources_into_the_same_destination_with_merge ... okAnd I am confused. |
|
Hah, did you expect it to fail but it's passing? I triggered a re-run just in case 👀 |
|
Do you get the same error when running locally? #798 (comment) |
Yes, I can reproduce it locally, even:
But the integration test cannot simulate this issue |
@tommady I figured the tests don't cover this bug because the bug itself only happens when the Unfortunately, due to the way cargo test runner works, we also can't use So there are 2 ways forward I can think of:
I'm fine with 1 I guess, what do you think? |
interesting. I'll try to do the option 1 |
…merge and add a new test for issue 825 to reproduce the issue Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
Signed-off-by: tommady <[email protected]>
|
hi @marcospb19 |
Signed-off-by: tommady <[email protected]>
marcospb19
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! Thanks for sticking to this, really appreciate it.
close #825