wengzhe commented on PR #1665:
URL: https://github.com/apache/nuttx-apps/pull/1665#issuecomment-1478046614

   > Oops, I noticed that current CI break is not because this test find 
problem of wqueue, but use too much stack size of `struct work_s 
work[VERIFY_COUNT + 1]` and it overflowed. After look deep into the 
`sabre-6quad:citest`, I need to make some changes:
   > 
   > 1. Set stack size instead of default one.
   > 2. This test needs pthread, so check `CONFIG_DISABLE_PTHREAD`
   > 3. Reduce the `TEST_COUNT`, since it's a little bit slow on 
`sabre-6quad:citest` (several minutes in total), now I try to reduce it into 
less than 1min.
   
   Now it seems more likely to be correct behavior: ostest failed because of 
wrongly wqueue behavior (kernel not fixed), instead of timed out.


-- 
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