-
Notifications
You must be signed in to change notification settings - Fork 128
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
Intermittent test failure for AMQP LinkAttachDetachMultipleOneSession - Message receiver link detached #5536
Comments
That log is correct - it indicates that a message receiver was disconnected without an error, which is not an error. I'm not sure why ctest decided this test failed - my suspicion is that it access violated. |
I wonder if we can improve the logging/diagnostic a bit more here. Is |
It means that an You parse it as " {}", spoken I would say "The error has no information" or "the error is null". |
Another recent hit of this test failing on
In a different run, it segfaulted -
|
@LarryOsterman the test failed again here, resulting in the CI pipeline not auto-merging an unrelated PR, last night. Hoping a re-run unblocks that:
|
…or 5536, added some diagnostics for uAMQP to help track the problem. (#5651) * Fixed 5536, cleaned up a bunch of test bugs found during testing of 5536 fix
## 1.0.0-beta.10 (2024-06-06) ### Bugs Fixed - [[microsoft#5536]](Azure/azure-sdk-for-cpp#5536) Fixed use-after free in MessageSender and MessageReceiver when opening a connection.
Validate Win2022_Win32Api_release_curl_x86
I don't see any logs marked as "error" or "failed" so it isn't clear what went wrong here without deciphering each logged step.
This is logged as an
[INFO]
:https://dev.azure.com/azure-sdk/internal/_build/results?buildId=3697516&view=logs&j=e725447c-1a69-585a-f6f0-491e0d04b156&t=4dce952d-fbd4-5508-085e-a15346a8cf0a
The text was updated successfully, but these errors were encountered: