We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In https://drone.cernbox.cern.ch/cs3org/reva/8418/5/3 the decomposedfs concurrent createdir test failed:
------------------------------ • [FAILED] [1.060 seconds] Decomposed /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:36 concurrent /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:53 CreateDir /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:93 [It] handle already existing directories /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:100 Unexpected error: <*errors.withStack | 0xc00000f260>: { error: <*errors.withMessage | 0xc0005921a0>{ cause: <*errors.errorString | 0xc000404890>{ s: "unable to acquire a lock on the file", }, msg: "xattrs: Unable to lock file for read", }, stack: [0xd31a26, 0xdf37b1, 0xdd89b8, 0xf623d8, 0x49ee61], } xattrs: Unable to lock file for read: unable to acquire a lock on the file occurred In [It] at: /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:115 ------------------------------
and in https://drone.cernbox.cern.ch/cs3org/reva/8430/5/3
------------------------------ • [FAILED] [0.709 seconds] Decomposed /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:36 concurrent /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:53 CreateDir /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:93 [It] handle already existing directories /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:100 Unexpected error: <*errors.withStack | 0xc00000e4f8>: { error: <*errors.withMessage | 0xc00069e7a0>{ cause: <*errors.errorString | 0xc0004b2200>{ s: "unable to acquire a lock on the file", }, msg: "xattrs: Unable to lock file for read", }, stack: [0xd31a26, 0xdf37b1, 0xdd89b8, 0xf623d8, 0x49ee61], } xattrs: Unable to lock file for read: unable to acquire a lock on the file occurred In [It] at: /drone/src/pkg/storage/utils/decomposedfs/decomposedfs_concurrency_test.go:115 ------------------------------
The text was updated successfully, but these errors were encountered:
Fixed by #3237
Sorry, something went wrong.
No branches or pull requests
In https://drone.cernbox.cern.ch/cs3org/reva/8418/5/3 the decomposedfs concurrent createdir test failed:
and in https://drone.cernbox.cern.ch/cs3org/reva/8430/5/3
The text was updated successfully, but these errors were encountered: