You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On my system at least test_tools fails on test_processCmdline.
Adding a breakpoint just before the assertion causes the problem to go away, as does adding a sleep(0.1) to createProcess before returning the pid. Moving the call to tools.processCmdline before the breakpoint shows it returns an empty string unless a short delay is introduced.
I'm not sure if this problem is widespread enough to be important, but I'll add a trivial PR anyway.
The text was updated successfully, but these errors were encountered:
On my system at least
test_tools
fails ontest_processCmdline
.Adding a breakpoint just before the assertion causes the problem to go away, as does adding a
sleep(0.1)
tocreateProcess
before returning the pid. Moving the call totools.processCmdline
before the breakpoint shows it returns an empty string unless a short delay is introduced.I'm not sure if this problem is widespread enough to be important, but I'll add a trivial PR anyway.
The text was updated successfully, but these errors were encountered: