mirror of
https://github.com/rclone/rclone.git
synced 2025-03-06 02:01:49 +08:00
union: disable PartialUploads on integration tests failures
In this commit we enabled PartialUploads for the union backend. 3faa84b47c6e84af combine,compress,crypt,hasher,union: support wrapping backends with PartialUploads This turns out to cause test failures in fs/sync so this commit disables them again pending further investigation.
This commit is contained in:
parent
99788b605e
commit
9065e921c1
@ -902,7 +902,7 @@ func NewFs(ctx context.Context, name, root string, m configmap.Mapper) (fs.Fs, e
|
|||||||
ReadMetadata: true,
|
ReadMetadata: true,
|
||||||
WriteMetadata: true,
|
WriteMetadata: true,
|
||||||
UserMetadata: true,
|
UserMetadata: true,
|
||||||
PartialUploads: true,
|
// PartialUploads: true // this causes the fs/sync tests to fail
|
||||||
}).Fill(ctx, f)
|
}).Fill(ctx, f)
|
||||||
canMove, slowHash := true, false
|
canMove, slowHash := true, false
|
||||||
for _, f := range upstreams {
|
for _, f := range upstreams {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user