-
Notifications
You must be signed in to change notification settings - Fork 317
remove run-test.sh #3865
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
base: main
Are you sure you want to change the base?
remove run-test.sh #3865
Conversation
🦋 Changeset detectedLatest commit: 8cbd81b The changes in this PR will be included in the next version bump. This PR includes changesets to release 16 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So this is no longer failing?
@mxiao-cll need to get the workflow to fail to try another fix directly in it. @dskloetc mentioned the addition of run-test.sh breaks his local test setup. |
For context, this was added in #3849 I didn't realize the issue was with the workflow rather than manual invocation. For unit and integration tests we already add Also, if the problem was that another non-changed package was tested, and that failed, does that mean that that package actually has broken tests? Can we fix those as well? |
@dskloetc summing up some offline discussions: I might be wrong, but I understood the problem as related to changed packages over-inclusion based on the yarn test glob and their package dependencies not being built, causing the failing workflow run. Specifically apy-finance-test and token-allocation-test EAs that are not dependent on tiingo, but their v2 framework counterparts are, and they're listed in the changed packages list (apy-finance, token-allocation). Here's the failed workflow https://github.com/smartcontractkit/external-adapters-js/actions/runs/14936750420/job/41967035723
I think this below comment is correct
I think this below comment is not applicable due to the above mentioned dependency build issue
|
Ah, thanks for clarifying. |
Do you plan to do that in this PR? |
Changes
Run non-unit, non-integration tests for changed packages
failing step from previous PRQuality Assurance
infra-k8s
configuration file.adapter-secrets
configuration file or update the soak testing blacklist.test-payload.json
file with relevant requests.feature/x
,chore/x
,release/x
,hotfix/x
,fix/x
) or is created from Jira.