[loganalyzer] create_msg_regex condition fix#65
Merged
lguohan merged 1 commit intosonic-net:masterfrom Dec 13, 2016
Merged
Conversation
stcheng
reviewed
Dec 7, 2016
signed-off-by hrachay@mellanox.com
3da92f7 to
2655af0
Compare
Contributor
|
Better rename request to "create_msg_regex condition fix". |
lguohan
approved these changes
Dec 13, 2016
wangxin
pushed a commit
to wangxin/sonic-mgmt
that referenced
this pull request
Feb 21, 2025
…et#65) <!-- Please make sure you've read and understood our contributing guidelines; https://github.com/sonic-net/SONiC/blob/gh-pages/CONTRIBUTING.md Please provide following information to help code review process a bit easier: --> ### Description of PR <!-- - Please include a summary of the change and which issue is fixed. - Please also include relevant motivation and context. Where should reviewer start? background context? - List any dependencies that are required for this change. --> Summary: During test_chassis_reboot run, it is possible that DUT(s) can experience delay in executing reboot command. This delay in reboot command execution can cause timeout error on check_critical_processes, as the DUT(s) will not be able to complete the reboot and restart critical processes within the expected time frame. Therefore, add wait_for_shutdown logic to check delayed shutdown of DUT causing timeout error on check_critical_processes ### Type of change <!-- - Fill x for your type of change. - e.g. - [x] Bug fix --> - [x] Bug fix - [ ] Testbed and Framework(new/improvement) - [ ] New Test case - [ ] Skipped for non-supported platforms - [x] Test case improvement ### Back port request - [ ] 202012 - [ ] 202205 - [ ] 202305 - [ ] 202311 - [x] 202405 - [ ] 202411 ### Approach #### What is the motivation for this PR? Failure during nightly test #### How did you do it? by adding wait_for_shutdown logic to check delayed shutdown of DUT #### How did you verify/test it? tested on T2 8800 device #### Any platform specific information? #### Supported testbed topology if it's a new test case? ### Documentation <!-- (If it's a new feature, new test case) Did you update documentation/Wiki relevant to your implementation? Link to the wiki page? -->
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
[sonic-linkmgrd][202012] submodule update 3523738 Jing Zhang Sun Apr 3 20:54:40 2022 -0700 Reset link prober state when default route is back sonic-net#56 8282e78 Jing Zhang Fri Apr 15 15:59:34 2022 -0700 Keep incrementing sequence number when link prober is suspended and shutdown sonic-net#55 (sonic-net#65) 8246eb8 Jing Zhang Thu Apr 14 18:49:36 2022 -0700 Shutdown ICMP heartbeats when default route state is missing and ToR is in auto mode sonic-net#44 (sonic-net#59) sign-off: Jing Zhang zhangjing@microsoft.com
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
* 652f259 2018-10-01 | [Kernel] fix kernel build errors (sonic-net#65) (HEAD, origin/201803) [Ying Xie] * 55c7a19 2018-10-01 | uart: fix race between uart_put_char() and uart_shutdown() (sonic-net#64) [lguohan] Signed-off-by: Guohan Lu <gulv@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
* 493ab6b 2018-10-01 | [Kernel] fix kernel build errors (sonic-net#65) (origin/201807) [Ying Xie] * 6a58489 2018-10-01 | uart: fix race between uart_put_char() and uart_shutdown() (sonic-net#64) [lguohan] Signed-off-by: Guohan Lu <gulv@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…ly (sonic-net#21340) #### Why I did it src/dhcprelay ``` * 13d7f5a - (HEAD -> 202411, origin/202411) Add wait and check ip address check when dhcp6relay init (sonic-net#52) (sonic-net#66) (25 hours ago) [mssonicbld] * 1e7b13a - [202411] Clear counter when dhcp6relay init (sonic-net#51) (sonic-net#65) (4 days ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
[configdb.py]: Allow deletion of entire table from mod_config API. (sonic-net#61) [MultiDB] mimic redis-dump-load , adding sonic_db_dump_load.py and so… [MultiDB] add sonic-db-cli PING all instances support (sonic-net#65) Fix sonic-db-cli script to be compatible with python3 and python2.7 (sonic-net#66) Namespace support in SonicV2Connector (sonic-net#63) [Multiasic]: Add calculation of interface index for backplane interfa…
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
…utomatically (sonic-net#15677) #### Why I did it src/sonic-host-services ``` * 3ebe922 - (HEAD -> 202211, origin/202211) Fix issue: hostcfgd unit test might be affected by other during parallel build (sonic-net#65) (12 hours ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
signed-off-by hrachay@mellanox.com