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

Add FtpFileSystemActorTest and improve FTP implementation (#6317) #6345

Merged
merged 2 commits into from
Feb 23, 2024

Conversation

jkosternl
Copy link
Contributor

(cherry picked from commit 35b2ba9)

Comment on lines +35 to +40
@BeforeAll
public static void setUpOnce() throws Exception {
if ("localhost".equals(host)) {
fs.startServer(FileSystemType.FTP);
}
}
Copy link
Sponsor Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Dit bevorderd niets :(

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Denk inderdaad dat je gelijk hebt, vanwege een check die later volgt om te zien of hij al al draait. Zal het binnenkort er wel weer uit halen dan.

@nielsm5 nielsm5 merged commit 69da0f8 into 7.9-release Feb 23, 2024
7 of 9 checks passed
@nielsm5 nielsm5 deleted the issue/7.9/6275_improveFtp branch February 23, 2024 14:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

FtpFileSystemSender fails to get file attributes while finishing WRITE action
3 participants