Change #4821
Category | None |
Changed by | Galen Charlton <gmc | @equinoxinitiative.org>
Changed at | Wed 20 Sep 2017 21:26:34 |
Repository | git://git.evergreen-ils.org/Evergreen.git |
Project | Evergreen |
Branch | master |
Revision | 474afc4472f737f2f17d290f854f733209487d96 |
Comments
LP#1718301: catch it when multiple connection attempts fail Lovefield only allows a single connection at a time, and throws an exception if a second attempt is made. In the context of a page app, wrapping the connection attempt in a promise takes care of it, but for the test suite, the egLoveField service gets completely reinitialized... but Lovefield itself still thinks it's in the middle of connecting. This patch catches the exception and allows the test suite to pass, without otherwise affecting use in a real browser. Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org> Signed-off-by: Ben Shum <ben@evergreener.net>
Changed files
- Open-ILS/web/js/ui/default/staff/services/lovefield.js