-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Networking & Observability
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
When we send a command through the NetworkInterfaceTL, we schedule a killOperations command if a failure occurs and an operation key exists on the request. This killOperations command has historically caused test failures that were not expecting an extra command to run. We should update NetworkInterfaceTest::makeTestCommand() to not create a request with an operationKey if one is not passed in. That way, only the tests that expect a killOperations will schedule one.