-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
adding smoke tests for v23 #13644
adding smoke tests for v23 #13644
Conversation
947c773
to
e23ef5b
Compare
e23ef5b
to
11844e9
Compare
integration-tests/go.mod
Outdated
github.com/scylladb/go-reflectx v1.0.1 | ||
github.com/segmentio/ksuid v1.0.4 | ||
github.com/shopspring/decimal v1.3.1 | ||
github.com/slack-go/slack v0.12.2 | ||
github.com/smartcontractkit/chainlink-automation v1.0.4 | ||
github.com/smartcontractkit/chainlink-common v0.1.7-0.20240620164046-1c03d0a97b20 | ||
github.com/smartcontractkit/chainlink-testing-framework v1.31.1 | ||
github.com/smartcontractkit/chainlink-testing-framework v1.30.5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@shileiwill can you undo this CTF downgrade change
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also could be linked - https://github.com/smartcontractkit/chainlink/actions/runs/9609686757/job/26504664318?pr=13644#step:4:770
Transcoder: common.Address{}, | ||
Registrars: []common.Address{common.HexToAddress(registrar)}, | ||
UpkeepPrivilegeManager: registryOwnerAddress, | ||
ChainModule: chainModuleAddress, // TODO here is the chainModule |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: what is this TODO
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be removed, good catch.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
left some comments
e885c68
to
bf3afad
Compare
bf3afad
to
763af8e
Compare
763af8e
to
a2ff55c
Compare
Quality Gate passedIssues Measures |
AUTO-9980
This PR adds integration test for Automation v23, using the LINK token and using Conditional upkeeps. Will add more use cases in following PRs, e.g. other ERC20 tokens and log trigger based upkeeps
The integration test passes.