Report VPN fabric stream cleanup
This commit is contained in:
@@ -311,6 +311,10 @@ func TestFabricSessionPacketTransportClosesAllStreamShards(t *testing.T) {
|
||||
t.Fatalf("stream %d was not closed; frames=%+v", streamID, sender.frames)
|
||||
}
|
||||
}
|
||||
snapshot := transport.Snapshot()
|
||||
if snapshot["close_stream_frames"] != uint64(5) || snapshot["close_errors"] != uint64(0) {
|
||||
t.Fatalf("unexpected close counters: %+v", snapshot)
|
||||
}
|
||||
}
|
||||
|
||||
func TestFabricSessionPacketTransportRunFrameIngressDeliversInbox(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user