Skip to content

Commit

Permalink
[drop] test: cs failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dora-korpar committed Feb 1, 2019
1 parent ef0a6a9 commit de00e34
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/storage/data/external/AzureClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,10 +287,12 @@ class AzureClient {
dataRetrievalInfo.numberSubParts = 0;
return callback(null, dataRetrievalInfo);
}
console.log('\nin Azure Client uploadPart\n');
if (size <= azureMpuUtils.maxSubPartSize) {
const errorWrapperFn = this._errorWrapper.bind(this);
return azureMpuUtils.putSinglePart(errorWrapperFn,
stream, params, this._dataStoreName, log, (err, dataStoreETag) => {
console.log(`\n---after putSinglePart---error::::? ${err}`);
if (err) {
return callback(err);
}
Expand Down

0 comments on commit de00e34

Please sign in to comment.