bpo-45382: test.pythoninfo logs more Windows versions#30817
Conversation
Add the following info to test.pythoninfo: * windows.ver: output of the shell "ver" command * windows.version and windows.version_caption: output of the "wmic os get Caption,Version /value" command.
This job says: Oh, that's interesting. I didn't know this Windows version: "Microsoft Windows Server 2019 Datacenter".
This job says: |
Sorry, something went wrong.
|
Azure Pipelines is being upgraded to Windows Server 2022: https://docs.microsoft.com/en-us/azure/devops/release-notes/2022/pipelines/sprint-198-update |
Sorry, something went wrong.
|
Azure Pipelines PR jobs: Windows PR Tests win64: Windows PR Tests win32: Ok, it confirms that Windows Server 2022 is being used on Azure Pipelines. I can explain why bpo-41682 became more frequent recently: its because the Windows version changed ;-) (Well, it's still a bug in asyncio or the test.) |
Sorry, something went wrong.
|
FYI version of my Windows VM: |
Sorry, something went wrong.
Add the following info to test.pythoninfo:
"wmic os get Caption,Version /value" command.
https://bugs.python.org/issue45382