mkorpela / pabot

Parallel executor for Robot Framework test cases.
https://pabot.org
Apache License 2.0
468 stars 151 forks source link

AttributeError: 'RebotSettings' object has no attribute 'non_critical_tags #560

Open krishnaMRK opened 10 months ago

krishnaMRK commented 10 months ago

Hi I faced the below issues for few of the scripts while running bulk execution

This happened after Updating the python version to 3.9 from 3.6, In previous python version working fine

(<class 'FileNotFoundError's, FileNotFoundError(2, 'No such file or directory), <traceback object at 0x7f2d1ec610ces) 2023-11-20 16:01:40.325395 [PID:N8] [1] [ID:4] PASSED Risksee bay11 4. TRADE 360 HF ARE SCHOREXPLC WS DIS in 30.0 seconds (eclass FilettotFoundError, FilefiotFoundError(2, 'ho such file or directory), <traceback object at 0x7f2d1ec457cm)

[ERROR] EXCEPTION RAISED DURING PABOT EXECUTION [ERROR] PLEASE CONSIDER REPORTING THES ISSUE to https://github.com/ekorpela/pabot/issues

Total testing: 3 minutes 24.18 seconds

Elapsed time: 1 minute 47,93 seconds

Traceback (most recent call last)

File "/usr/local/bin/pabot", line 8, in modules

sys.exit(main())

File "/usr/local/lib/python3.9/site-packages/pabot/pabut.py", line 1332, in main

result code report results (outs dir, pabot args, options,

File "/usr/local/lib/python3.9/site-packages/pabot/pabot.py", line sal, in report results

return report results for one run(outs dir, pabot args, options, start time string, tests root name, stats)

"/usr/local/lib/python3.9/site-packages/pabot/pabot.py", line 1000, in report results for one run

File output path merge one run(outs dir, optiom, tests root name, stats, copied artifacts)

File "/usr/local/lib/python3.5/site-packages/pabot/pabot.py", line 1025, in merge one run

resu serge(files, options, tests root name, copied artifacts, invalid xml_callback)

File "/usr/local/lib/python3.5/site-packages/pabot/result_merger.py", line 203, In merge

settings.non critical tags, tests root name,

AttributeError: Rebotsettings object nas no attribute non critical tags

Please help me in this