-
Notifications
You must be signed in to change notification settings - Fork 3
fix: fix issue with onetime walk not running #168
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #168 +/- ##
===========================================
- Coverage 50.03% 49.71% -0.33%
===========================================
Files 22 22
Lines 1371 1384 +13
===========================================
+ Hits 686 688 +2
- Misses 685 696 +11
Continue to review full report at Codecov.
|
Expected release notes (by @omrozowicz-splunk) features: fixes: others (will not be included in Semantic-Release notes):
|
🎉 This PR is included in version 1.5.0-develop.30 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Description
Fix of onetime walk problem, adding parameter "walked_first_time" to MongoDB to make sure that we run one_time_walk everytime, even when enircher ran its walk first.
Fixes # (issue)
Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Run some test on my local environment
Checklist