feat/xr_driver_ipm_error_subscription_and_reporting
Compare changes
Files
8@@ -37,30 +37,30 @@ def test_cmc_connect():
Improved XR Device Driver IPM error reporting
IPM reports many of the errors asynchronously due to advanced micro services architecture. This PR adds background thread to XR driver that subscribes error feed and correlates relevant errors to ongoing transactions. This prevents timing out many of the error situations and provides high quality error reports on failures.