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

Bug: Caller does not know if the Builder is working properly #119

Closed
MiroslavRepka opened this issue Feb 1, 2022 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@MiroslavRepka
Copy link
Contributor

MiroslavRepka commented Feb 1, 2022

Current Behavior:

When a manifest is being processed, in a case where Builder unexpectedly fails and dies, Claudie does not detect this and continues to wait.

Expected Behavior:

When a manifest is being processed, in a case where Builder unexpectedly fails and dies, the Claudie should detect it and should terminate due to error.

Steps To Reproduce:

  1. Run all services in any environment
  2. Run the testing-framework
  3. Intentionally stop Builder
  4. The testing-framework will not stop and will continue waiting until the testing framework timeout

Anything else to note:

This might be happening with Scheduler as well since both of these services are implemented as clients. We need to find an optimal solution for checking if the client services are running or not.

@MiroslavRepka MiroslavRepka added the bug Something isn't working label Feb 1, 2022
@MiroslavRepka MiroslavRepka changed the title Bug: Testing-framework do not know if the Builder are working properly Bug: Testing-framework does not know if the Builder are working properly Feb 1, 2022
@MiroslavRepka MiroslavRepka changed the title Bug: Testing-framework does not know if the Builder are working properly Bug: Testing-framework does not know if the Builder is working properly Feb 1, 2022
@bernardhalas bernardhalas changed the title Bug: Testing-framework does not know if the Builder is working properly Bug: Caller does not know if the Builder is working properly May 27, 2022
@MiroslavRepka MiroslavRepka added enhancement New feature or request and removed bug Something isn't working labels Sep 9, 2022
@jaskeerat789
Copy link
Contributor

not relevant anymore

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants