We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
Merge pull request #2328 from jphickey/fix-2301-tbl-ut
36473a3
Fix #2301, adjust UT pool buffer size for platform config
e65be5f
chillfig
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: