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

Nested ambient transaction #20012

Merged
merged 5 commits into from
Feb 27, 2020

Commits on Feb 21, 2020

  1. Nested ambient transaction: error message

    Added resource string for further use to indicate that a parent transaction is completed before child one.
    dshuvaev committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2fd59da View commit details
    Browse the repository at this point in the history
  2. Nested ambient transaction: Allow several transactions

    Allowed several nested ambient transactions to be processed. Main scenario is when one transaction with TransactionScopeOption.RequiresNew is created inside another one.
    dshuvaev committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    54604c2 View commit details
    Browse the repository at this point in the history
  3. Nested ambient transaction: Unit tests

    Added two unit tests to check nested ambient scenarios - one for normal flow when both transaction are committed, another for a case when child transaction is committed, and parent is not.
    dshuvaev committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    1240d88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2c7490 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Nested ambient transaction: Performance adjustment

    "Count" in this case works better than "Any"
    dshuvaev committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    80a9126 View commit details
    Browse the repository at this point in the history