-
Notifications
You must be signed in to change notification settings - Fork 809
plumbing: transport, Expose test suites in transport/file. #1532
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
plumbing: transport, Expose test suites in transport/file. #1532
Conversation
@onee-only overall the changes look good, but I haven't spent much time on this PR as the testing aren't passing. Let me know if you need any help debugging the issue. |
The changes only include exposing the tests for |
About the failures, I suspect they were caused by data race as mentioned in this previous comment: #1450 (comment). |
@onee-only thank you for taking a look into this. 🙇 We will need to get the tests fixed before merging, to avoid that branch failing post merge. Please note I added a commit to your PR to include the fixture information for the tests. @aymanbagabas I took an initial look at this. The |
I tried to log some of this today: In the case of |
@onee-only do you mind merging this onee-only#1 please so that Ayman changes get into this PR as well? |
@pjbgf I've merged the PR. Could you take a look at it? |
@onee-only Could you merge EDIT: I've opened onee-only#2 to merge latest |
Signed-off-by: Paulo Gomes <pjbgf@linux.com>
add missing packfile in tests
3fe598a
to
0f419e9
Compare
@pjbgf @aymanbagabas I've cleaned the history and fixed a typo in commit message to pass the check. |
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.
Thank you @onee-only and @aymanbagabas for working on this. 🙇
One of the changes in #1450.
Partial fix was introduced in #1496 and this will entirely fix #1445.