Skip to content

Conversation

@sujata-m
Copy link
Contributor

@sujata-m sujata-m commented Aug 16, 2024

Fixed No such file or directory issue

Scenario - Two requests were made with the same zip file name. The service began processing both requests simultaneously. Once the first process completed, it deleted the file. Consequently, the second process, still running, attempted to access the file but encountered an error (Errno 2] No such file or directory) because the file had already been deleted.

@sujata-m sujata-m requested a review from a team as a code owner August 16, 2024 13:08
@sureshgaussian
Copy link
Collaborator

What tests were performed to confirm this issue doesnt exist? I do not see any improvement to the tests?

susrisha
susrisha previously approved these changes Aug 16, 2024
@sujata-m
Copy link
Contributor Author

sujata-m commented Aug 16, 2024

@sureshgaussian test cases are already there but this is a corner case, but i can try to accommodate this in unittest cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants