Skip to content
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

extract test utils to go-unixfsnode #231

Merged
merged 2 commits into from
May 22, 2023
Merged

extract test utils to go-unixfsnode #231

merged 2 commits into from
May 22, 2023

Conversation

rvagg
Copy link
Member

@rvagg rvagg commented May 12, 2023

Improving a bit of test infra that I want to extract into go-unixfsnode so we can reuse it elsewhere (go-car, and here)

@rvagg rvagg requested a review from hannahhoward May 12, 2023 02:06
@codecov-commenter
Copy link

codecov-commenter commented May 12, 2023

Codecov Report

Merging #231 (c89b7e3) into main (23df026) will decrease coverage by 0.82%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #231      +/-   ##
==========================================
- Coverage   71.04%   70.22%   -0.82%     
==========================================
  Files          68       66       -2     
  Lines        6081     5824     -257     
==========================================
- Hits         4320     4090     -230     
+ Misses       1520     1501      -19     
+ Partials      241      233       -8     
Impacted Files Coverage Δ
pkg/internal/itest/util.go 100.00% <100.00%> (ø)

... and 4 files with indirect coverage changes

@rvagg rvagg changed the base branch from feat/http to main May 12, 2023 05:14
Copy link
Contributor

@willscott willscott left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just looking at the last commit here, which I believe is the actual diff / difference you want here. It looks fine.

@rvagg rvagg force-pushed the rvagg/wrapcontent-reusable branch from 15fd9d3 to c89b7e3 Compare May 17, 2023 05:39
@rvagg rvagg changed the title fix(test): make unixfs.WrapContent more generic and reusable extract test utils to go-unixfsnode May 17, 2023
@rvagg
Copy link
Member Author

rvagg commented May 17, 2023

merged #232 into this, renamed it to reflect what we're doing now, recreated this branch on top of the new main changes since this previously targetted the feat/http branch, merged ipfs/go-unixfsnode#47, will release a 1.7.0 for it @ ipfs/go-unixfsnode#48 and then will update this and merge with a tagged branch

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but @rvagg can you tag unixfsnode 1.6.1 and update before you merge?

Copy link
Collaborator

@hannahhoward hannahhoward left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but @rvagg can you tag unixfsnode 1.6.1 and update before you merge?

@rvagg rvagg force-pushed the rvagg/wrapcontent-reusable branch from c89b7e3 to 8520e95 Compare May 22, 2023 09:42
@rvagg
Copy link
Member Author

rvagg commented May 22, 2023

1.7.0

@rvagg rvagg merged commit 9aa0bd7 into main May 22, 2023
16 checks passed
@rvagg rvagg deleted the rvagg/wrapcontent-reusable branch May 22, 2023 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants