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

[BUG] regexp: Build fails on CI when more characters added to fuzzer but not locally #5711

Closed
anthony-chang opened this issue Jun 1, 2022 · 1 comment · Fixed by #5934
Closed
Assignees
Labels
bug Something isn't working

Comments

@anthony-chang
Copy link
Contributor

Describe the bug
As discovered in #5610, CI fails on some tests when more characters are added to REGEXP_LIMITED_CHARS_COMMON.

Steps/Code to reproduce bug
In RegularExpressionTranspilerSuite, set

private val REGEXP_LIMITED_CHARS_COMMON = "|()[]{},.^$*+?abcf123x\\ \t\r\n\f\u000b\u0085BsdwSDWzZ_'\"%#@!;:|/<>`~"

Expected behavior
These tests should pass.

Environment details (please complete the following information)
N/A

Additional context
Could be related to #5662

@anthony-chang anthony-chang added bug Something isn't working ? - Needs Triage Need team to review and classify labels Jun 1, 2022
@sameerz sameerz removed the ? - Needs Triage Need team to review and classify label Jun 7, 2022
@anthony-chang anthony-chang self-assigned this Jun 8, 2022
@anthony-chang
Copy link
Contributor Author

I think this should be fixed once #5776 is merged and rapidsai/cudf#11062 is fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants