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] AST fuzz test regexp find, replace fail #6243

Closed
tgravescs opened this issue Aug 5, 2022 · 1 comment · Fixed by #6247
Closed

[BUG] AST fuzz test regexp find, replace fail #6243

tgravescs opened this issue Aug 5, 2022 · 1 comment · Fixed by #6247
Assignees
Labels
bug Something isn't working P0 Must have for release

Comments

@tgravescs
Copy link
Collaborator

Describe the bug
Or nightly 22.10 build failed because of:

06:32:22 - AST fuzz test - regexp_find *** FAILED ***
06:32:22 cuDF failed to compile pattern: (?:\b)? (RegularExpressionTranspilerSuite.scala:771)
06:32:25 - AST fuzz test - regexp_replace *** FAILED ***
06:32:25 cuDF failed to compile pattern: (?:\b)?, original: (?:\b)?, replacement: _\RE\P\L\A\C\E_ (RegularExpressionTranspilerSuite.scala:796)

  • AST fuzz test - regexp_find - anchor focused *** FAILED ***
    06:32:27 cuDF failed to compile pattern: (?:\b)? (RegularExpressionTranspilerSuite.scala:771)
@tgravescs tgravescs added bug Something isn't working ? - Needs Triage Need team to review and classify P0 Must have for release labels Aug 5, 2022
@tgravescs
Copy link
Collaborator Author

Anthony pointed out:
might be related to rapidsai/cudf#11373 that was merged yesterday

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

Successfully merging a pull request may close this issue.

3 participants