Skip to content

Conversation

@makramkd
Copy link
Collaborator

@makramkd makramkd commented Nov 21, 2025

Ticket

  • Add the ability to configure multiple executors in CL and standalone mode
  • Remove the comment posting of the end to end test results

Comment on lines +258 to +263
logger: log.
Output(zerolog.ConsoleWriter{Out: os.Stderr}).
Level(zerolog.DebugLevel).
With().
Fields(map[string]any{"component": "CCIP17EVM"}).
Logger(),
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

We were previously creating the object with just &CCIP17EVM{} which set a null logger, meaning lots of logs were not actually being logged to the console. This fixes that.

@makramkd makramkd marked this pull request as ready for review November 21, 2025 13:44
@makramkd makramkd requested review from a team and skudasov as code owners November 21, 2025 13:44
@github-actions
Copy link

Code coverage report:

Package main mk/multiple-executors-in-tests
aggregator 37.36% 46.17%
cmd 0.00% 0.00%
committee 100.00% 100.00%
common 0.00% 0.00%
executor 33.09% 58.21%
indexer 30.06% 25.94%
integration 14.99% 15.49%
protocol 33.53% 48.13%
verifier 60.78% 60.78%

@smartcontractkit smartcontractkit deleted a comment from github-actions bot Nov 21, 2025
working-directory: build/devenv/tests/e2e
run: |
set -o pipefail
go test -v -timeout 15m -count=1 -run 'TestE2ESmoke' -json \
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Removing this due to noise from the comments, they're already unweildly.

Comment on lines -160 to +165
// FundNodes Fund Chainlink nodes for some amount of native/LINK currency
// FundNodes funds Chainlink nodes for some amount of native/LINK currency
// using chain-specific clients or CLDF
FundNodes(ctx context.Context, cls []*nodeset.Input, bc *blockchain.Input, linkAmount, nativeAmount *big.Int) error
// FundAddresses funds addresses for some amount of native currency
// using chain-specific clients or CLDF
FundAddresses(ctx context.Context, bc *blockchain.Input, addresses []protocol.UnknownAddress, nativeAmount *big.Int) error
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

These are very similar - could they be combined gracefully?

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