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

Research and Refactor Agent Simulator for Remoted test #1698

Closed
damarisg opened this issue Aug 9, 2021 · 1 comment
Closed

Research and Refactor Agent Simulator for Remoted test #1698

damarisg opened this issue Aug 9, 2021 · 1 comment

Comments

@damarisg
Copy link
Member

damarisg commented Aug 9, 2021

This issue is created because there are some remoted tests that are failing because the simulated agents always have a never connected status. This requires analyzing the implementation of the send_keepalive code to identify why sometimes the keepalives are not being received by the manager.

We performed an initial assessment and we saw that the HC_STARTUP message and keepalives are being sent together without any timelapse between them. This is not the actual behavior of an agent. But despite this, that would result in agents not being set in a pending status, there seem to be some keepalive messages not arriving at the manager and this results in agents never being set as active.

The tests affected by this issue are:

  • test_remoted/test_active_response/test_active_response_send_ar
  • test_remoted/test_agent_communication/test_multi_agent_status
@damarisg
Copy link
Member Author

We decided to close them as it was not planned.

@damarisg damarisg closed this as not planned Won't fix, can't repro, duplicate, stale Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants