Increase the number of UT objects allowed to support > 127 #1074
Labels
unit-test
Tickets related to the OSAL unit testing (functional and/or coverage)
Milestone
Is your feature request related to a problem? Please describe.
Right now the 128th object fails on creation (even though the UT code says 128 are supported):
osal/src/ut-stubs/utstub-helpers.h
Lines 57 to 67 in c540688
Describe the solution you'd like
Bump to 32, since 128 isn't unreasonable on a large system.
Describe alternatives you've considered
None
Additional context
The use case was for pipes, they hit the 64 limit and doubled, then encountered UT errors.
Requester Info
Jacob Hageman - NASA/GSFC, ping @excaliburtb
The text was updated successfully, but these errors were encountered: