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

Astarte_E2E: handle alerting when rabbit crashes #544

Open
matt-mazzucato opened this issue Feb 24, 2021 · 0 comments
Open

Astarte_E2E: handle alerting when rabbit crashes #544

matt-mazzucato opened this issue Feb 24, 2021 · 0 comments
Assignees
Labels
bug Something isn't working critical This issue causes data loss or other irreversible problems discussion This issue needs to be investigated/discussed (it might be already fixed, invalid or duplicated)
Milestone

Comments

@matt-mazzucato
Copy link
Collaborator

Currently the whole end-to-end testing procedure of Astarte_E2E relies on 1) a connected client, 2) a connected device.
If rabbitmq crashes the device connection is lost and, being the task blocking (see the related astarte-device-sdk-elixir issue), the end-to-end testing gets stuck.

Once the device connection request will be fixed as to be non-blocking, crashes of rabbitmq will be responsible for the reception of the following message {:DOWN, ref, :process, :pid, :normal}, and a consequent inability of assessing Astarte's health.
This behavior must be further investigated.

@matt-mazzucato matt-mazzucato added bug Something isn't working critical This issue causes data loss or other irreversible problems discussion This issue needs to be investigated/discussed (it might be already fixed, invalid or duplicated) labels Feb 24, 2021
@matt-mazzucato matt-mazzucato added this to Unscheduled Backlog in Astarte Core Components via automation Feb 24, 2021
@rbino rbino added this to the v1.2 milestone Jan 17, 2023
@bettio bettio modified the milestones: v1.2, v1.3 Jun 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical This issue causes data loss or other irreversible problems discussion This issue needs to be investigated/discussed (it might be already fixed, invalid or duplicated)
Projects
Status: No status
Astarte Core Components
  
Unscheduled Backlog
Development

No branches or pull requests

3 participants