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

Make string checks more resilient to minor format changes in L0_implicit_state #5588

Merged
merged 2 commits into from
Apr 5, 2023

Conversation

rmccorm4
Copy link
Collaborator

@rmccorm4 rmccorm4 commented Apr 4, 2023

Test assertEquals was broken by addition of status code to exception string output: https://github.com/triton-inference-server/client/pull/278/files

Use str.lower() and assertIn over assertEquals to be more resilient to minor string format changes

@rmccorm4 rmccorm4 merged commit cac40ca into main Apr 5, 2023
@rmccorm4 rmccorm4 deleted the rmccormick-L0_implicit_state-fix branch April 5, 2023 06:05
@rmccorm4 rmccorm4 restored the rmccormick-L0_implicit_state-fix branch April 5, 2023 17:25
@rmccorm4 rmccorm4 mentioned this pull request Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants