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

Fix test deadlocks #2159

Merged
merged 5 commits into from
Apr 15, 2024
Merged

Fix test deadlocks #2159

merged 5 commits into from
Apr 15, 2024

Conversation

andyleejordan
Copy link
Member

@andyleejordan andyleejordan commented Apr 10, 2024

Thanks to @bradwilson we were able to get xUnit updated to 2.7.0 and fix a bunch of deadlocks in the tests.

dependabot bot and others added 4 commits April 9, 2024 14:39
Bumps the xunit group with 1 update: [xunit](https://github.com/xunit/xunit).


Updates `xunit` from 2.6.6 to 2.7.0
- [Commits](xunit/xunit@2.6.6...2.7.0)

---
updated-dependencies:
- dependency-name: xunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: xunit
...

Signed-off-by: dependabot[bot] <[email protected]>
And so stop ignoring `VSTHRD002`.
By ensuring that our event queue is only accessed from the threadpool,
not the pipeline thread. We now do this in the event handler and the
assertions, instead of around calls to the `debugService`.
@andyleejordan andyleejordan added the Issue-Bug A bug to squash. label Apr 10, 2024
@andyleejordan andyleejordan requested a review from a team April 10, 2024 19:44
@andyleejordan andyleejordan enabled auto-merge April 10, 2024 20:09
@andyleejordan
Copy link
Member Author

Replaces #2154.

Avoiding pragmas wherever possible.
Copy link
Collaborator

@SeeminglyScience SeeminglyScience left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@andyleejordan andyleejordan added this pull request to the merge queue Apr 15, 2024
Merged via the queue into main with commit a4725bc Apr 15, 2024
8 checks passed
@andyleejordan andyleejordan deleted the fix-test-deadlocks branch April 15, 2024 21:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Issue-Bug A bug to squash.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants