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

Investigate and document strategies to debug cloud gateway outages or potential misconfiguration of Command Centre #53

Open
devraj opened this issue Jul 9, 2024 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@devraj
Copy link
Member

devraj commented Jul 9, 2024

Describe the bug
This initially came from me noticing that my CI pipeline had failed to run. I have been making a fair bit of changes to my command centre configuration (pending documentation) to get my 7000 demo controller working over a WAN.

This lead me to believe that I had misconfigured the Command Centre for it to stop responding to the connections from the Cloud gateway.

Upon running the tests locally I found that all of our tests were failing and hence investigated to find that there were connection timeouts. These are likely caused by:

  • Misconfiguration of the Command Centre
  • Outage of the Cloud gateway

This ticket is to mainly document strategies to debug what may be a configuration issue and what otherwise might be an outage.

We also found that there were some unexpected behaviours with CardholderDetail no longer validating. This could well be due to a pyndatic update, which should be checked out.

E pydantic_core._pydantic_core.ValidationError: 1 validation error for CardholderDetail
E cards.0.invitation.href

To Reproduce
Steps to reproduce the behavior:

  1. run task test
    2 Expect to see Connection failures

Expected behavior
All tests run and pass

Screenshots
NA

Additional context
NA

@devraj devraj added bug Something isn't working documentation Improvements or additions to documentation labels Jul 9, 2024
@devraj devraj added this to the alpha-finalisation milestone Jul 9, 2024
@devraj devraj self-assigned this Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant