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 hash_aggregate tests that leaked configs #3423

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

revans2
Copy link
Collaborator

@revans2 revans2 commented Sep 9, 2021

There were some tests in hash_aggregate_test.py that leaked ANSI mode configs. This only caused issues in a few rare cases, but I went through all of the other tests and added in a new API to be sure we always do this right. To hopefully make everything consistent so if someone copy/pastes a test they get the right thing. It also makes it simpler to look for suspicious code because there is only one place in the code that should be calling update on a config now.

Signed-off-by: Robert (Bobby) Evans <bobby@apache.org>
@revans2 revans2 added bug Something isn't working test Only impacts tests labels Sep 9, 2021
@revans2 revans2 added this to the Aug 30 - Sept 10 milestone Sep 9, 2021
@revans2 revans2 self-assigned this Sep 9, 2021
@revans2
Copy link
Collaborator Author

revans2 commented Sep 9, 2021

build

@revans2 revans2 merged commit 8c7465a into NVIDIA:branch-21.10 Sep 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working test Only impacts tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants