wandb / client-ng

Experimental wandb CLI and Python API - See Experimental section below.
http://wandb.com
16 stars 7 forks source link

Feature/retry fixed #182

Closed vanpelt closed 4 years ago

vanpelt commented 4 years ago

Found the retry issue. We retry with the same file descriptor so we need to seek on retries. This also adds some tests.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build f7b54514-daca-4833-ae27-aff31227ce39


Changes Missing Coverage Covered Lines Changed/Added Lines %
wandb/old/retry.py 4 5 80.0%
tests/utils/mock_server.py 6 9 66.67%
wandb/internal/progress.py 1 4 25.0%
wandb/util.py 0 3 0.0%
wandb/internal/internal_api.py 1 5 20.0%
<!-- Total: 27 41 65.85% -->
Files with Coverage Reduction New Missed Lines %
wandb/old/retry.py 1 81.25%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 7495f2f5-52b3-49ad-bd6f-ab49dcb42f0f: 0.004%
Covered Lines: 12430
Relevant Lines: 20551

💛 - Coveralls