bug #7844
LoginDialog freezes Taxeditor if no connection can be established
100%
Description
A timeout needs to be implemented
Associated revisions
fix #7844 Add timeout to login dialog
ref #7844 Close socket after ping
ref #7844 Close http client after getting info
ref #7844 Filter out "localhost" cdm server in ping test
ref #7844 Extend timeout to 7000ms
ref #7844 Enhance error message when connection times out
ref #7844 Show fail text when connection times out
History
#1 Updated by Patrick Plitzner over 2 years ago
- Status changed from New to Resolved
- % Done changed from 0 to 50
Applied in changeset taxeditor|a9c45e1e62a5e2b4af8107dba4cb1a27f9f3c076.
#2 Updated by Patrick Plitzner over 2 years ago
- Assignee changed from Patrick Plitzner to Andreas Müller
- Target version changed from Unassigned CDM tickets to Release 5.4
#3 Updated by Andreas Müller over 2 years ago
- Status changed from Resolved to Feedback
- Assignee changed from Andreas Müller to Patrick Plitzner
This has been reverted due to failing test. Or did we only ignore the test?
How should I test it if feature is still available?
#4 Updated by Patrick Plitzner over 2 years ago
- Assignee changed from Patrick Plitzner to Andreas Müller
Andreas Müller wrote:
This has been reverted due to failing test. Or did we only ignore the test?
How should I test it if feature is still available?
The test pings a list of CDM servers defined in cdm_remote_servers.json
. I fixed the test by ignoring the localhost CDM server because this is not (yet?) running when the test is executed.
To test this issue you could use the nightly build, connect and select edit-test in the list of CDM servers while not having a VPN connection active.
#5 Updated by Andreas Müller 9 months ago
- Status changed from Feedback to Closed
- Assignee changed from Andreas Müller to Patrick Plitzner
- % Done changed from 50 to 100
With the current timeouts and connection error handling this ticket seems to be fully fixed.