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

feat: add storage leak test #222

Merged
merged 3 commits into from
Nov 22, 2024
Merged

feat: add storage leak test #222

merged 3 commits into from
Nov 22, 2024

Conversation

joelsmith-2019
Copy link
Member

Previously, flight packets were retained in the module's storage after a packet timeout. Now, flight packets are correctly removed when they timeout. An additional test was also added to verify that flight packets are correctly removed and not retained in storage after a timeout.

@joelsmith-2019 joelsmith-2019 self-assigned this Nov 21, 2024
@github-actions github-actions bot added the packet-forward-middleware Label for items related to the packet forward middleware label Nov 21, 2024
@joelsmith-2019 joelsmith-2019 merged commit 64c5cd5 into main Nov 22, 2024
10 of 13 checks passed
@joelsmith-2019 joelsmith-2019 deleted the joel/storage-leak-test branch November 22, 2024 17:07
@joelsmith-2019 joelsmith-2019 added the BACKPORT Backport into maintained branches label Nov 22, 2024
mergify bot pushed a commit that referenced this pull request Nov 22, 2024
* feat: add storage leak test

* cleanup test

* add e2e to workflow

(cherry picked from commit 64c5cd5)
mergify bot pushed a commit that referenced this pull request Nov 22, 2024
* feat: add storage leak test

* cleanup test

* add e2e to workflow

(cherry picked from commit 64c5cd5)

# Conflicts:
#	.github/workflows/packet-forward-middleware.yml
#	middleware/packet-forward-middleware/Makefile
joelsmith-2019 added a commit that referenced this pull request Nov 22, 2024
* feat: add storage leak test (#222)

* feat: add storage leak test

* cleanup test

* add e2e to workflow

(cherry picked from commit 64c5cd5)

* Fix Deps

* Fix NewSimApp Options

---------

Co-authored-by: Joel Smith <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BACKPORT Backport into maintained branches packet-forward-middleware Label for items related to the packet forward middleware
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants