Simon Glass
Simon Glass
/usr/lib/python3.10/os.py:1029: RuntimeWarning: line buffering (buffering=1) isn't supported in binary mode, the default buffer size will be used return io.open(fd, mode, buffering, encoding, *args, **kwargs) Can we remove line buffering from...
https://github.com/cgoldberg/concurrencytest/pull/15
Oh, just saw this, can this be applied please?
Hi, could this patch be merged please?
That's fine, but in my case I have a lab of 33 boards and the tests for each are the same...so the above becomes quite unwieldy. I would need to...
Again, this becomes fiddly. I would like to have the env for the lab in one file, rather than editing so many files. So you are not keen on the...
Oh dear I didn't know that. Can that be changed? To me it seem better to lock a place when it is needed, rather than locking all places mentioned in...
Having now implemented things a bit more, here is my response. My environment file contains a load of roles which map to particular devices, mostly 1:1. Without the ability to...
Re multiple users, I am certainly getting errors if I try to run two tests at the same time on the same board, so I believe this issue is resolved...
Yes I'm just trying to figure out the MSYS2 error...