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: ast fuzz tests with unicode fail in CI but pass locally #5549

Closed
andygrove opened this issue May 19, 2022 · 3 comments
Closed
Assignees
Labels
bug Something isn't working duplicate This issue or pull request already exists P0 Must have for release

Comments

@andygrove
Copy link
Contributor

andygrove commented May 19, 2022

Describe the bug
The new ast fuzz tests with unicode inputrs added in #5573 fail in CI but pass locally

Steps/Code to reproduce bug
Run these RegularExpressionTranspilerSuite tests in CI:

  test("AST fuzz test - regexp_find - full unicode input") {
    doAstFuzzTest(None, REGEXP_LIMITED_CHARS_FIND,
      RegexFindMode)
  }

  test("AST fuzz test - regexp_replace - full unicode input") {
    doAstFuzzTest(None, REGEXP_LIMITED_CHARS_REPLACE,
      RegexReplaceMode)
  }

Expected behavior
Should have same behavior locally and in CI

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

Additional context
N/A

@andygrove
Copy link
Contributor Author

We documented this issue in 22.06

@andygrove
Copy link
Contributor Author

We need changes to CI to be able to complete this issue

@sameerz sameerz modified the milestones: May 23 - Jun 3, Jun 6 - Jun 17 Jun 8, 2022
@NVnavkumar
Copy link
Collaborator

Duplicate of #5629

@NVnavkumar NVnavkumar marked this as a duplicate of #5629 Jun 18, 2022
@NVnavkumar NVnavkumar added the duplicate This issue or pull request already exists label Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists P0 Must have for release
Projects
None yet
Development

No branches or pull requests

3 participants