crafcat7 opened a new pull request, #3018:
URL: https://github.com/apache/nuttx-apps/pull/3018

   ## Summary
       In the case of slow overall system response (such as when MM_KASAN is 
turned on and RR_INTERVAL > 200), the nxevent case work thread will not be 
executed and will be switched back to the main thread, so that the event does 
not get the expected result and the case fails.
     By adjusting the thread priority, the work thread can be scheduled to 
avoid the expected result failure.
   
   ## Impact
     Adjusted the priority of the nxevent creation thread in ostest.
   
   ## Testing
     Local test in QEMU with case of slow overall system response is ok.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to