You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user acceptance tests are currently subject to timing problems (see #228 as an example). The reason for this is polling the terminal output for a specific sub string to appear. This is unfortunately error prone, because the author of the test may not be aware that his sub string is part of subsequent views. The test steps pass until a subsequent test step times out. This can be very confusing and provides no room to execute tests faster, since the potential for ending up with more brittle tests is high.
Therefore the motivation is high, to find a more reliable way to determine if the terminal pane has changed.
Describe the solution you'd like
A more reliable way to determine the terminal pane has been repainted.
Describe alternatives you've considered
The current implementation is error prone, since it polls for changes in the terminal output. No other alternatives have been investigated so far.
The text was updated successfully, but these errors were encountered:
This was moved from purebred-mua/purebred#230
The user acceptance tests are currently subject to timing problems (see #228 as an example). The reason for this is polling the terminal output for a specific sub string to appear. This is unfortunately error prone, because the author of the test may not be aware that his sub string is part of subsequent views. The test steps pass until a subsequent test step times out. This can be very confusing and provides no room to execute tests faster, since the potential for ending up with more brittle tests is high.
Therefore the motivation is high, to find a more reliable way to determine if the terminal pane has changed.
Describe the solution you'd like
A more reliable way to determine the terminal pane has been repainted.
Describe alternatives you've considered
The current implementation is error prone, since it polls for changes in the terminal output. No other alternatives have been investigated so far.
The text was updated successfully, but these errors were encountered: