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

Correct limit for test on target fields and remove duplicate assertions #2945

Merged
merged 2 commits into from
Sep 15, 2023

Conversation

heplesser
Copy link
Contributor

The merge of #2926 introduced a subtle problem with a C++ test for setting values in the Target bitfield. The problem occurred only sporadically since the test was randomized based on walltime. This PR fixes the test and the random seed. It also removes duplicate assertions.

This i critical because it breaks the testsuite.

@heplesser heplesser added T: Bug Wrong statements in the code or documentation S: Critical Needs to be addressed immediately I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Sep 14, 2023
Copy link
Contributor

@jougs jougs left a comment

Choose a reason for hiding this comment

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

LGTM!

@jougs jougs merged commit 4ce5ade into nest:master Sep 15, 2023
20 checks passed
@heplesser heplesser deleted the fix-target-test-problem branch September 15, 2023 18:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Critical Needs to be addressed immediately T: Bug Wrong statements in the code or documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants