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-296: Fix signal_assert to collect many signals at same time #297

Merged
merged 1 commit into from
Dec 22, 2023

Conversation

MikeSchulze
Copy link
Owner

Why

The signal_assert was not able to collect many signals at the same time, each assert call resulted in a cleanup of the collected signals, so the next assert_signal failed

What

Correct cleanup of collected signals, clean up only the signals used by the specific assert call

# Why
The `signal_assert` was not able to collect many signals at the same time, each assert call resulted in a cleanup of the collected signals, so the next assert_signal failed

# What
Correct cleanup of collected signals, clean up only the signals used by the specific assert call
@MikeSchulze MikeSchulze self-assigned this Dec 22, 2023
@MikeSchulze MikeSchulze merged commit b52f2a3 into master Dec 22, 2023
@MikeSchulze MikeSchulze deleted the GD-296 branch December 22, 2023 15:22
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-296: assert_signal do not work when send multiple signals at once
1 participant