Fix bug in extracting L2 msgs from batch and enable skipped system_tests#4551
Fix bug in extracting L2 msgs from batch and enable skipped system_tests#4551ganeshvanahalli wants to merge 12 commits intomasterfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4551 +/- ##
==========================================
- Coverage 34.30% 34.13% -0.17%
==========================================
Files 498 498
Lines 59096 59099 +3
==========================================
- Hits 20270 20176 -94
- Misses 35238 35345 +107
+ Partials 3588 3578 -10 |
❌ 21 Tests Failed:
View the top 3 failed tests by shortest run time
📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
|
@ganeshvanahalli looks good! Please take a look at the CI job. It seems there is a linter error. |
|
I have retried the defaults-B test a couple of times on this branch. Are you sure its failure is not related to this change? |
@eljobe CI doesn't fail anymore and the tests pass locally for me too |
joshuacolvin0
left a comment
There was a problem hiding this comment.
This PR is flaky. Using copilot or Claude will help you narrow down reasons for failures and help you fix issues with this test
This PR enables those system_tests which were skipped previously because of pending bugs resolution in MEL and it also solves an issue where L2 message extraction from batch segment didn't match the flow currently seen in
inboxMultiplexerused by inbox-tracker code.Now only the system_tests relating to validation will be skipped when MEL is enabled
Resolves NIT-3883