You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the execution of the tests to check that the development of #5108 was correct, it was seen that the macOS agent is not in the same time zone as the node, so the test fails because it uses greater_than_timestamp to filter the logs.
Failure:
TimeoutError: Element not found: {'regex': '(\\d{4}\\/\\d{2}\\/\\d{2} \\d{2}:\\d{2}:\\d{2}) .*? INFO: Starting evaluation', 'file': '/Library/Ossec/logs/ossec.log', 'timeout': 90, 'n_iterations': 1, 'greater_than_timestamp': '2024-04-02T13:44:04.985046'}
Description
During the execution of the tests to check that the development of #5108 was correct, it was seen that the macOS agent is not in the same time zone as the node, so the test fails because it uses
greater_than_timestamp
to filter the logs.Failure:
Agent logs:
Tasks
The text was updated successfully, but these errors were encountered: