feat: verify Tornado PGM KTAP connection

This commit is contained in:
2026-07-10 14:28:45 +09:00
parent b113830c14
commit 930424b752
22 changed files with 3474 additions and 67 deletions

View File

@@ -333,6 +333,15 @@ internal static class IsolatedTestCommandExecutor
}
outputMayBeActive = false;
// K3D output methods complete asynchronously through event callbacks.
// The current adapter does not consume those callbacks yet, so keep
// the connection alive for the same bounded observation window after
// TAKE OUT before requesting Disconnect.
if (!await ObserveAsync().ConfigureAwait(false))
{
stoppedAfter = "TakeOutObservation";
break;
}
}
disconnectAttempted = true;