-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tcp tunneling integration flake #12253
Comments
cc @alyssawilk |
We need to wait for all listeners to be up. Fixes #12253 Signed-off-by: Matt Klein <mklein@lyft.com>
There are still more issues here. I saw the same crash on master after my fix. |
We need to wait for all listeners to be up. Fixes envoyproxy#12253 (and maybe other flakes) Risk Level: None Testing: Existing tests Docs Changes: N/A Release Notes: N/A Signed-off-by: Matt Klein <mklein@lyft.com> Signed-off-by: Kevin Baichoo <kbaichoo@google.com>
Trying to repo under ASAN. I suspect it has something to do with FakeUpstream post callbacks which may result in use-after-free. [ RUN ] IpVersions/ConnectTerminationIntegrationTest.BasicMaxStreamDuration/IPv6 0x6080019a2d48 is located 40 bytes inside of 96-byte region [0x6080019a2d20,0x6080019a2d80) previously allocated by thread T0 here: |
@antoniovicente I was able to repro on an ARM machine with opt build (???). I have a fix soon. |
We need to wait for all listeners to be up. Fixes envoyproxy#12253 (and maybe other flakes) Risk Level: None Testing: Existing tests Docs Changes: N/A Release Notes: N/A Signed-off-by: Matt Klein <mklein@lyft.com> Signed-off-by: chaoqinli <chaoqinli@google.com>
The text was updated successfully, but these errors were encountered: