Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Conversation

@tevoinea
Copy link
Member

@tevoinea tevoinea commented Jan 17, 2023

Summary of the Pull Request

What is this about?

Closes #2709

Info on Pull Request

What does this include?

  • Catch RequestFailedException in fallible ORM functions
  • Update BatchOperation signature to better indicate the 'all-or-nothing' behavior - more info

Validation Steps Performed

How does someone test & validate?

@codecov-commenter
Copy link

codecov-commenter commented Jan 17, 2023

Codecov Report

Merging #2745 (9a49a39) into main (81de102) will decrease coverage by 0.01%.
The diff coverage is 46.15%.

@@            Coverage Diff             @@
##             main    #2745      +/-   ##
==========================================
- Coverage   29.09%   29.08%   -0.01%     
==========================================
  Files         321      321              
  Lines       38440    38462      +22     
==========================================
+ Hits        11185    11188       +3     
- Misses      27255    27274      +19     
Impacted Files Coverage Δ
src/ApiService/ApiService/onefuzzlib/orm/Orm.cs 59.37% <46.15%> (-5.92%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@tevoinea tevoinea requested review from Porges and chkeita January 18, 2023 14:02
@tevoinea tevoinea requested a review from chkeita January 19, 2023 18:34
@tevoinea tevoinea enabled auto-merge (squash) January 19, 2023 21:17
@tevoinea tevoinea merged commit 61685e6 into microsoft:main Jan 19, 2023
@nharper285 nharper285 mentioned this pull request Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Wrap fallible ORM functions in Try/Catch

3 participants