As a User I would like Pulp3 to not show me offline workers in the status api
daviddavis opened this issue · 2 comments
daviddavis commented
Steps:
- Kill a worker in Pulp 3
- Wait until the worker missed its heartbeat check in
- Query the status endpoint and confirm that the worker is not listed.
I think you can also query the worker endpoint to see if the worker is there but not online.
nixocio commented
Using the workers endponint. Assert that:
As an authenticated user, I can filter offline workers to know if a worker has unexpectedly gone offline.
nixocio commented
Using the workers endponint. Assert that:
As a user, I can view all workers including offline workers. (status api only shows online workers)