Skip to content

Commit

Permalink
Add Python 2 unicode strings to regex check [CheckAgentLog] (#3314)
Browse files Browse the repository at this point in the history
Co-authored-by: narrieta@microsoft <narrieta>
  • Loading branch information
narrieta authored Feb 4, 2025
1 parent 753d797 commit d9e3e5d
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 d9e3e5d

Please sign in to comment.