Skip to content

Add ZK testing capabilities #17436

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

Merged
merged 37 commits into from
May 15, 2025
Merged

Add ZK testing capabilities #17436

merged 37 commits into from
May 15, 2025

Conversation

ilanolkies
Copy link
Contributor

@ilanolkies ilanolkies commented Apr 24, 2025

Tests deploying Link Token on Anvil ZK Sync using the new Go bindings. This PR is part of #17047

Requires

Bumping:

  • github.com/smartcontractkit/chainlink-deployments-framework v0.1.1
  • github.com/smartcontractkit/chainlink-testing-framework/framework v0.7.9

@ilanolkies ilanolkies marked this pull request as ready for review April 24, 2025 20:08
@ilanolkies ilanolkies requested review from a team as code owners April 24, 2025 20:08
AnieeG
AnieeG previously approved these changes Apr 24, 2025
The error was changed in CTF
Comment on lines +176 to +179
commonchangeset.DeployLinkTokenTest(t, memory.MemoryEnvironmentConfig{
Chains: 1,
SolChains: 1,
})
Copy link
Contributor Author

@ilanolkies ilanolkies May 13, 2025

Choose a reason for hiding this comment

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

This change is due to test refactoring

@ilanolkies ilanolkies mentioned this pull request May 14, 2025
@ilanolkies ilanolkies marked this pull request as ready for review May 15, 2025 02:01
@cl-sonarqube-production
Copy link

Copy link
Contributor

Flakeguard Summary

Ran new or updated tests between develop and 2b1648e (zk-testing).

View Flaky Detector Details | Compare Changes

Found Flaky Tests ❌

9 Results
Name Pass Ratio Panicked? Timed Out? Race? Runs Successes Failures Skips Package Package Panicked? Avg Duration Code Owners
TestBillingWithoutMcms 50% false false false 2 1 1 0 github.com/smartcontractkit/chainlink/deployment/ccip/changeset/solana true 3m5.89s @smartcontractkit/solana-tooling, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestPoolLookupTableWithoutMcms 0% true true false 1 0 1 0 github.com/smartcontractkit/chainlink/deployment/ccip/changeset/solana true 0s @smartcontractkit/solana-tooling, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestTokenAdminRegistryWithoutMcms 66.6667% false false true 3 2 1 0 github.com/smartcontractkit/chainlink/deployment/ccip/changeset/solana true 2m11.37s @smartcontractkit/solana-tooling, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestTransferCCIPFromMCMSWithTimelockSolana 66.6667% false false false 3 2 1 0 github.com/smartcontractkit/chainlink/deployment/ccip/changeset/solana true 2m32.756666666s @smartcontractkit/solana-tooling, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestDeployLinkTokenZk 33.3333% false false false 3 1 2 0 github.com/smartcontractkit/chainlink/deployment/common/changeset false 22.116666666s @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/keystone, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestDeployMCMSWithTimelockV2 66.6667% false false false 3 2 1 0 github.com/smartcontractkit/chainlink/deployment/common/changeset false 45.646666666s @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/keystone, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestMCMSSignFireDrillChangeset 0% false false false 3 0 3 0 github.com/smartcontractkit/chainlink/deployment/common/changeset false 55.633333333s @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/keystone, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestSetConfigMCMSV2EVM/MCMS_disabled 0% false false true 3 0 3 0 github.com/smartcontractkit/chainlink/deployment/common/changeset false 1m0.03s @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/keystone, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team
TestSetConfigMCMSV2Solana/MCMS_disabled 0% false false true 3 0 3 0 github.com/smartcontractkit/chainlink/deployment/common/changeset false 51.1s @smartcontractkit/ccip-tooling, @smartcontractkit/ccip-offchain, @smartcontractkit/keystone, @smartcontractkit/core, @smartcontractkit/deployment-automation, @smartcontractkit/cld-team

Artifacts

For detailed logs of the failed tests, please refer to the artifact failed-test-results-with-logs.json.

@Tofel Tofel added this pull request to the merge queue May 15, 2025
Merged via the queue into develop with commit 42dd453 May 15, 2025
134 of 146 checks passed
@Tofel Tofel deleted the zk-testing branch May 15, 2025 10:49
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.

7 participants