Skip to content
New issue

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

edge: [decomposedfs] concurrency test flaky #3166

Closed
butonic opened this issue Aug 22, 2022 · 1 comment
Closed

edge: [decomposedfs] concurrency test flaky #3166

butonic opened this issue Aug 22, 2022 · 1 comment
Labels
blocker bug Something isn't working CI

Comments

@butonic
Copy link
Contributor

butonic commented Aug 22, 2022

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
------------------------------
@butonic butonic changed the title [decomposedfs] concurrency test failed edge: [decomposedfs] concurrency test flaky Aug 22, 2022
@butonic butonic added bug Something isn't working CI labels Aug 22, 2022
@micbar
Copy link
Member

micbar commented Sep 15, 2022

Fixed by #3237

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocker bug Something isn't working CI
Projects
None yet
Development

No branches or pull requests

3 participants