Skip to content

Transactions tests VerifyNestedTxScope sporadically failing in CI #26387

@stephentoub

Description

@stephentoub

I'd seen this happen once before, but neglected to open an issue for it then. Just saw it again:
https://ci3.dot.net/job/dotnet_corefx/job/master/job/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/12949/

2018-06-05 06:31:16,600: INFO: proc(54): run_and_log_output: Output: Discovering: System.Transactions.Local.Tests
2018-06-05 06:31:16,736: INFO: proc(54): run_and_log_output: Output: Discovered:  System.Transactions.Local.Tests
2018-06-05 06:31:16,811: INFO: proc(54): run_and_log_output: Output: Starting:    System.Transactions.Local.Tests
2018-06-05 06:31:20,227: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Suppress, childScopeOption: Required, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,228: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,229: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,229: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,232: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,293: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,293: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,294: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Enabled, childScopeOption: Required, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,294: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,294: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,294: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,294: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,295: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,295: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,296: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Enabled, childScopeOption: Suppress, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,296: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,296: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,296: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,296: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,297: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,298: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,298: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Enabled, childScopeOption: RequiresNew, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,298: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,298: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,299: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,299: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,299: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,299: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,300: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Enabled, childScopeOption: Required, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,300: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,300: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,300: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,300: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,301: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,301: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,301: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Enabled, childScopeOption: Suppress, childAsyncFlowOption: Suppress) [FAIL]
2018-06-05 06:31:20,301: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,302: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,302: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,302: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,302: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,303: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,303: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Enabled, childScopeOption: RequiresNew, childAsyncFlowOption: Suppress) [FAIL]
2018-06-05 06:31:20,303: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,303: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,304: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,304: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,304: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,305: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,305: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Enabled, childScopeOption: Required, childAsyncFlowOption: Suppress) [FAIL]
2018-06-05 06:31:20,306: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,306: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,306: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,306: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,307: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,308: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,308: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Enabled, childScopeOption: Suppress, childAsyncFlowOption: Suppress) [FAIL]
2018-06-05 06:31:20,308: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,308: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,308: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,309: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,309: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,309: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,310: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Enabled, childScopeOption: RequiresNew, childAsyncFlowOption: Suppress) [FAIL]
2018-06-05 06:31:20,310: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,310: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,310: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,310: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,311: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,311: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,311: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Enabled, childScopeOption: Required, childAsyncFlowOption: Suppress) [FAIL]
2018-06-05 06:31:20,311: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,312: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,312: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,312: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,312: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,313: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,313: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Suppress, childScopeOption: Suppress, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,313: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,313: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,314: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,314: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,314: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,315: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,315: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Suppress, childScopeOption: RequiresNew, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,315: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,315: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,315: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,316: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,316: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,317: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,317: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Suppress, childScopeOption: Required, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,317: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,317: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,318: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,318: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,318: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,319: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,319: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Suppress, childScopeOption: Suppress, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,319: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,319: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,319: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,319: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,320: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,320: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,321: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Required, parentAsyncFlowOption: Suppress, childScopeOption: RequiresNew, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,321: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,321: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,321: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,321: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,322: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,322: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,322: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Enabled, childScopeOption: RequiresNew, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,322: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,322: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,323: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,323: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,323: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,324: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,324: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(parentScopeOption: Suppress, parentAsyncFlowOption: Enabled, childScopeOption: Suppress, childAsyncFlowOption: Enabled) [FAIL]
2018-06-05 06:31:20,324: INFO: proc(54): run_and_log_output: Output:       Assert.Equal() Failure
2018-06-05 06:31:20,324: INFO: proc(54): run_and_log_output: Output:       Expected: (null)
2018-06-05 06:31:20,325: INFO: proc(54): run_and_log_output: Output:       Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2018-06-05T13:31:17.0027280, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "235afc59-9ea8-4e3f-bd06-2bc91b21529f:87", Status = Committed } }
2018-06-05 06:31:20,325: INFO: proc(54): run_and_log_output: Output:       Stack Trace:
2018-06-05 06:31:20,325: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(1669,0): at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
2018-06-05 06:31:20,326: INFO: proc(54): run_and_log_output: Output:          /Users/dotnet-bot/j/workspace/dotnet_corefx/master/osx-TGroup_netcoreapp+CGroup_Debug+AGroup_x64+TestOuter_false_prtest/src/System.Transactions.Local/tests/AsyncTransactionScopeTests.cs(848,0): at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyNestedTxScope(TransactionScopeOption parentScopeOption, TransactionScopeAsyncFlowOption parentAsyncFlowOption, TransactionScopeOption childScopeOption, TransactionScopeAsyncFlowOption childAsyncFlowOption)
2018-06-05 06:31:20,326: INFO: proc(54): run_and_log_output: Output: Finished:    System.Transactions.Local.Tests
2018-06-05 06:31:20,326: INFO: proc(54): run_and_log_output: Output: 
2018-06-05 06:31:20,326: INFO: proc(54): run_and_log_output: Output: === TEST EXECUTION SUMMARY ===
2018-06-05 06:31:20,326: INFO: proc(54): run_and_log_output: Output:    System.Transactions.Local.Tests  Total: 283, Errors: 0, Failed: 18, Skipped: 0, Time: 3.428s

cc: @jimcarley

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions