This commit is contained in:
Francis Lavoie committed 2026-04-25 05:38:37 -04:00
1 parent b68e9bfdd4
commit daea7788ad
2 files changed
+6 -6

No files matched your search

@@ -86,12 +86,12 @@ func TestReverseProxyReloadStressUpgradedStreamsHeapProfiles(t *testing.T) {
}
type stressRunResult struct {
streamCount int
aliveAfterReloads int
streamCount int
aliveAfterReloads int
aliveBeforeDelayExpiry int // only meaningful for close_delay mode
beforeReload heapSnapshot
midReload heapSnapshot // after all reloads, before delay expiry clean-up
afterReload heapSnapshot // after all streams have been fully cleaned up
beforeReload heapSnapshot
midReload heapSnapshot // after all reloads, before delay expiry clean-up
afterReload heapSnapshot // after all streams have been fully cleaned up
}
type heapSnapshot struct {
+1 -1
View File
@@ -246,7 +246,7 @@ func (h *Handler) handleH2UpgradeTunnel(
var (
toBackend int64
fromBackend int64
result = "closed"
result string
)
// when a stream timeout is encountered, no error will be read from errc