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
Cause: stats are sampled per interval; starting an SSH shell without sending data can produce samples with session_count_ssh==1 but rx/tx==0, so the combined predicate never matches before timeout. Fix: write a small command to stdin right after session.Shell() to guarantee rx/tx>0 in the same stats window as the session, eliminating the flake.
Change-Id: Ib9d2cf26e1328c2b6fe846a3054b983c02aff78d
Signed-off-by: Thomas Kosiewski <[email protected]>
0 commit comments