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
Currently we can block the ct process, which effectively deadlocks the whole node. This is just not the way to go, so we need to move our resource management out of the test coordinator process (which is run by ct) and make sure that hooks which run in the ct process do not block. The code in https://github.com/nebularis/systest/tree/resource2 is supposed to address this directly.
The text was updated successfully, but these errors were encountered:
Currently we can block the ct process, which effectively deadlocks the whole node. This is just not the way to go, so we need to move our resource management out of the test coordinator process (which is run by ct) and make sure that hooks which run in the ct process do not block. The code in https://github.com/nebularis/systest/tree/resource2 is supposed to address this directly.
The text was updated successfully, but these errors were encountered: