ci(lab): un-quarantine the flow-live gate (#88) #264
No reviewers
Labels
No labels
bug
deploy
documentation
duplicate
enhancement
good first issue
help wanted
invalid
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
femboy/blackwall!264
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/flow-live-unquarantine"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The gate was continue-on-error as "environmental — live-sFlow detection unreliable". Wrong diagnosis: hsflowd sampled the wrong interface (a fresh netns's tunnel stubs sorted ahead of the veth in the old
ip linkselector, so mod_pcap saw zero packets — empty hsflowd.log). Now that the veth is selected by global-scope address (#259, merged), the gate detects reliably. Droppingcontinue-on-errorso flow-live gates for real. This PR's lab run is the definitive test: green = the hsflowd fix works un-quarantined; red-on-flow-live = investigate further.