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 Tests broken by Test Reorganization #1118

Merged
merged 11 commits into from
Aug 22, 2023

Conversation

cwharris
Copy link
Contributor

@cwharris cwharris commented Aug 3, 2023

The test reorganization resulted in a couple of problems. First, not all tests were being run due to a mistake I made in handling cmake function arguments. Second, the test_cuda test was producing a segfault inside of triton client while initializing curl, but only in debug builds. The fix was to the segfault was not obvious, but apparently only occured when the test utilities were compiled as a separate library. Interestingly, the other tests were not affected. Perhaps there is some global state that needs to be managed that is not managed in the simple test_cuda test, which only calls a Matx function (also important, the Matx function result is not inspected, so the test itself is not comprehensive, as Matx does not produce an error if the kernel is not available for the given architecture).

Depends on #1110

@cwharris cwharris requested a review from a team as a code owner August 3, 2023 17:17
@cwharris cwharris added bug Something isn't working non-breaking Non-breaking change labels Aug 3, 2023
@cwharris cwharris changed the title Rollback Test Reorganization and Fix Tests Fix Tests broken by Test Reorganization Aug 3, 2023
@cwharris cwharris requested a review from a team as a code owner August 3, 2023 19:47
@mdemoret-nv
Copy link
Contributor

Quick update: Were having issues with PR #1110 which is a blocker for this PR. Is there any way to fix this without that PR to allow dev testing locally again?

@mdemoret-nv
Copy link
Contributor

@cwharris Due to some unrelated issues, we likely wont merge #1110 as it is. Can you remove those changes from this PR so it can get merged?

@cwharris
Copy link
Contributor Author

@mdemoret-nv done.

@cwharris
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 7cbbb7e into nv-morpheus:branch-23.11 Aug 22, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants