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

GD-42: Fix test run stops at some point #43

Merged
merged 1 commit into from
Feb 23, 2024
Merged

GD-42: Fix test run stops at some point #43

merged 1 commit into from
Feb 23, 2024

Conversation

MikeSchulze
Copy link
Owner

@MikeSchulze MikeSchulze commented Feb 23, 2024

Why

The test runs stops after 7 test-suites are executed and stuck with an error at await signal ExecutionCompleted

What

Its unclear what the root cause is, it looks like the signal connection list of the executor is cleaned for some reasons. Added just a "hack" by fetching the signal list on each test-suite run

pushed new gdUnit4.api version
<PackageReference Include="gdUnit4.api" Version="4.2.0-rc.202402222030" />

# Why
The test runs stops after 7 test-suites are executed and stuck with an error at await signal ExecutionCompleted

# What
Its unclear what the root cause is, it looks like the signal connection list of the executor is cleaned for some reasons.
Added just a "hack" by fetching the signal list on each test-suite run
@MikeSchulze MikeSchulze linked an issue Feb 23, 2024 that may be closed by this pull request
@MikeSchulze MikeSchulze self-assigned this Feb 23, 2024
@MikeSchulze MikeSchulze merged commit 723250e into master Feb 23, 2024
@MikeSchulze MikeSchulze deleted the GD-42 branch February 23, 2024 16:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-42: C# Not all tests can be executed, the run stops at some point
1 participant