Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IT - Fix agentd tests #2729

Closed
juliamagan opened this issue Mar 28, 2022 · 0 comments · Fixed by #2730
Closed

IT - Fix agentd tests #2729

juliamagan opened this issue Mar 28, 2022 · 0 comments · Fixed by #2730

Comments

@juliamagan
Copy link
Member

Description

After the merge of wazuh/wazuh#12704, we can see that the following log:

2022/03/28 12:48:06 wazuh-agentd[69594] start_agent.c:89 at connect_server(): INFO: Trying to connect to server ([testServer1/127.0.0.1]:1514/tcp).

changed to:

2022/03/26 00:56:46 wazuh-agentd[12567] start_agent.c:89 at connect_server(): INFO: Trying to connect to server ([testServer1]:1514/tcp).

Causing test_agentd_multi_server test to fail.

We need to check if this log is expected and modify the test or if the IP should appear.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant