- Notifications
You must be signed in to change notification settings - Fork35
Catch FileNotFoundError exception#74
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
bb5b5b1
to3cb3501
Comparecodecovbot commentedMar 23, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #74 +/- ##==========================================+ Coverage 95.62% 95.66% +0.03%========================================== Files 18 18 Lines 1692 1706 +14 ==========================================+ Hits 1618 1632 +14 Misses 74 74
Help us with your feedback. Take ten seconds to tell ushow you rate us. Have a feature suggestion?Share it here. |
a7e8fcf
to28d5a4e
CompareWhen we want to find some Postgres process in testgres psutils lib first gets list of all system processes (children() function in testgres's auxiliary_processes). Next testgres asks for process name (cmdline() function), so psutils goes to /proc/pid/ in Linux. In case any of processes listed in previous step, we get FileNotFoundError
28d5a4e
to0e8b1c8
Comparedaniel-95 commentedApr 11, 2023
Looks good to me. |
Looks good to me too |
When we want to find some Postgres process in testgres psutils lib first gets list of all system processes (children() function in testgres's auxiliary_processes). Next testgres asks for process name (cmdline() function), so psutils goes to /proc/pid/ in Linux. In case any of processes listed in previous step, we get FileNotFoundError