Skip to content

Move distributed transaction test to OleTxTests - #74747

Merged
roji merged 1 commit into
dotnet:mainfrom
roji:DistributedTransactionTest
Aug 29, 2022
Merged

Move distributed transaction test to OleTxTests#74747
roji merged 1 commit into
dotnet:mainfrom
roji:DistributedTransactionTest

Conversation

@roji

@rojiroji commented Aug 29, 2022

Copy link
Copy Markdown
Member

Test-only PR to stabilize the CI builds. The skipped test is because of #74745, the fix for that is ready as well (but separated from this unrelated test-only stabilization).

NonMsdtcPromoterTests.PSPENonMsdtcGetPromoterTypeMSDTC was triggering an MSDTC distributed transaction on Windows, but without the proper checks/resiliency. Moved to OleTxTests.

Fixes#74170

NonMsdtcPromoterTests.PSPENonMsdtcGetPromoterTypeMSDTC was triggering
an MSDTC distributed transaction on Windows, but without the proper
checks/resiliency. Moved to OleTxTests.
Fixesdotnet#74170
@roji

roji commented Aug 29, 2022

Copy link
Copy Markdown
MemberAuthor

/backport to release/7.0

@ghostghost assigned rojiAug 29, 2022
@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/7.0: https://github.com/dotnet/runtime/actions/runs/2948112352

@roji

roji commented Aug 29, 2022

Copy link
Copy Markdown
MemberAuthor

Test failures are unrelated, merging.

@roji
roji merged commit 012f474 into dotnet:mainAug 29, 2022
@roji
roji deleted the DistributedTransactionTest branch August 29, 2022 19:04
@ghostghost locked as resolved and limited conversation to collaborators Sep 28, 2022
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Distributed transactions: AccessViolationException on arm64

2 participants

@roji@ajcvickers