consul/ui-v2/tests
John Cowen 22d60ab436 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 17:47:39 +00:00
..
acceptance ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
helpers ui: New Intention Form/List components (#8172) 2020-07-09 09:09:53 +00:00
integration ui: Namespaces Redesign (#8336) 2020-07-20 17:12:59 +00:00
lib ui: Colocate pageobject components with their components (#8098) 2020-06-12 15:50:34 +00:00
pages ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
steps ui: Ensure URLs for tabs change when selecting a different DC (#8397) 2020-07-29 14:12:38 +00:00
unit ui: Reduce reconnection attempts on disconnection (#8481) 2020-08-11 17:47:39 +00:00
dictionary.js ui: Run 2 separate test runs oss and ent (#7214) 2020-02-07 11:02:53 +00:00
index.html ui: Implements the ember-page-title addon to the UI (#7118) 2020-01-28 09:25:52 -05:00
pages.js ui: Add sorting to namespaces (#8405) 2020-08-10 14:56:24 +00:00
steps.js Merge pull request #8080 from hashicorp/ui-staging 2020-06-10 16:41:25 +00:00
test-helper.js ui: Remove jQuery from the production build (#8088) 2020-07-07 18:59:20 +00:00