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

fix aio-e2e-tests failures #97

Closed
shazron opened this issue Jul 10, 2023 · 4 comments
Closed

fix aio-e2e-tests failures #97

shazron opened this issue Jul 10, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@shazron
Copy link
Member

shazron commented Jul 10, 2023

See https://github.com/adobe/aio-e2e-tests/actions/runs/5502741445/jobs/10027255182

the libs: aio-lib-target,aio-lib-campaign-standard,aio-lib-events,aio-lib-customer-profile
are failing because aio-lib-core-logging uses node:util. This is not a prod runtime error, but a Jest issue. Most likely the jest version in the libs are too old and don't support the node: prefix for module resolution.

@shazron shazron added the bug Something isn't working label Jul 10, 2023
@shazron
Copy link
Member Author

shazron commented Jul 10, 2023

@shazron
Copy link
Member Author

shazron commented Jul 10, 2023

aio-lib-events work in progress PR (causing un-related issues in existing tests): adobe/aio-lib-events#38

@aiojbot
Copy link
Collaborator

aiojbot commented Jul 10, 2023

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2364

@shazron
Copy link
Member Author

shazron commented Jul 12, 2023

fixed

@shazron shazron closed this as completed Jul 12, 2023
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

No branches or pull requests

2 participants