You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use case: I have an integration test that modifies my S3 bucket (I have teardown setup). I want this integration test to run both locally and in CI/CD, so I want to use a lock to prevent race conditions but the filesystem is different between local and CI/CD.
The text was updated successfully, but these errors were encountered:
It is much more difficult to implement the S3 support. I would like it to be a separate class, use generic methods to authenticate and to be covered by an extensive test suite.
Also, I'm surprised that this approach works, did you try this from two different machines? Does it really lock?
e.g. (from https://pypi.org/project/fasteners/)
Use case: I have an integration test that modifies my S3 bucket (I have teardown setup). I want this integration test to run both locally and in CI/CD, so I want to use a lock to prevent race conditions but the filesystem is different between local and CI/CD.
The text was updated successfully, but these errors were encountered: