Paul "TBBle" Hampson

Results 225 comments of Paul "TBBle" Hampson

> The environment variables bit of this was addressed in #7243; I'm leaving this issue open for the other environment settings. I think it makes more sense to have a...

That's the approach used in #7243, but it caused problems and had to be reverted; see #7418 and e.g., 616a71dd23e8fff717919c20c382edeaf59f433a

This should also close #2457.

It's happening every time I start a new PowerShell. Even if I put `Import-Module PANSIES -Force` before `Import-Module PowerLine`, it does the same thing. I just confirmed that even after...

I was still seeing the problem with only Configuration 1.5.0 installed, so I don't think that it was that PANSIES was picking up `Add-MetadataConverter` from Configuration 1.3.1 in that case....

My current config dump: ```powershell @{ PowerLineConfig = @{ PowerLineFont = $True SetCurrentDirectory = $True DefaultAddIndex = 2 RestoreVirtualTerminal = $True FullColor = $True Prompt = @((ScriptBlock ' New-PromptText {...

I've been thinking about the syso generation, and perhaps this is the best flow: * containerd.exe and ctr.exe have .syso files generated like the unit test (i.e pre-generated, no version...

I think it's possible to tell critest to skip individual tests, so it might be worth doing that if this issue is annoying developers. (Maybe I'm the only one who...

I added [a little bit of debugging](https://github.com/TBBle/hcsshim/commit/a3f3b0aa23271824822e3d2662f5ab1af66c06ba) and I think I have confirmed that the problem is happening somewhere down in hcsshim or below. Logs can be fetched from https://github.com/TBBle/containerd/actions/runs/1964241067...

Okay, with [more debugging logs](https://github.com/TBBle/containerd/actions/runs/1964587098), the 'race condition' idea looks like a red herring. Success case: * `TBBle: (he *hcsExec) waitForExit: before he.p.Process.Wait()` * `TBBle: relayIO Cmd stdout, 231 bytes`...