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
Some of the integration tests (doTcCheck(), doTcxCheck(), doXdpCheck()) aren't testing for a non-zero count. They are just checking for the string "packets received" and "bytes received", whereas their App equivalent (doAppTcCheck(), doAppTcxCheck(), doAppXdpCheck()) make sure a non-zero count is received. Make these tests more like their App equivalent.
The text was updated successfully, but these errors were encountered:
Some of the integration tests (
doTcCheck()
,doTcxCheck()
,doXdpCheck()
) aren't testing for a non-zero count. They are just checking for the string "packets received" and "bytes received", whereas their App equivalent (doAppTcCheck()
,doAppTcxCheck()
,doAppXdpCheck()
) make sure a non-zero count is received. Make these tests more like their App equivalent.The text was updated successfully, but these errors were encountered: