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
Discovered by @ryanhamley, this is two issues that are related. If a test crashes, the exception gets silently caught by the test runner and the callstack exits causing t.end() to never be called, resulting in the test timing out.
The code that generates the visualization then crashes as its unable to parse the timeout metaData correctly.
The text was updated successfully, but these errors were encountered:
Discovered by @ryanhamley, this is two issues that are related. If a test crashes, the exception gets silently caught by the test runner and the callstack exits causing
t.end()
to never be called, resulting in the test timing out.The code that generates the visualization then crashes as its unable to parse the timeout metaData correctly.
The text was updated successfully, but these errors were encountered: