[New-bugs-announce] [issue41385] test_executable_without_cwd fails on appx test run in Azure pipelines

Karthikeyan Singaravelan report at bugs.python.org
Fri Jul 24 10:50:50 EDT 2020


New submission from Karthikeyan Singaravelan <tir.karthi at gmail.com>:

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

----------
components: Tests, Windows
messages: 374189
nosy: paul.moore, steve.dower, tim.golden, xtreak, zach.ware
priority: normal
severity: normal
status: open
title: test_executable_without_cwd fails on appx test run in Azure pipelines
type: behavior
versions: Python 3.10

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41385>
_______________________________________


More information about the New-bugs-announce mailing list