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

   ## Summary
   
   Since nuttx commit 5a209a853e ("sched/wqueue: restore -ENOENT from 
work_cancel() for unqueued work") work_cancel() and work_cancel_wq() return 
-ENOENT when the work is not queued. The tester thread queues work with zero 
delay, so the worker may already have consumed it by the time it is cancelled 
and the ASSERT(ret == OK) fires;
   
   Accept -ENOENT there and expect it when cancelling idle work in the API 
validation test.
   
   ## Impact
   
   fix CI
   
   ## Testing
   
   CI
   
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to