Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

YAML parsing recursion #1553

Open
kamalca opened this issue Sep 28, 2021 · 1 comment
Open

YAML parsing recursion #1553

kamalca opened this issue Sep 28, 2021 · 1 comment

Comments

@kamalca
Copy link
Collaborator

kamalca commented Sep 28, 2021

Getting error: Error in atexit._run_exitfuncs while parsing the runbook.

This error is not consistent. Usually rerunning the exact same command succeeds on the second run. Does not happen very frequently.

Investigating the debug logs provides more detail:
2021-09-28 18:44:42.104[22696][DEBUG] lisa.notifier[Console] received message [TestRun]: TestRunMessage(type='TestRun', elapsed=0.06426000000000087, status=<TestRunStatus.FAILED: 4>, test_project='', test_pass='', tags=None, run_name='', message='maximum recursion depth exceeded while calling a Python object')

Relevant logs and YAML file
lisa-20210928-184435-675.log
hv_module.yml.txt

Again, this error is not consistently reproducible.

@squirrelsc
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants