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

[wasm][debugger] Disable failing multithreading debugger tests #86501

Merged
merged 16 commits into from
Jun 6, 2023

Conversation

ilonatommy
Copy link
Member

@ilonatommy ilonatommy commented May 19, 2023

Connected issue: #86496

CI is triggered by MsBuild and we had no failing category filter there. Category in dotnet test filter is case sensitive, should be lowercased.

To clean the timeout issues with single threaded debugging tests, this PR increases the timeout to 15 minutes (3 x the original value).
Increasing the timeout has no effect.

@ghost
Copy link

ghost commented May 19, 2023

Tagging subscribers to this area: @thaystg
See info in area-owners.md if you want to be subscribed.

Issue Details

Connected issue: #86496

Author: ilonatommy
Assignees: -
Labels:

area-Debugger-mono, test-failure, area-Threading-mono

Milestone: -

@ilonatommy ilonatommy added the arch-wasm WebAssembly architecture label May 19, 2023
@ghost
Copy link

ghost commented May 19, 2023

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

Issue Details

Connected issue: #86496

Author: ilonatommy
Assignees: ilonatommy
Labels:

arch-wasm, area-Debugger-mono, test-failure, area-Threading-mono

Milestone: -

@ilonatommy ilonatommy removed the arch-wasm WebAssembly architecture label May 19, 2023
@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@thaystg
Copy link
Member

thaystg commented May 22, 2023

@ilonatommy but the multithreaded lane is still failing in this PR, right?

@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ilonatommy ilonatommy closed this Jun 1, 2023
@ilonatommy ilonatommy reopened this Jun 1, 2023
@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ilonatommy
Copy link
Member Author

I cannot reproduce any DebuggerTests_MultiThreaded on Windows. Linux's most frequent failures are blocked.

@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ilonatommy
Copy link
Member Author

/azp run runtime-wasm

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@radical
Copy link
Member

radical commented Jun 5, 2023

/azp run runtime-wasm

Use /azp run runtime-wasm-dbgtests to run only debugger tests. That would avoid running the heavy AOT tests that aren't required for a debugger only change.

@radical radical changed the title [debugger][mono] Block multithreading debugger failures [wasm][debugger] Disable failing multithreading debugger tests Jun 5, 2023
@radical
Copy link
Member

radical commented Jun 5, 2023

/azp run runtime-wasm-dbgtests

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@radical
Copy link
Member

radical commented Jun 6, 2023

Failure is unrelated.

@radical radical merged commit e96321d into dotnet:main Jun 6, 2023
radical added a commit to radical/runtime that referenced this pull request Jun 7, 2023
.. by making sure to escape `&` in the command line. This was introduced
in:

```
commit e96321d
Author: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Date:   Tue Jun 6 05:59:43 2023 +0200

    [wasm][debugger] Disable failing multithreading debugger tests (dotnet#86501)
```

.. but missed CI due to the helix outage.
radical added a commit that referenced this pull request Jun 8, 2023
* [wasm] Fix running debugger tests on windows

.. by making sure to escape `&` in the command line. This was introduced
in:

```
commit e96321d
Author: Ilona Tomkowicz <32700855+ilonatommy@users.noreply.github.com>
Date:   Tue Jun 6 05:59:43 2023 +0200

    [wasm][debugger] Disable failing multithreading debugger tests (#86501)
```

.. but missed CI due to the helix outage.

* Fix escaping ! on windows
@ghost ghost locked as resolved and limited conversation to collaborators Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants