open-consul/ui-v2/tests
John Cowen 913ae5cfb3
ui: Reduce reconnection attempts on disconnection (#8481)
* ui: Reduce reconnection attempts on disconnection

The UI will attempt to reconnect/retry a blocking query to Consul after
a disconnection in certain circumstances.

1. On receipt of a 5xx error (used for keeping blocking queries running
through reverse proxies that have lowertimeouts than consul itself)
2. When a user switches to a different tab and back again)
3. When the connection to Consul is dropped entirely (when Consul itself
has exited)

In the last case the retry attempts where not using a 3 second interval
between attempts like the first case is.

This commit changes the last case to use the same 3 second pause as the
last case.
2020-08-11 18:47:15 +01:00
..
acceptance ui: Add Optgroups and selectedItems to multiple select dropdown and use (#8476) 2020-08-11 18:02:51 +01:00
helpers ui: New Intention Form/List components (#8172) 2020-07-09 10:08:47 +01:00
integration ui: Namespaces Redesign (#8336) 2020-07-20 18:12:34 +01:00
lib ui: Colocate pageobject components with their components (#8098) 2020-06-12 16:50:09 +01:00
pages ui: Add sorting to namespaces (#8405) 2020-08-10 10:54:51 -04:00
steps ui: Ensure URLs for tabs change when selecting a different DC (#8397) 2020-07-29 16:09:40 +02:00
unit ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 18:47:15 +01:00
dictionary.js ui: Run 2 separate test runs oss and ent (#7214) 2020-02-07 11:02:53 +00:00
index.html
pages.js ui: Add sorting to namespaces (#8405) 2020-08-10 10:54:51 -04:00
steps.js ui: Reduce discovery-chain log errors (#8065) 2020-06-10 16:07:06 +01:00
test-helper.js ui: Remove jQuery from the production build (#8088) 2020-07-07 19:58:46 +01:00