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
When running our end-to-end tests, I observe the following log on the server:
01:55:53 WARN [LH] HandlingFailureHaltReasonModel - Impossible: handling failure for a WaitThreadNode and found a non-terminated child
The e2e tests pass as expected. This means that some assumption that was made when developing HandlingFailureHaltReasonModel.java is incorrect. We should investigate what assumption that was and either remove the log or fix the bug.
The text was updated successfully, but these errors were encountered:
When running our end-to-end tests, I observe the following log on the server:
The e2e tests pass as expected. This means that some assumption that was made when developing
HandlingFailureHaltReasonModel.java
is incorrect. We should investigate what assumption that was and either remove the log or fix the bug.The text was updated successfully, but these errors were encountered: