IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
302 stars 132 forks source link

[Bug] PII refactor test image and test src fails #665

Open revit13 opened 1 month ago

revit13 commented 1 month ago

Search before asking

Component

Transforms/Other

What happened + What you expected to happen

an exception is thrown while executing: make -C transforms/language/pii_redactor DOCKER=docker test-src

CICD run log: logs_29175070086.zip

Reproduction script

run the tests is .github/workflows/test-language-pii_redactor.yml

Anything else

No response

OS

Ubuntu

Python

3.10.x

Are you willing to submit a PR?

daw3rd commented 1 month ago

This was worked around by renaming transforms/language/pii_redactor/Makefile to Makefile.disable. The fix for this issue should also rename this back to Makefile to re-enable the test in git ci/cd actions.

daw3rd commented 1 month ago

@SowmyaLR Hi, I am not able to assign this (maybe after you accept an invite). For now just tagging you.

SowmyaLR commented 1 month ago

Hi @daw3rd thank you for informing me. I have accepted the invitation. Will check the test failing RCA