• Maru Newby's avatar
    fed: Fix flakey ingress unit test · 02a29453
    Maru Newby authored
    The unit test for the ingress controller was previously adding
    a cluster twice, which resulted in a cluster being deleted and added
    back.  The deletion was racing the controller shutdown to close
    informer channels.  This change ensures that the informer clears its
    map of informers when Stop() is called to prevent a double close, and
    that the test no longer adds the cluster twice.
    02a29453
Name
Last commit
Last update
..
deletionhelper Loading commit data...
eventsink Loading commit data...
planner Loading commit data...
podanalyzer Loading commit data...
test Loading commit data...
BUILD Loading commit data...
backoff.go Loading commit data...
cluster_util.go Loading commit data...
configmap.go Loading commit data...
delaying_deliverer.go Loading commit data...
delaying_deliverer_test.go Loading commit data...
deployment.go Loading commit data...
deployment_test.go Loading commit data...
federated_informer.go Loading commit data...
federated_informer_test.go Loading commit data...
federated_updater.go Loading commit data...
federated_updater_test.go Loading commit data...
handlers.go Loading commit data...
handlers_test.go Loading commit data...
meta.go Loading commit data...
meta_test.go Loading commit data...
secret.go Loading commit data...