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

Parallel artifact writers #1705

Merged
merged 58 commits into from Jan 29, 2021
Merged

Parallel artifact writers #1705

merged 58 commits into from Jan 29, 2021

Conversation

annirudh
Copy link
Contributor

No description provided.

@codecov
Copy link

codecov bot commented Jan 26, 2021

Codecov Report

Merging #1705 (785e3f7) into master (accefda) will increase coverage by 0.06%.
The diff coverage is 82.70%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1705      +/-   ##
==========================================
+ Coverage   69.67%   69.74%   +0.06%     
==========================================
  Files         222      222              
  Lines       25861    25958      +97     
==========================================
+ Hits        18019    18104      +85     
- Misses       7842     7854      +12     
Impacted Files Coverage Δ
tests/test_library_public.py 100.00% <ø> (ø)
wandb/apis/public.py 72.34% <ø> (ø)
wandb/filesync/step_checksum.py 81.13% <ø> (ø)
wandb/filesync/step_upload.py 64.58% <0.00%> (-1.38%) ⬇️
wandb/proto/wandb_internal_pb2.py 100.00% <ø> (ø)
wandb/sdk/internal/artifacts.py 14.06% <0.00%> (-0.46%) ⬇️
wandb/sdk/internal/sender.py 84.96% <10.00%> (-1.16%) ⬇️
wandb/sdk/internal/internal_api.py 64.12% <33.33%> (-0.84%) ⬇️
wandb/sdk/wandb_run.py 80.92% <94.87%> (+0.29%) ⬆️
tests/wandb_artifacts_test.py 100.00% <100.00%> (ø)
... and 7 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update accefda...785e3f7. Read the comment docs.

test_joined_table_referential,
test_joined_table_add_by_path,
test_image_reference_with_preferred_path,
# test_artifact_add_reference_via_url,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@tssweeney Do we want to uncomment these before merging?

Copy link
Contributor

Choose a reason for hiding this comment

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

yes, and we should run the regression. this was a leftover.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK, I will uncomment.

@annirudh annirudh changed the title [WIP] Parallel artifact writers Parallel artifact writers Jan 27, 2021
Copy link
Contributor

@tssweeney tssweeney left a comment

Choose a reason for hiding this comment

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

Approving, but since we worked together on this, might need one other set of eyes

@raubitsj raubitsj merged commit f26f732 into master Jan 29, 2021
KyleGoyette pushed a commit that referenced this pull request Jan 29, 2021
@vanpelt vanpelt deleted the artifacts/parallel branch January 28, 2022 21:44
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

3 participants