Add commandline option to simulate alert queue expand failure - v4#7656
Closed
jufajardini wants to merge 2 commits intoOISF:masterfrom
Closed
Add commandline option to simulate alert queue expand failure - v4#7656jufajardini wants to merge 2 commits intoOISF:masterfrom
jufajardini wants to merge 2 commits intoOISF:masterfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## master #7656 +/- ##
==========================================
+ Coverage 75.78% 75.81% +0.02%
==========================================
Files 659 659
Lines 185660 185662 +2
==========================================
+ Hits 140706 140757 +51
+ Misses 44954 44905 -49
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
ERROR: ERROR: QA failed on ips_afp_drop_chk. Pipeline 8383 |
For testing purposes. Meant to simulate a reallocation failure when dynamically growing the alert queue in DetectEngineThreadCtx, so we can check that Suri's behavior doesn't break under such circumstances. Task OISF#5319
5cf2927 to
4e8868e
Compare
Contributor
Author
|
Force pushed sneaky command author info changes |
|
ERROR: ERROR: QA failed on ips_afp_drop_chk. Pipeline 8410 |
Merged
Member
|
Merged in #7670, thanks! |
jasonish
added a commit
to jasonish/suricata
that referenced
this pull request
Apr 10, 2025
This one is a little different as it logs to a file, and is the same fast.lua used in the new Suricata-Verify test. Ticket: OISF#7656
jasonish
added a commit
to jasonish/suricata
that referenced
this pull request
Apr 22, 2025
This one is a little different as it logs to a file, and is the same fast.lua used in the new Suricata-Verify test. Ticket: OISF#7656
victorjulien
pushed a commit
to victorjulien/suricata
that referenced
this pull request
Apr 22, 2025
This one is a little different as it logs to a file, and is the same fast.lua used in the new Suricata-Verify test. Ticket: OISF#7656
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Previous PR: #7649
Link to redmine ticket:
https://redmine.openinfosecfoundation.org/issues/5319
Describe changes: