You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "wengzhe (via GitHub)" <gi...@apache.org> on 2023/03/21 12:58:33 UTC

[GitHub] [nuttx-apps] wengzhe commented on pull request #1665: ostest: Introduce basic work queue test

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

   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.


-- 
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-unsubscribe@nuttx.apache.org

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