Run Avalonia.LeakTests on CI#19720
Conversation
|
It looks like the tests stopped running on CI after commit c3da4df. Some tests are currently failing. I'm not sure whether to ignore them or handle it differently. What do you think? |
|
|
@cla-avalonia agree |
|
You can test this PR using the following package version. |
|
You can test this PR using the following package version. |
Fixed CC @maxkatz6 |
MrJul
left a comment
There was a problem hiding this comment.
Not a fan of the reflection usage but it's only in our build script so it should be fine. It's better than copying all the logic from Nuke.
LGTM, thank you!
What does the pull request do?
Run Avalonia.LeakTests via DotMemoryUnit on CI
What is the current behavior?
Avalonia.LeakTests always succeeds because DotMemoryUnit is not used
What is the updated/expected behavior with this PR?
Avalonia.LeakTests signals a memory leak