◐ Shell
reader mode source ↗
Skip to content

bpo-36670: fixed encoding issue with libregrtest on win systems#15488

Closed
LorenzMende wants to merge 1 commit into
python:masterfrom
LorenzMende:BPO-36670
Closed

bpo-36670: fixed encoding issue with libregrtest on win systems#15488
LorenzMende wants to merge 1 commit into
python:masterfrom
LorenzMende:BPO-36670

Conversation

@LorenzMende

@LorenzMende LorenzMende commented Aug 25, 2019

Copy link
Copy Markdown
Contributor

detailed: fixed decoding of typeperf in regrtest for win environments, added lookup for locations dependent typeperf key

https://bugs.python.org/issue36670

detailed: fixed decoding of typeperf in regrtest for win environments, added lookup for locations dependent typeperf key
@ammaraskar

Copy link
Copy Markdown
Member

If it's not too much work, could you create a PR with your alternative solution from bpo whereby you raise early and the load average calculation gets disabled.

This really feels like a lot of extra complexity for not much gain, the primary reason system load averages are reported in regrtest is to track down flaky parallel/race condition/non deterministic tests. Those are primarily run on CI machines and build-bots which are almost always English machines anyway

@vstinner

vstinner commented Oct 1, 2019

Copy link
Copy Markdown
Member

I merged PR #16511 which is contains a similar fix, but also multiple other regrtest bugfixes.

@vstinner vstinner closed this Oct 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants