This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: test_executable_without_cwd fails on appx test run in Azure pipelines
Type: behavior Stage: patch review
Components: Tests, Windows Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: miss-islington, paul.moore, serhiy.storchaka, steve.dower, tim.golden, xtreak, zach.ware
Priority: normal Keywords: patch

Created on 2020-07-24 14:50 by xtreak, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 21608 closed serhiy.storchaka, 2020-07-24 16:22
PR 21625 merged miss-islington, 2020-07-26 07:21
PR 21626 merged miss-islington, 2020-07-26 07:22
Messages (4)
msg374189 - (view) Author: Karthikeyan Singaravelan (xtreak) * (Python committer) Date: 2020-07-24 14:50
https://dev.azure.com/Python/cpython/_build/results?buildId=66688&view=logs&j=0fcf9c9b-89fc-526f-8708-363e467e119e&t=fa5ef4ee-3911-591e-4444-19482ab189b7&l=740

======================================================================
ERROR: test_executable_without_cwd (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\a\1\b\layout-appx-win32\lib\test\test_subprocess.py", line 470, in test_executable_without_cwd
    self._assert_cwd(os.getcwd(), "somethingyoudonthave",
  File "D:\a\1\b\layout-appx-win32\lib\test\test_subprocess.py", line 388, in _assert_cwd
    normcase(p.stdout.read().decode("utf-8")))
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 40: unexpected end of data

https://dev.azure.com/Python/cpython/_pipeline/analytics/stageawareoutcome?definitionId=4 for 30 days.

99.16% of pipeline failures are due to failures in task - appx Tests
msg374303 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2020-07-26 07:21
New changeset b1a87300a06324c9fc7d6553906ed914489465aa by Serhiy Storchaka in branch 'master':
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
https://github.com/python/cpython/commit/b1a87300a06324c9fc7d6553906ed914489465aa
msg374304 - (view) Author: miss-islington (miss-islington) Date: 2020-07-26 07:38
New changeset 33cebe0b9a71da97046fc67c03062987c1049418 by Miss Islington (bot) in branch '3.8':
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
https://github.com/python/cpython/commit/33cebe0b9a71da97046fc67c03062987c1049418
msg374305 - (view) Author: miss-islington (miss-islington) Date: 2020-07-26 07:38
New changeset 8b7544cd024077615c62517f91ee74f50f40701d by Miss Islington (bot) in branch '3.9':
bpo-41385: Fix test_executable_without_cwd on Windows (GH-21608)
https://github.com/python/cpython/commit/8b7544cd024077615c62517f91ee74f50f40701d
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85557
2020-07-26 07:38:55miss-islingtonsetmessages: + msg374305
2020-07-26 07:38:55miss-islingtonsetmessages: + msg374304
2020-07-26 07:22:03miss-islingtonsetpull_requests: + pull_request20767
2020-07-26 07:21:55miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request20766
2020-07-26 07:21:45serhiy.storchakasetmessages: + msg374303
2020-07-24 16:22:41serhiy.storchakasetkeywords: + patch
nosy: + serhiy.storchaka

pull_requests: + pull_request20750
stage: patch review
2020-07-24 14:50:50xtreakcreate