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

test: fixed log error stack message truncating and failing equality test #2294

Merged
merged 3 commits into from
Jun 25, 2024

Conversation

amychisholm03
Copy link
Contributor

For unit tests, logMessage["error.stack"] is truncated at 1024 characters and last three chars are replaced with ellipses. If error.stack exceeds 1021 chars, the equality test fails. Solution was to compare only the first 1021 chars.

@CLAassistant
Copy link

CLAassistant commented Jun 25, 2024

CLA assistant check
All committers have signed the CLA.

@bizob2828 bizob2828 added the dev:tests Indicates only changes to tests label Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:tests Indicates only changes to tests
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants