Adding new logging, event, and metric to better capture when mirroring addresses is skipped

This commit is contained in:
Rob Scott
2020-07-01 18:30:24 -07:00
parent e701cb0205
commit fa59370e93
6 changed files with 88 additions and 21 deletions

View File

@@ -172,7 +172,7 @@ func TestSyncEndpoints(t *testing.T) {
}},
},
endpointSlices: []*discovery.EndpointSlice{},
expectedNumActions: 1,
expectedNumActions: 2, // extra action for creating warning event
expectedNumSlices: 1,
}}