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

testing #15380

Draft
wants to merge 13 commits into
base: develop
Choose a base branch
from
Draft

testing #15380

wants to merge 13 commits into from

Conversation

krehermann
Copy link
Contributor

Requires

Supports

@@ -237,3 +238,51 @@ func GenerateOCR3Config(cfg OracleConfigWithSecrets, nca []NodeKeys) (OCR2Oracle

return config, nil
}

type configureOCR3Request struct {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code mv

@@ -0,0 +1,262 @@
{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

combination of state.json in and manual fixes for bug and 574

)

var wantOCR3Config = `{
"Signers": [
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lifted from testdata output

dryRun bool
}

func (r configureOCR3Request) generateOCR3Config() (OCR2OracleConfig, error) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

extract to test vs testdata data

Copy link
Contributor

AER Report: CI Core

aer_workflow , commit , Detect Changes , Clean Go Tidy & Generate , Scheduled Run Frequency , Find New Flaky Tests In Chainlink Project / Get Tests To Run , lint , 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) , Find New Flaky Tests In Deployment Project / Get Tests To Run , Find New Flaky Tests In Chainlink Project / Run Tests , Find New Flaky Tests In Chainlink Project / Report , Find New Flaky Tests In Deployment Project / Run Tests (github.com/smartcontractkit/chainlink/deployment/keystone/changeset/internal, ubuntu-l... , Find New Flaky Tests In Deployment Project / Run Tests (github.com/smartcontractkit/chainlink/deployment/keystone, ubuntu-latest) , Find New Flaky Tests In Deployment Project / Report , Flakey Test Detection , SonarQube Scan

1. Test failures encountered: Run tests

Source of Error:
Run tests	2024-11-22T05:45:11.2630354Z Exit code: 1
Run tests	2024-11-22T05:45:11.2632593Z Encountered test failures.
Run tests	2024-11-22T05:45:11.2633828Z go_core_ccip_deployment_tests exiting with code 1
Run tests	2024-11-22T05:45:11.2651058Z ##[error]Process completed with exit code 1.

Why: The error indicates that the test suite go_core_ccip_deployment_tests encountered one or more test failures, which caused the process to exit with a non-zero exit code (1).

Suggested fix: Review the test output logs to identify the specific tests that failed and address the underlying issues causing those tests to fail.

@krehermann krehermann changed the title support aptos in node view testing Nov 22, 2024
require.NoError(t, err)

ocrCfg := deployment.OCRConfig{
KeyBundleID: ocrKey.KeyBundleID,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe something is wrong here and causes the bad encoding in the test failure?

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.

2 participants