-
Notifications
You must be signed in to change notification settings - Fork 108
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
fix test ci #3832
fix test ci #3832
Conversation
`touch #{dir_to_dl}/real_file` | ||
`touch #{dir_to_dl}/first_level_dir/.second_level_hidden_file` | ||
`touch #{dir_to_dl}/first_level_dir/second_level_real_file` | ||
`touch #{dir_to_dl}/.first_level_hidden_dir/.another_second_level_hidden_file` | ||
`touch #{dir_to_dl}/.first_level_hidden_dir/another_second_level_real_file` | ||
`echo 'abc123' > #{dir_to_dl}/real_file` | ||
`echo 'abc123' > #{dir_to_dl}/first_level_dir/.second_level_hidden_file` | ||
`echo 'abc123' > #{dir_to_dl}/first_level_dir/second_level_real_file` | ||
`echo 'abc123' > #{dir_to_dl}/.first_level_hidden_dir/.another_second_level_hidden_file` | ||
`echo 'abc123' > #{dir_to_dl}/.first_level_hidden_dir/another_second_level_real_file` |
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.
It's not clear to me why I had to change this. This test was failing saying that the directories were empty.
Seems like we used to be able to download empty directories and that's somehow changed? I'd say this needs looking into.
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.
This is an operating system/du
change! I'll open another ticket.
Fix test ci by populating these test files so that the directory isn't empty.
fix test ci because apparently
libsqlite3-dev
isn't on these images anymore?