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 14 commits intomasterfrom
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #4551 +/- ##
==========================================
+ Coverage 34.20% 34.41% +0.20%
==========================================
Files 494 494
Lines 58926 58929 +3
==========================================
+ Hits 20156 20279 +123
+ Misses 35230 35065 -165
- Partials 3540 3585 +45 |
❌ 19 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