Skip to content

Conversation

@AnieeG
Copy link
Contributor

@AnieeG AnieeG commented Sep 10, 2025

No description provided.

@github-actions
Copy link

👋 AnieeG, thanks for creating this pull request!

To help reviewers, please consider creating future PRs as drafts first. This allows you to self-review and make any final changes before notifying the team.

Once you're ready, you can mark it as "Ready for review" to request feedback. Thanks!

@AnieeG AnieeG marked this pull request as draft September 10, 2025 16:00
@AnieeG AnieeG marked this pull request as ready for review September 10, 2025 16:23
// If the previous outcome was the filter state, and reports were built, mark the messages as inflight.
if previousOutcome.State == exectypes.Filter {
if err := p.checkConfigDigest(); err != nil {
return types.Observation{}, fmt.Errorf("unable to build inflight cache: %w", err)
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
return types.Observation{}, fmt.Errorf("unable to build inflight cache: %w", err)
return types.Observation{}, fmt.Errorf("skipping observation: %w", err)

Copy link
Contributor

Choose a reason for hiding this comment

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

Could you also log an error here? It's sometimes difficult to find logs when we're no longer in the plugin layer.

Comment on lines 550 to 552
p.lggr.Warnw("my config digest doesn't match offramp's config digest, not starting",
"myConfigDigest", p.reportingCfg.ConfigDigest,
"offRampConfigDigest", hex.EncodeToString(offRampConfigDigest[:]),
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
p.lggr.Warnw("my config digest doesn't match offramp's config digest, not starting",
"myConfigDigest", p.reportingCfg.ConfigDigest,
"offRampConfigDigest", hex.EncodeToString(offRampConfigDigest[:]),
p.lggr.Warnw("home chain config digest doesn't match offramp's config digest",
"homeChainConfigDigest", p.reportingCfg.ConfigDigest,
"offRampConfigDigest", hex.EncodeToString(offRampConfigDigest[:]),

@github-actions
Copy link

Metric ccip-6729-config-check main
Coverage 69.5% 69.1%

@AnieeG AnieeG enabled auto-merge September 11, 2025 15:54
@AnieeG AnieeG added this pull request to the merge queue Sep 11, 2025
Merged via the queue into main with commit 5a095de Sep 11, 2025
48 checks passed
@winder winder deleted the ccip-6729-config-check branch September 12, 2025 21:00
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