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 BaseEngineTest is used in multithreaded unit test it will throw exception explaining that perhaps BaseEngineParTest shoul dbe used instead.
It would be better however to make it default by simply renaming:
BaseEngineTest -> BaseIsolatedEngineTest
BaseEngineParTest -> BaseEngineTest
BaseEngineParTest should be just alias to BaseEngineTest and left for backwards compatibility.
The text was updated successfully, but these errors were encountered:
When BaseEngineTest is used in multithreaded unit test it will throw exception explaining that perhaps BaseEngineParTest shoul dbe used instead.
It would be better however to make it default by simply renaming:
BaseEngineTest -> BaseIsolatedEngineTest
BaseEngineParTest -> BaseEngineTest
BaseEngineParTest should be just alias to BaseEngineTest and left for backwards compatibility.
The text was updated successfully, but these errors were encountered: