mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1586] [MERGED] Bypass an OSX test(no different from other OS) which takes very time consuming #2061
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#2061
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?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1586
Author: @ggtakec
Created: 2/23/2021
Status: ✅ Merged
Merged: 2/23/2021
Merged by: @gaul
Base:
master← Head:bypass_test📝 Commits (2)
8ae9a83Bypass an OSX test(no different from other OS) which takes very time consumingda5a7c1Merge branch 'master' into bypass_test📊 Changes
1 file changed (+8 additions, -1 deletions)
View changed files
📝
test/integration-test-main.sh(+8 -1)📄 Description
Relevant Issue (if applicable)
#1579 #1582
Details
test_update_metadata_external_large_object The test repeats uploading and downloading large objects several times.
It takes a long time to test, especially because it is not affected by the stats (noobj) cache.
Before adding this test, OSX took longer to run the test than other OSs, but after adding this test, it's up to 10 minutes slower.
The test itself is considered OS-independent and suggests bypassing in the case of OSX.
In addition, after improving the performance of s3fs itself, it is a condition to review this test and restore it.
I think it should be merged, but please give us your opinion.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.