-
Notifications
You must be signed in to change notification settings - Fork 1.4k
DataProduct Catalog Runtime Insertion #4083
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
Open
Willmac16
wants to merge
60
commits into
nasa:devel
Choose a base branch
from
Willmac16:Willmac16/dp-cat-runtime-insertion
base: devel
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 51 commits
Commits
Show all changes
60 commits
Select commit
Hold shift + click to select a range
1ab161f
DPCat Docs fix transposed words
Willmac16 5df1d5e
Migrate file processing into processFile & Fix/ReEnable most DpCat UTs
Willmac16 1471acf
substring_find_last & addToCat handler
Willmac16 c67494a
New Warnings & Style Tweaks
Willmac16 f5af805
Migrate DpCat to new register_fprime_* format
Willmac16 8970ee3
Prevent UT State Files from Persisting
Willmac16 7a1904b
Ignore /Testing & *.swp
Willmac16 f79d5b0
Test Runtime Addition & Add remainActive parameter
Willmac16 e7e17d4
Only Reset DpCat Traversal Stack if addition is higher priority
Willmac16 23e5a41
Leave binary tree intact upon insertion error
Willmac16 2b84c5f
Implement, but don't yet use deallocateNode
Willmac16 f46a0d9
Deallocate and shift nodes after transmit
Willmac16 37d44e9
WIP: Stitching behavior to ensure every finished file's node gets dea…
Willmac16 b5ab14f
WIP: No more assert/UB, but UTs stall
Willmac16 11b6579
Log pending counters @ file complete & Fix UTs w/ deallocate logic
Willmac16 526ccac
Make deallocateNode more assertive and ensure things are set
Willmac16 e5f99c9
Use the same CompareEntries function in code and UT
Willmac16 32fc47b
Fix CompareEntries & overload comparison operators
Willmac16 5967d32
partial_sort_copy all output lists & ignore issue on RandomTransmitte…
Willmac16 ed1514d
Use the DpStateEntry comparison when inserting nodes
Willmac16 fac3b8c
Transmited -> Transmitted
Willmac16 a253af2
Randomized Testing of Data Product addition & transmission
Willmac16 3a81fe5
Try Passing Partial and untransmitted to random test
Willmac16 282e201
Add sub-second time comparison & move to stackless navigation
Willmac16 8640c88
Bound those while loops, bound the free list allocation, & add "subse…
Willmac16 0316726
Update .github/actions/spelling/expect.txt
LeStarch 788e8f0
First Couple Points of Feedback Addressed & Compiles on macOS 26
Willmac16 be25d03
Switch to FileNameStringSize, Move DpStateEntry comparisons to cpp, &…
Willmac16 216c846
determineDirectory in addToCat handler & correct spelling of delimiter
Willmac16 a867afe
Remove freeListFoot
Willmac16 0ddc680
Fix Spelling of Stitch in DpCatalog.cpp
Willmac16 60831af
StringUtils::substring_find to compare & ensure single slotSize is al…
Willmac16 723dfdd
Early Return Styled compareEntries
Willmac16 2635b34
Replace freeListFoot w/ nullptr, use comparison when loading stateFil…
Willmac16 4e875cf
Spelling Fixes
Willmac16 60beafa
Spelling take two
Willmac16 0322b34
Create a FwSizeType repr of match index in substring_find_last
Willmac16 3bfe420
Fix match_index
Willmac16 9e5bb8d
Move substring_find_last to a standard, three term for loop
Willmac16 28fab53
DpCatalog docs tweaks
Willmac16 270477b
Spelling
Willmac16 2237265
Prevent Duplicate Cmd Responses
Willmac16 a5afc42
Remove numDpRecords & improve comments
Willmac16 fb7599f
Check State file has been opened
Willmac16 9fd9624
Use a catalogBuilt flag to prevent runtime insertion until ready
Willmac16 e740f54
Tweaking readDps add and done sequencing
Willmac16 67e520a
Test Catalog Stop, Clear, & Faulty Restart
Willmac16 d86a108
Fixes for deallocateNode w/ left hand branch
Willmac16 7d7fd18
Test XmitStop warning
Willmac16 0064434
Test StartXmit before config
Willmac16 cad827f
Delaying dispatch seems to break random test file counts
Willmac16 f38385e
Print the DpCatalog Tree
Willmac16 cc060f0
One Hundred Random Dp Testing Iters & Cleanup Random Dps btw runs
Willmac16 e4b494f
Remove Tree Printing
Willmac16 81c7862
Add rm -rf to tester construction
Willmac16 fb416cb
Ensure all test artifacts are in DpTest*
Willmac16 c99d949
Low Hanging Coverage & Delete Print Functions
Willmac16 9a50880
Test FileDone failure EVR & delayed cmd response and allow built time…
Willmac16 17c7e4e
Consolidate & Test the WAIT response mode
Willmac16 1a097ad
add unconfigured to spelling
Willmac16 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -631,7 +631,7 @@ strnlen | |
| subgrouping | ||
| subhist | ||
| subhistory | ||
| subseconds | ||
| subsecond | ||
| subtopology | ||
| suppr | ||
| suseconds | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| /DpTest*/ | ||
| dpState.dat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Check warning
Code scanning / CppCheck
Could not find a newline character at the end of the file. Warning