Skip to content
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

tests: ignore QUIT from FTP protocol comparisons #14404

Closed
wants to merge 2 commits into from

Conversation

bagder
Copy link
Member

@bagder bagder commented Aug 5, 2024

  • QUIT is not an important FTP command
  • curl only sends it "best effort", meaning it might not be sent
  • it is a known "flaky" thing in test output because of this

- QUIT is not an important FTP command
- curl only sends it "best effort", meaning it might not be sent
- it is a known "flaky" thing in test output because of this
@bagder bagder added the tests label Aug 5, 2024
@bagder
Copy link
Member Author

bagder commented Aug 5, 2024

/cc @icing @dfandrich as discussed, here it is.

@bagder bagder added the FTP label Aug 5, 2024
@bagder bagder closed this in cd4aee1 Aug 7, 2024
@bagder bagder deleted the bagder/ftp-tests-quit branch August 7, 2024 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

1 participant