Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
benzekrimaha committed Dec 5, 2024
1 parent 6932d49 commit f3b5dee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/api/objectDelete.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ function objectDeleteInternal(authInfo, request, log, isExpiration, cb) {
monitoring.promMetrics('DELETE', bucketName, '200', 'deleteObject',
Number.parseInt(objectMD['content-length'], 10));
}
console.log('objectDeleteInternal: resHeaders:', resHeaders);

Check failure on line 278 in lib/api/objectDelete.js

View workflow job for this annotation

GitHub Actions / linting-coverage

Unexpected console statement
return cb(err, resHeaders);
});
}
Expand Down
2 changes: 1 addition & 1 deletion tests/quota/awsNodeSdk.js
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ function multiObjectDelete(bucket, keys, size, callback) {
], done);
});

it('should not update the inflights if the API errored after evaluating quotas (deletion)', done => {
it.only('should not update the inflights if the API errored after evaluating quotas (deletion)', done => {

Check failure on line 678 in tests/quota/awsNodeSdk.js

View workflow job for this annotation

GitHub Actions / linting-coverage

Unexpected exclusive mocha test
const bucket = 'quota-test-bucket11';
const key = 'quota-test-object';
const size = 100;
Expand Down

0 comments on commit f3b5dee

Please sign in to comment.