Restores a test that confirms a previous failure mode is fixed by the changes in https://github.com/akhenry/openmct-yamcs/pull/477 In this failure more, receiving a batch of 60 messages at once would overwhelm the per-parameter buffering, but should not overwhelm the new shared buffer.
[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
[ ] Is this a notable change that will require a special callout in the release notes? For example, will this break compatibility with existing APIs or projects that consume these plugins?
Author Checklist
[x] Changes address original issue?
[x] Tests included and/or updated with changes?
[x] Has this been smoke tested?
[x] Have you associated this PR with a type: label? Note: this is not necessarily the same as the original issue.
[ ] Have you associated a milestone with this PR? Note: leave blank if unsure.
[x] Testing instructions included in associated issue OR is this a dependency/testcase change?
Reviewer Checklist
[ ] Changes appear to address issue?
[ ] Reviewer has tested changes by following the provided instructions?
[ ] Changes appear not to be breaking changes?
[ ] Appropriate automated tests included?
[ ] Code style and in-line documentation are appropriate?
Restores an e2e test accidentally deleted during development of https://github.com/akhenry/openmct-yamcs/pull/477
Describe your changes:
Restores a test that confirms a previous failure mode is fixed by the changes in https://github.com/akhenry/openmct-yamcs/pull/477 In this failure more, receiving a batch of 60 messages at once would overwhelm the per-parameter buffering, but should not overwhelm the new shared buffer.
All Submissions:
Author Checklist
type:
label? Note: this is not necessarily the same as the original issue.Reviewer Checklist