Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ unreleased
----------
* Enable Data Lake Store progress controller callback #174
* Fix File state incorrectly marked as "errored" if contains chunks is "pending" state #182
* Fix Race condition due to `transfer` future `done_callback` #177

0.0.14 (2017-07-10)
-------------------
Expand Down
1 change: 0 additions & 1 deletion tests/test_transfer.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ def recording_callback(progress, total):
calls.append((progress, total))

def transfer(adlfs, src, dst, offset, size, blocksize, buffersize, shutdown_event=None):
time.sleep(0.01)
return size, None

client = ADLTransferClient(azure, transfer=transfer, chunksize=8,
Expand Down