Bumps werelogs from 8.2.2 to 8.2.4 and bumps arsenal to 8.3.13#2655
Conversation
Route the setup error through logHelper so the data store name and client type are included, consistent with the rest of AwsClient's logging. Issue: ARSN-603
Hello maeldonn,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Request integration branchesWaiting for integration branch creation to be requested by the user. To request integration branches, please comment on this pull request with the following command: Alternatively, the |
edb762e to
75bd742
Compare
werelogs 8.2.3 moved the "RequestLogger.end() has been called more than once" guard from log() into doLogIO(), where it now runs inside the dump's forEach over this.entries. The first end() in one it() leaves elapsedTime set on the shared module-level RequestLogger; the next test hits the guard, which calls this.error() inside the forEach and re-enters log()/doLogIO() over the still-buffered end-entry, blowing the stack. Build the RequestLogger fresh in beforeEach so each case starts with elapsedTime null and the recursion path is never reached. No production code change. Issue: ARSN-603
75bd742 to
6c3772d
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## development/8.3 #2655 +/- ##
===================================================
+ Coverage 73.54% 73.56% +0.01%
===================================================
Files 222 222
Lines 18188 18188
Branches 3786 3762 -24
===================================================
+ Hits 13377 13380 +3
+ Misses 4806 4803 -3
Partials 5 5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
/approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/8.4/bugfix/ARSN-603/werelogs origin/development/8.4
git merge origin/bugfix/ARSN-603/werelogs
# <intense conflict resolution>
git commit
git push -u origin w/8.4/bugfix/ARSN-603/werelogsThe following options are set: approve |
ConflictA conflict has been raised during the creation of I have not created the integration branch. Here are the steps to resolve this conflict: git fetch
git checkout -B w/8.5/bugfix/ARSN-603/werelogs origin/development/8.5
git merge origin/w/8.4/bugfix/ARSN-603/werelogs
# <intense conflict resolution>
git commit
git push -u origin w/8.5/bugfix/ARSN-603/werelogsThe following options are set: approve |
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
This pull request did not target the following hotfix branch(es) so they
Please check the status of the associated issue ARSN-603. Goodbye maeldonn. The following options are set: approve |
Issue: ARSN-603