kuryr-kubernetes/kuryr_kubernetes/tests/unit/handlers
Luis Tomas Bolivar 8f6bb733f9 Avoid race between Retries and Deletion actions
This patch set increases the timeout to wait for resources to be
created/deleted. This is needed to better support spikes without
restarting the kuryr-controller. This patch also ensures that
future retry events are not afecting the kuryr controller if
they are retried once the related resources are already deleted,
i.e., the on_delete event was executed before one of the retries.

Closes-Bug: 1847753
Change-Id: I725ba22f0babf496af219a37e42e1c33b247308a
(cherry picked from commit 998be3bbda)
2019-10-17 08:12:34 +00:00
..
__init__.py Basic event handling pipeline components 2016-10-31 10:52:46 +00:00
test_asynchronous.py Skip stale K8s events 2017-01-20 04:26:08 +03:00
test_dispatch.py Improve logging for event dispatcher 2019-04-04 11:08:23 +09:00
test_health.py Add quota readiness check to controller 2018-11-21 10:11:55 +00:00
test_k8s_base.py Basic event handling pipeline components 2016-10-31 10:52:46 +00:00
test_logging.py Basic event handling pipeline components 2016-10-31 10:52:46 +00:00
test_retry.py Avoid race between Retries and Deletion actions 2019-10-17 08:12:34 +00:00