RTEMS Tools | tester: Fix timeout hangs with hardware testing (!88)

Kinsey Moore (@opticron) gitlab at rtems.org
Fri Jun 5 02:12:15 UTC 2026




Kinsey Moore started a new discussion on tester/rt/report.py: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151948

 >          timeout = False
 >          test_too_long = False
 >          prefixed_output = []
 > +        self.lock.acquire()
 > +        try:
 >              for line in output:

Why does this need to be locked? I don't see any non-local state being manipulated.

-- 
View it on GitLab: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/merge_requests/88#note_151948
You're receiving this email because of your account on gitlab.rtems.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/bugs/attachments/20260605/783f2c8e/attachment.htm>


More information about the bugs mailing list