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

[UnitMux] Fix test tear down #146

Merged
merged 1 commit into from
Oct 4, 2023

Conversation

manuelmohr
Copy link
Contributor

Overview

This commit restores the allocator info to a valid state before the end of the InvalidAllocator test.

Reason for change

If the allocator info is not restored to a valid state before the end of the test, the device is not destroyed properly as muxDestroyDevice() checks for a valid allocator info before doing anything. If the device object holds any exclusive resources, this makes all following tests fail.

If the allocator info is not restored to a valid state before the end of
the test, the device is not destroyed properly as `muxDestroyDevice()`
checks for a valid allocator info before doing anything.  If the device
object holds any exclusive resources, this makes all following tests
fail.
@coldav coldav merged commit aa67977 into uxlfoundation:main Oct 4, 2023
@manuelmohr manuelmohr deleted the manuelmohr/fix-mux-test branch October 4, 2023 10:57
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.

2 participants