Chi Song

Results 65 comments of Chi Song

See an error in check tab The workflow is not valid. .github/workflows/continuous-integration-workflow.yml (Line: 56, Col: 13): Unexpected symbol: '"3'. Located at position 26 within expression: matrix.python-version == "3.8" .github/workflows/continuous-integration-workflow.yml (Line:...

@tonybaloney Thank you for the changes, they are really adding value to LISA. Can you split it to two PRs? One is about more test matrix, another is to fix...

> Hi, this is my personal github account. LISA is open source repo right? Yes, it's open source, public repo.

@mcgov Thank you for suggestions. LISA use below logic to send kill signal. Can you explain more on the suggestions? There are several things to be considered. The built-in signal...

The INT may not be handled correctly by the target process, so the kill may not be effective. The KILL makes sure the process is ended immediately. Another idea is...

I met this problem on Windows 11. There is some error on logger itself. It says invalid handler, but no other information. I will try to mitigate it later.

Do you have log file? Check if there is any output form `apt-get update`.

@mcgov can you share a full log?