mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[PR #1100] [MERGED] Change test_concurrency test #1811
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#1811
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/1100
Author: @ggtakec
Created: 7/15/2019
Status: ✅ Merged
Merged: 7/15/2019
Merged by: @gaul
Base:
master← Head:test_concurrency📝 Commits (1)
3d63a25Change test_concurrency test📊 Changes
1 file changed (+6 additions, -6 deletions)
View changed files
📝
test/integration-test-main.sh(+6 -6)📄 Description
Relevant Issue (if applicable)
n/a
Details
This PR corrected and revised the test test_concurrency.
Fixed the following part of test_concurrency test.
Initial 10 pieces, 100 pieces after writing. The new tests were initially set to 5 after writing.
The number of parallel executions has been changed from 2 to 10.
It has been changed from 100 to 5. This is the same as the number of test files.
We randomly created 1 to 100 files, but changed to 1 to 5 files.
This is because FUSE may create a special temporary file (a file name such as .fuse_hidden0000005000000001), which may cause the test to fail.
If I misunderstood the nature of this test, I will not adapt this PR.
The new fix is to increase the number of parallels and reduce the number of files.
This has increased the chance of file collisions.
Also, increasing the number of parallels and reducing the number of single processing loops will reduce test time.
And the number of log lines at the time of error is also a quarter.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.