wandb icon indicating copy to clipboard operation
wandb copied to clipboard

PoC: sync service (Not functional yet)

Open raubitsj opened this issue 3 years ago • 1 comments

Not worth looking at yet.. VERY WIP, not functional, missing the reader thread

raubitsj avatar Apr 27 '22 18:04 raubitsj

Codecov Report

Attention: Patch coverage is 44.18605% with 96 lines in your changes missing coverage. Please review.

Project coverage is 80.15%. Comparing base (3aff983) to head (da27605). Report is 2428 commits behind head on main.

Files with missing lines Patch % Lines
wandb/cli/cli.py 23.33% 46 Missing :warning:
wandb/sdk/internal/reader.py 48.57% 18 Missing :warning:
wandb/sdk/service/server_sock.py 10.00% 9 Missing :warning:
wandb/sdk/service/service_sock.py 12.50% 7 Missing :warning:
wandb/sdk/interface/interface.py 40.00% 6 Missing :warning:
wandb/sdk/interface/interface_shared.py 40.00% 3 Missing :warning:
wandb/sdk/internal/handler.py 60.00% 2 Missing :warning:
wandb/sdk/internal/internal.py 92.30% 2 Missing :warning:
wandb/sdk/wandb_manager.py 33.33% 2 Missing :warning:
wandb/sdk/lib/sock_client.py 50.00% 1 Missing :warning:
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3583      +/-   ##
==========================================
- Coverage   81.49%   80.15%   -1.35%     
==========================================
  Files         236      237       +1     
  Lines       29154    29321     +167     
==========================================
- Hits        23758    23501     -257     
- Misses       5396     5820     +424     
Flag Coverage Δ
functest 58.10% <44.18%> (-0.07%) :arrow_down:
unittest 68.57% <38.37%> (-3.05%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
wandb/sdk/service/streams.py 94.32% <100.00%> (+0.07%) :arrow_up:
wandb/sdk/lib/sock_client.py 91.80% <50.00%> (-0.70%) :arrow_down:
wandb/sdk/internal/handler.py 80.36% <60.00%> (-10.56%) :arrow_down:
wandb/sdk/internal/internal.py 87.74% <92.30%> (+0.66%) :arrow_up:
wandb/sdk/wandb_manager.py 93.07% <33.33%> (-1.42%) :arrow_down:
wandb/sdk/interface/interface_shared.py 82.40% <40.00%> (-2.55%) :arrow_down:
wandb/sdk/interface/interface.py 85.31% <40.00%> (-4.43%) :arrow_down:
wandb/sdk/service/service_sock.py 86.79% <12.50%> (-13.21%) :arrow_down:
wandb/sdk/service/server_sock.py 87.92% <10.00%> (-3.96%) :arrow_down:
wandb/sdk/internal/reader.py 48.57% <48.57%> (ø)
... and 1 more

... and 24 files with indirect coverage changes

codecov[bot] avatar Apr 27 '22 18:04 codecov[bot]