Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TBL UT failure when max table size is increased #2301

Closed
dmknutsen opened this issue Apr 21, 2023 · 0 comments · Fixed by #2328
Closed

TBL UT failure when max table size is increased #2301

dmknutsen opened this issue Apr 21, 2023 · 0 comments · Fixed by #2328

Comments

@dmknutsen
Copy link
Contributor

Describe the bug
TBL unit tests do not always initialize a memory pool large enough for table load buffers prior to unit test execution.

To Reproduce
Increase the size of the max allowable table sizes and run unit test.

Example:
#define CFE_PLATFORM_TBL_MAX_DBL_TABLE_SIZE 131072
#define CFE_PLATFORM_TBL_MAX_SNGL_TABLE_SIZE 131072
#define CFE_PLATFORM_TBL_BUF_MEMORY_BYTES (8388608*2)
#define CFE_PLATFORM_TBL_MAX_SIMULTANEOUS_LOADS 4

Reporter Info
Dan Knutsen
NASA GSFC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants