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
We're stuck somewhere between common_test and test_server here, but it's not easy to actually generate a decent error report when this happens. How best to do so isn't 100% clear to me right now, but my money is on a solution around issue #50 wherein the lifecycle of each participating component is governed in a unified way (e.g., an fsm based driver), because this way we will always know in what state every component has got itself into when any kind of failure occurs and we can drive the error reporting from this 'known state of the world' much more easily and robustly that way.
The text was updated successfully, but these errors were encountered:
In addition to the lacklustre information the ct logs give about such errors, somehow the ct_hook return value seems to be getting screwed up such that we see ct related noise in the console (and html logs) which shouldn't really be there:
The {bad_return_value, _} tuple seems to indicate that the systest ct_hook is not behaving properly, and whilst providing the on_start error info is useful, this is not the right format and the bad_return_value error tuple is actually a red herring and adds nothing but confusion for the test author.
We're stuck somewhere between common_test and test_server here, but it's not easy to actually generate a decent error report when this happens. How best to do so isn't 100% clear to me right now, but my money is on a solution around issue #50 wherein the lifecycle of each participating component is governed in a unified way (e.g., an fsm based driver), because this way we will always know in what state every component has got itself into when any kind of failure occurs and we can drive the error reporting from this 'known state of the world' much more easily and robustly that way.
The text was updated successfully, but these errors were encountered: