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

e2e: disable evm networks #774

Merged
merged 1 commit into from
Jul 3, 2024
Merged

e2e: disable evm networks #774

merged 1 commit into from
Jul 3, 2024

Conversation

aalu1418
Copy link
Collaborator

@aalu1418 aalu1418 commented Jul 2, 2024

Description

Disable EVM networks on chainlink node when running solana e2e tests

Resolves Dependencies

@nicolasgnr
Copy link

@aalu1418 Is this change related to performance when setting up the tests or is there other rational behind?

@aalu1418
Copy link
Collaborator Author

aalu1418 commented Jul 2, 2024

@aalu1418 Is this change related to performance when setting up the tests or is there other rational behind?

@nicolasgnr we are seeing intermittent test failures like this

link: https://github.com/smartcontractkit/chainlink/actions/runs/9760919861/job/26942515805?pr=13739

13:13:03.45 ERR Failed to process log error="found log at level 'crit', failing any log level higher than dpanic: {\"level\":\"crit\",\"ts\":\"2024-07-02T13:06:59.465Z\",\"logger\":\"EVM.11155111.MultiNode\",\"caller\":\"client/multi_node.go:258\",\"msg\":\"No live RPC nodes available\",\"version\":\"2.13.0@1a961cd\",\"chainID\":\"11155111\",\"NodeSelectionMode\":\"HighestHead\",\"sentryEventID\":null,\"stacktrace\":\"github.com/smartcontractkit/chainlink/v2/common/client.(*multiNode[...]).selectNode\\n\\t/chainlink/common/client/multi_node.go:258\\ngithub.com/smartcontractkit/chainlink/v2/common/client.(*multiNode[...]).SubscribeNewHead\\n\\t/chainlink/common/client/multi_node.go:819\\ngithub.com/smartcontractkit/chainlink/v2/core/chains/evm/client.(*chainClient).SubscribeNewHead\\n\\t/chainlink/core/chains/evm/client/chain_client.go:314\\ngithub.com/smartcontractkit/chainlink/v2/common/headtracker.(*headListener[...]).subscribeToHead\\n\\t/chainlink/common/headtracker/head_listener.go:224\\ngithub.com/smartcontractkit/chainlink/v2/common/headtracker.(*headListener[...]).subscribe\\n\\t/chainlink/common/headtracker/head_listener.go:208\\ngithub.com/smartcontractkit/chainlink/v2/common/headtracker.(*headListener[...]).ListenForNewHeads\\n\\t/chainlink/common/headtracker/head_listener.go:99\"}\n" Component=LogStream Container=cl-node-13850679
    Found a concerning log in Chainklink Node logs: found log at level 'crit', failing any log level higher than dpanic: {"level":"crit","ts":"2024-07-02T13:06:59.465Z","logger":"EVM.11155111.MultiNode","caller":"client/multi_node.go:258","msg":"No live RPC nodes available","version":"2.13.0@1a961cd","chainID":"11155111","NodeSelectionMode":"HighestHead","sentryEventID":null,"stacktrace":"github.com/smartcontractkit/chainlink/v2/common/client.(*multiNode[...]).selectNode\n\t/chainlink/common/client/multi_node.go:258\ngithub.com/smartcontractkit/chainlink/v2/common/client.(*multiNode[...]).SubscribeNewHead\n\t/chainlink/common/client/multi_node.go:819\ngithub.com/smartcontractkit/chainlink/v2/core/chains/evm/client.(*chainClient).SubscribeNewHead\n\t/chainlink/core/chains/evm/client/chain_client.go:314\ngithub.com/smartcontractkit/chainlink/v2/common/headtracker.(*headListener[...]).subscribeToHead\n\t/chainlink/common/headtracker/head_listener.go:224\ngithub.com/smartcontractkit/chainlink/v2/common/headtracker.(*headListener[...]).subscribe\n\t/chainlink/common/headtracker/head_listener.go:208\ngithub.com/smartcontractkit/chainlink/v2/common/headtracker.(*headListener[...]).ListenForNewHeads\n\t/chainlink/common/headtracker/head_listener.go:99"}

this is an error related to EVM headtracker which is not relevant when running a CL node against solana

@lukaszcl
Copy link
Contributor

lukaszcl commented Jul 3, 2024

@aalu1418 @nicolasgnr if you run only Solana tests in this repo then this PR makes sense 👍

@aalu1418 aalu1418 merged commit 6362ffb into develop Jul 3, 2024
27 checks passed
@aalu1418 aalu1418 deleted the fix/e2e-disable-evm branch July 3, 2024 13:25
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.

3 participants