-
Notifications
You must be signed in to change notification settings - Fork 99
Try to fix the spurious error in FileSocketTransportTest. #2029
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
Try to fix the spurious error in FileSocketTransportTest. #2029
Conversation
Hello @schmelter-sap, this pull request fulfills all formal requirements. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the copyright year.
Did you also check the CI failures?
Done
They were not related to the test (GetStackTraceALotWhenBlocking failed und ppc64le cross build could not download packages). |
Hello @schmelter-sap, this pull request fulfills all formal requirements. |
2 similar comments
Hello @schmelter-sap, this pull request fulfills all formal requirements. |
Hello @schmelter-sap, this pull request fulfills all formal requirements. |
Looks good now. Please use Squash&Merge for merging. |
This moves the test for the deletion of the socket file after connection to an earlier time.
fixes #2028