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

[MT][browser] System.Transactions, System.Threading timeouts #91541

Closed
ilonatommy opened this issue Sep 4, 2023 · 2 comments · Fixed by #97505
Closed

[MT][browser] System.Transactions, System.Threading timeouts #91541

ilonatommy opened this issue Sep 4, 2023 · 2 comments · Fixed by #97505
Assignees
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono disabled-test The test is disabled in source code against the issue os-browser Browser variant of arch-wasm
Milestone

Comments

@ilonatommy
Copy link
Member

ilonatommy commented Sep 4, 2023

After enabling all MT library tests (#91536) they hover and do not finish execution. No error displayed.

Tests got blocked.

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Sep 4, 2023
@ghost
Copy link

ghost commented Sep 4, 2023

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Issue Details

After enabling all MT library tests (#91536) they hover and do not finish execution. No error displayed.

  • LegacyNestedTxScope
  • VerifyNestedTxScope
  • VerifyBYOTSyncTSNestedAsync
  • VerifyBYOTAsyncTSNestedAsync
  • DoTxQueueWorkItem

Tests got blocked.

Author: ilonatommy
Assignees: -
Labels:

arch-wasm, area-Build-mono, area-VM-threading-mono

Milestone: -

@ilonatommy ilonatommy changed the title [MT][browser] System.Transactions.Tests timeout [MT][browser] System.Transactions, System.Threading timeouts Sep 4, 2023
@radical radical added this to the 9.0.0 milestone Sep 5, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Sep 5, 2023
@pavelsavara pavelsavara self-assigned this Nov 8, 2023
@pavelsavara pavelsavara added disabled-test The test is disabled in source code against the issue os-browser Browser variant of arch-wasm labels Nov 9, 2023
@pavelsavara
Copy link
Member

Log
Build

[18:06:57] info: [2024-01-21T18:06:57.237Z] [FAIL] System.Transactions.Tests.AsyncTransactionScopeTests.VerifyBYOTSyncTSNestedAsync
[18:06:57] info: Assert.Null() Failure: Value is not null
[18:06:57] info: Expected: null
[18:06:57] info: Actual:   CommittableTransaction { IsolationLevel = Serializable, PromoterType = 00000000-0000-0000-0000-000000000000, TransactionInformation = TransactionInformation { CreationTime = 2024-01-21T18:06:56.2100000, DistributedIdentifier = 00000000-0000-0000-0000-000000000000, LocalIdentifier = "6740f5f6-68bb-4440-a264-7d2e8a182b5e:270", Status = Committed } }
[18:06:57] info:    at System.Transactions.Tests.AsyncTransactionScopeTests.AssertTransactionNull()
[18:06:57] info:    at System.Transactions.Tests.AsyncTransactionScopeTests.<>c__DisplayClass18_0.<VerifyBYOTSyncTSNestedAsync>b__0()
[18:06:57] info:    at System.Threading.Tasks.Task.InnerInvoke()
[18:06:57] info:    at System.Threading.Tasks.Task.<>c.<.cctor>b__281_0(Object obj)
[18:06:57] info:    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
[18:06:57] info: --- End of stack trace from previous location ---
[18:06:57] info:    at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread threadPoolThread, ExecutionContext executionContext, ContextCallback callback, Object state)
[18:06:57] info:    at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread)
[18:06:57] info: --- End of stack trace from previous location ---
[18:06:57] info:    at System.Transactions.Tests.AsyncTransactionScopeTests.VerifyBYOTSyncTSNestedAsync()
[18:06:57] info: --- End of stack trace from previous location ---

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Jan 25, 2024
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Jan 26, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Feb 25, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-wasm WebAssembly architecture area-VM-threading-mono disabled-test The test is disabled in source code against the issue os-browser Browser variant of arch-wasm
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants