Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

[BUG] Windows Event Parser regex errors #431

Closed
efajardo-nv opened this issue Jun 23, 2021 · 2 comments
Closed

[BUG] Windows Event Parser regex errors #431

efajardo-nv opened this issue Jun 23, 2021 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@efajardo-nv
Copy link
Contributor

Describe the bug
Appears that upstream changes to cuDF strings extract have caused errors in the windows_event_parser unit test. Using same regex with pandas extract gives different/correct results.

Failing tests (event code: field):

  • 4625: detailed_authentication_information_logon_process
  • 4730: logon_type
  • 4720: attributes_user_account_control

Steps/Code to reproduce bug

pytest test_windows_event_parser.py::test_windows_event_parser
@efajardo-nv efajardo-nv added the bug Something isn't working label Jun 23, 2021
@efajardo-nv efajardo-nv self-assigned this Jun 23, 2021
@efajardo-nv
Copy link
Contributor Author

cuDF PR for extract fix:
rapidsai/cudf#8575

@efajardo-nv
Copy link
Contributor Author

Fixed after cuDF PR merge.

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

No branches or pull requests

1 participant