mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1105] aws command fails in test_external_modification test #592
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#592
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ggtakec on GitHub (Jul 21, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1105
Additional Information
Version of s3fs being used (s3fs --version)
3ad1c95e86Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)
n/a
Kernel information (uname -r)
n/a
GNU/Linux Distribution, if applicable (cat /etc/os-release)
n/a
s3fs command line used, if applicable
n/a
/etc/fstab entry, if applicable
n/a
s3fs syslog messages (grep s3fs /var/log/syslog, journalctl | grep s3fs, or s3fs outputs)
n/a
Details about issue
Fail with TravisCI's ubuntu trusty test_external_modification test.
An error has occurred in the following line:
Error details
The following error (warning) is also output when installing awscli.
@ggtakec commented on GitHub (Jul 21, 2019):
Additional information
I tried some of the following measures, but for the moment I can not avoid this error.
However, this error has not been avoided yet.
@ggtakec commented on GitHub (Jul 22, 2019):
This seems a bug of awscli, it is fixed 1.16.202 awscli.
I will try to test soon.
@gaul commented on GitHub (Jul 22, 2019):
It might make sense to pin a particular version.
@ggtakec commented on GitHub (Jul 22, 2019):
This has been corrected in 1.16.202.
Since awscli support is so fast, version fixing may not be necessary.
As it seems to be all right now, let's leave version unfixed(latest).