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

Avoid logging an error message for an expected error #7376

Merged
merged 1 commit into from
Jul 27, 2023

Conversation

dannyzaken
Copy link
Contributor

Explain the changes

  1. in test_store_validity, we try to delete a non-existing object to test the validity of the S3 details.
  2. S3 returns an expected error which should not be printed to log. removed the message in case of NoSuchKey error

Issues: Fixed #xxx / Gap #xxx

Testing Instructions:

  • Doc added/updated
  • Tests added

@dannyzaken dannyzaken force-pushed the danny-fixes branch 4 times, most recently from dd61fa1 to e310a6f Compare July 17, 2023 11:26
@pull-request-size pull-request-size bot added size/M and removed size/S labels Jul 17, 2023
@dannyzaken dannyzaken force-pushed the danny-fixes branch 4 times, most recently from c63c302 to c9186e4 Compare July 20, 2023 06:57
Signed-off-by: Danny Zaken <dannyzaken@gmail.com>
@dannyzaken dannyzaken merged commit 7705904 into noobaa:master Jul 27, 2023
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants