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
Table-driven HTTP and gRPC fault injection integration tests sometimes fail.
If they are run sequentially, they generally pass.
The issue seems to be that sometimes the test checks for the fault injection before the agent has injected the iptables rules that redirect the traffic. Adding a delay before checking the fault injection improves the chances of the test passing.
The solution would be to check the agent has effectively installed the iptable rules. However, the agent is not generating any log message that could be checked in the tests #175
The text was updated successfully, but these errors were encountered:
Table-driven HTTP and gRPC fault injection integration tests sometimes fail.
If they are run sequentially, they generally pass.
The issue seems to be that sometimes the test checks for the fault injection before the agent has injected the
iptables
rules that redirect the traffic. Adding a delay before checking the fault injection improves the chances of the test passing.The solution would be to check the agent has effectively installed the iptable rules. However, the agent is not generating any log message that could be checked in the tests #175
The text was updated successfully, but these errors were encountered: