-
Bug
-
Resolution: Obsolete
-
Normal
-
None
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
-
ODC Sprint 201
-
Medium
Description of problem:
In 4.7 the terminal shows a warning and a button to reconnect to the Pod again when the terminal session was closed with an exit command.
With the current version the terminal automatically reconnects to the Pod again. The output of previous commands is lost with this automatically reconnect.
Prerequisites (if any, like setup, operators/versions):
Steps to Reproduce
- Switch to developer perspective and add a Deployment to start a Pod
- Select your deployment in topology and select the running Pod
- On the Pod details page switch to the "Terminal" tab
- Run a command like find . and then run exit
Actual results:
- After the user runs exit the terminal automatically reconnects.
Expected results:
- The terminal should not automatically reconnect. The terminal should show a warning that the connection was closed and allow the user to manually reconnect.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
- Latest 4.8 console master (tested with 4c443747272cd262ebc0e8d35491a0363af3c02c)
Additional info:
This problem appears after we update xterm library from 3.12 to 4.10 (ODC-5547, PR 8260).