Skip to content

Commit

Permalink
Add Python 2 unicode strings to regex check [CheckAgentLog]
Browse files Browse the repository at this point in the history
  • Loading branch information
narrieta@microsoft committed Feb 4, 2025
1 parent c0d0207 commit fa64efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests_e2e/tests/lib/agent_log.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ def get_errors(self) -> List[AgentLogRecord]:
'message': r"(?s)name=Microsoft.GuestConfiguration.ConfigurationforLinux.*op=Install.*Non-zero exit code: (1.*Text file busy|51.*Unexpected Linux distribution|126.*Exec format error)",
},
{
'message': r"A new goal state was received, but not all the extensions in the previous goal state have completed.*'Microsoft.GuestConfiguration.ConfigurationforLinux',\s+'transitioning'",
'message': r"A new goal state was received, but not all the extensions in the previous goal state have completed.*'Microsoft.GuestConfiguration.ConfigurationforLinux',\s+u?'transitioning'",
},
#
# Below systemd errors are transient and will not block extension execution
Expand Down

0 comments on commit fa64efb

Please sign in to comment.