Update regex to catch more errors #85

Merged
abereziny merged 1 commit from abereziny/frostfs-testcases:bugfix-log-regexes into master 2023-08-30 11:33:02 +00:00
Member

Now issues in logs are found much better.

Example

sudo journalctl --no-pager --since '2023-08-28 14:10:57' --until '2023-08-28 23:59:28' --grep 'panic|\boom\b|too many' --case-sensitive=0

<...>
Aug 28 20:26:20 vedi frostfs-node[10240]: 2023-08-28T20:26:20.527Z        warn        engine/put.go:157        could not put object to shard        {"error": "too many goroutines blocked on submit or Nonblocking is set"}

<...>
Aug 28 23:59:25 vedi frostfs-node[161430]: panic: assertion failed: Page expected to be: 23521, but self identifies as 0
Now issues in logs are found much better. Example ``` sudo journalctl --no-pager --since '2023-08-28 14:10:57' --until '2023-08-28 23:59:28' --grep 'panic|\boom\b|too many' --case-sensitive=0 <...> Aug 28 20:26:20 vedi frostfs-node[10240]: 2023-08-28T20:26:20.527Z warn engine/put.go:157 could not put object to shard {"error": "too many goroutines blocked on submit or Nonblocking is set"} <...> Aug 28 23:59:25 vedi frostfs-node[161430]: panic: assertion failed: Page expected to be: 23521, but self identifies as 0 ```
abereziny added 1 commit 2023-08-29 15:39:44 +00:00
abereziny requested review from qa-committers 2023-08-29 15:40:27 +00:00
abereziny requested review from qa-developers 2023-08-29 15:40:27 +00:00
anikeev-yadro approved these changes 2023-08-29 15:41:04 +00:00
abereziny requested review from qa-developers 2023-08-30 08:04:32 +00:00
d.zayakin approved these changes 2023-08-30 08:05:16 +00:00
JuliaKovshova approved these changes 2023-08-30 08:15:47 +00:00
abereziny merged commit 9456a0bb28 into master 2023-08-30 11:33:01 +00:00
abereziny deleted branch bugfix-log-regexes 2023-08-30 11:33:03 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
4 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-testcases#85
No description provided.