-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Making process_watchdog part of manager_param and removed a process_watchdog check to reflect current state of watchdogs in OpenWPM #787
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, except for one small change
Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
…com/ankushduacodes/OpenWPM into make_process_watchdog_manager_param
Codecov Report
@@ Coverage Diff @@
## master #787 +/- ##
==========================================
- Coverage 40.06% 40.05% -0.01%
==========================================
Files 29 29
Lines 3120 3118 -2
==========================================
- Hits 1250 1249 -1
+ Misses 1870 1869 -1
Continue to review full report at Codecov.
|
Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
@vringar I think I forgot to run pre-commit before committing and pushing this branch and because of which it failed to run the tests. Is there a way to run the tests again or do I have to make a change to make tests run again? |
@ankushduacodes I'd suggest running |
@vringar There were no changes made after I ran |
Hmmm, I am not sure what is happening, even if I remove the TODO comment, it seem to somehow come back... This is third time I have removed it.... 🤔🤔 |
I'm looking at the commit history and can't explain it to myself either. If figuring this out is too much of a headache I can also merge it into a temporary branch, make the changes needed and then merge it myself. |
For sure, If you need me to do something I will be happy to do it. 😄 |
I think latest commit did detele, but I should mention that I am not sure what was causing this issue as my both this branch and my forked master branch are even with mozilla/OpenWPM master branch |
Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
Co-authored-by: Stefan Zabka <zabkaste@informatik.hu-berlin.de>
I think I got it, I was removing the wrong comment by accident and When you were suggesting a change I was coming back with that change. I totally mixed two comments without looking into it too much, I am sorry for all the confusion 😅 |
No worries. I'm just going to wait for the tests to pass and then merge this |
…m#787) fixes openwpm#749 Co-authored-by: vringar <szabka@mozilla.com>
fixes #749