We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Example: https://buildbot.python.org/#/builders/1591/builds/1914
ERROR: test_breakpoints (test.test_remote_pdb.PdbConnectTestCase.test_breakpoints) Test setting and hitting breakpoints. ---------------------------------------------------------------------- Traceback (most recent call last): File "/data/user/0/org.python.testbed/files/python/lib/python3.14/test/test_remote_pdb.py", line 431, in test_breakpoints process, client_file = self._connect_and_get_client_file() ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^ File "/data/user/0/org.python.testbed/files/python/lib/python3.14/test/test_remote_pdb.py", line 324, in _connect_and_get_client_file process = subprocess.Popen( [sys.executable, self.script_path], ...<2 lines>... text=True ) File "/data/user/0/org.python.testbed/files/python/lib/python3.14/subprocess.py", line 1038, in __init__ self._execute_child(args, executable, preexec_fn, close_fds, ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ pass_fds, cwd, env, ^^^^^^^^^^^^^^^^^^^ ...<5 lines>... gid, gids, uid, umask, ^^^^^^^^^^^^^^^^^^^^^^ start_new_session, process_group) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/data/user/0/org.python.testbed/files/python/lib/python3.14/subprocess.py", line 1967, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) PermissionError: [Errno 13] Permission denied: ''
cc @pablogsal @gaogaotiantian
The text was updated successfully, but these errors were encountered:
As the other tests that use subprocess, we need to check if it's available for tests. Fix in #133014 .
subprocess
Sorry, something went wrong.
gh-133006: Add subprocess check for remote pdb test (#133014)
0eb0e70
Thanks for the fix.
No branches or pull requests
Example: https://buildbot.python.org/#/builders/1591/builds/1914
cc @pablogsal @gaogaotiantian
Linked PRs
The text was updated successfully, but these errors were encountered: