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 a test case matching an error message in PCRE library #61

Merged
merged 1 commit into from
Nov 12, 2024

Conversation

qbtf
Copy link
Contributor

@qbtf qbtf commented Nov 10, 2024

As mentioned in #57, the test case fails on macOS because of different implementation of libpcre may not emit the same message. It is in general not a good idea to match a specific error message defined in an external library. This can be mitigated by replacing the string with the general one that is defined directly in librdb.

@qbtf qbtf changed the title Fix a test case matching an error message in PCRE library (#57) Fix a test case matching an error message in PCRE library Nov 10, 2024
@moticless moticless merged commit 9783249 into redis:main Nov 12, 2024
2 checks passed
@qbtf qbtf deleted the fix-invalid-regex-test-case branch November 17, 2024 17:23
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