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

test: conditionally run unit tests fixes #15427

Closed
wants to merge 4 commits into from

Conversation

erikburt
Copy link
Collaborator

Requires

Supports

@erikburt erikburt self-assigned this Nov 26, 2024
@erikburt erikburt changed the title feat: conditionally run unit tests test: conditionally run unit tests fixes Nov 26, 2024
Copy link
Contributor

I see you updated files related to core. Please run pnpm changeset in the root directory to add a changeset as well as in the text include at least one of the following tags:

  • #added For any new functionality added.
  • #breaking_change For any functionality that requires manual action for the node to boot.
  • #bugfix For bug fixes.
  • #changed For any change to the existing functionality.
  • #db_update For any feature that introduces updates to database schema.
  • #deprecation_notice For any upcoming deprecation functionality.
  • #internal For changesets that need to be excluded from the final changelog.
  • #nops For any feature that is NOP facing and needs to be in the official Release Notes for the release.
  • #removed For any functionality/config that is removed.
  • #updated For any functionality that is updated.
  • #wip For any change that is not ready yet and external communication about it should be held off till it is feature complete.

🎖️ No JIRA issue number found in: PR title, commit message, or branch name. Please include the issue ID in one of these.

@erikburt erikburt force-pushed the test/reverts-for-go-test-binary-compare branch from 10e9a5d to be776d1 Compare November 26, 2024 20:47
Copy link
Contributor

github-actions bot commented Nov 26, 2024

AER Report: CI Core

aer_workflow , commit , Detect Changes , Scheduled Run Frequency , Clean Go Tidy & Generate , Flakeguard Root Project / Get Tests To Run , Core Tests (go_core_tests) , Core Tests (go_core_tests_integration) , Core Tests (go_core_ccip_deployment_tests) , Core Tests (go_core_race_tests) , Core Tests (go_core_fuzz) , lint , Flakeguard Deployment Project , Flakeguard Root Project / Run Tests , Flakeguard Root Project / Report , Flakey Test Detection , SonarQube Scan

1. Test failures encountered: [job id: go_core_ccip_deployment_tests]

Source of Error:
Run tests	2024-11-26T23:05:50.1425325Z FAIL
Run tests	2024-11-26T23:05:50.1425659Z FAIL	github.com/smartcontractkit/chainlink/deployment/ccip/changeset	248.091s
Run tests	2024-11-26T23:05:50.1425990Z ok 	github.com/smartcontractkit/chainlink/deployment/common/changeset	(cached)
Run tests	2024-11-26T23:05:50.1426349Z ok 	github.com/smartcontractkit/chainlink/deployment/common/changeset/internal	0.354s
Run tests	2024-11-26T23:05:50.1426665Z ok 	github.com/smartcontractkit/chainlink/deployment/common/view/v1_0	(cached)
Run tests	2024-11-26T23:05:50.1427046Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/clo	(cached)
Run tests	2024-11-26T23:05:50.1427433Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/devenv	(cached)
Run tests	2024-11-26T23:05:50.1427751Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/memory	0.725s
Run tests	2024-11-26T23:05:50.1428096Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/nodeclient	(cached)
Run tests	2024-11-26T23:05:50.1428469Z ok 	github.com/smartcontractkit/chainlink/deployment/environment/web/sdk/client	(cached)
Run tests	2024-11-26T23:05:50.1428756Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone	3.160s
Run tests	2024-11-26T23:05:50.1429074Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone/changeset	0.742s
Run tests	2024-11-26T23:05:50.1429435Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone/changeset/internal	0.868s
Run tests	2024-11-26T23:05:50.1429770Z ok 	github.com/smartcontractkit/chainlink/deployment/keystone/test/changeset	1.612s
Run tests	2024-11-26T23:05:50.1430072Z ok 	github.com/smartcontractkit/chainlink/deployment/llo/changeset	1.548s
Run tests	2024-11-26T23:05:50.1430157Z FAIL
Run tests	2024-11-26T23:05:50.1430167Z 
Run tests	2024-11-26T23:05:50.1430336Z ----------------------------------------------
Run tests	2024-11-26T23:05:50.1430345Z 
Run tests	2024-11-26T23:05:50.1430557Z Beginning check of output logs for sensitive strings
Run tests	2024-11-26T23:05:50.1430813Z No matches in test log output against known set of sensitive strings
Run tests	2024-11-26T23:05:50.1430910Z Exit code: 1
Run tests	2024-11-26T23:05:50.1431037Z Encountered test failures.
Run tests	2024-11-26T23:05:50.1431230Z go_core_ccip_deployment_tests exiting with code 1
Run tests	2024-11-26T23:05:50.1440197Z ##[error]Process completed with exit code 1.

Why: The test suite github.com/smartcontractkit/chainlink/deployment/ccip/changeset failed, causing the overall job to fail. The specific reason for the failure is not detailed in the provided logs.

Suggested fix: Investigate the test suite github.com/smartcontractkit/chainlink/deployment/ccip/changeset to identify the failing test cases. Review the test output for errors or failed assertions and address the underlying issues.

AER Report: Operator UI CI ran successfully ✅

aer_workflow , commit

@erikburt erikburt force-pushed the test/reverts-for-go-test-binary-compare branch from f2f7d14 to 46ae07e Compare November 26, 2024 22:58
@erikburt erikburt closed this Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant