Conversation
Hello williamlardier,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
717cdf2 to
e8dbf16
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development/8.1 #2300 +/- ##
===================================================
+ Coverage 66.42% 68.35% +1.92%
===================================================
Files 216 216
Lines 17443 17452 +9
Branches 3560 3566 +6
===================================================
+ Hits 11587 11929 +342
+ Misses 5840 5507 -333
Partials 16 16 ☔ View full report in Codecov by Sentry. |
362f9db to
092fc4a
Compare
affcbf8 to
ca9170f
Compare
tests/unit/storage/metadata/mongoclient/MongoClientInterface.spec.js
Outdated
Show resolved
Hide resolved
- No need to log incoming requests with info level as long as we log the response. - Removed useless logs. - Added missing logs. - Support better logging in case of error in delete object (mongodb backend). - Rework default fields. Issue: ARSN-471
- In case of error, no error was returned. - As a result, we would continue the API and don't detect anything, which could lead to a deletion of storage data, but not in MongoDB. Issue: ARSN-471
Issue: ARSN-471
ca9170f to
7151a07
Compare
|
as a side note / complementary effort : we are changing some log levels here, but we should remember the logs (esp. debug/trace) are used in 2 contexts:
That is probably a separate improvement, but sharing as I think it may bring a different point of view on the updating of logs. |
Indeed today we might log twice the same logs, in particular those with logging level >= to the log level, if a dump occurs. Note: there is also a performance impact of having logs under the levels we listen to, because we are still processing them "in case of error", and that might lead to a lot of object copy/parsing, even if not useful. |
7151a07 to
d1a568d
Compare
This is needed to unit test the backbeat routes Issue: ARSN-471
d1a568d to
3431945
Compare
|
Removing the last commit as we need to merge #2286 before releasing. |
3431945 to
5c61382
Compare
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the The following options are set: approve |
|
/create_integration_branches |
Integration data createdI have created the integration data for the additional destination branches.
The following branches will NOT be impacted:
You can set option The following options are set: create_integration_branches |
Waiting for approvalThe following approvals are needed before I can proceed with the merge:
The following options are set: create_integration_branches |
|
/approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue ARSN-471. Goodbye williamlardier. The following options are set: approve, create_integration_branches |
headmethod to properly unit test backbeat routes.Issue: ARSN-471