Skip to content

test(consistency): aux database consistency in integ tests #2874

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

Closed
wants to merge 2 commits into from

Conversation

rymnc
Copy link
Member

@rymnc rymnc commented Mar 17, 2025

Linked Issues/PRs

  • none

Description

Enforces consistency of all databases in the consistency fn

Checklist

  • Breaking changes are clearly marked as such in the PR description and changelog
  • New behavior is reflected in tests
  • The specification matches the implemented behavior (link update PR if changes are needed)

Before requesting review

  • I have reviewed the code myself
  • I have created follow-up issues caused by this PR and linked them here

After merging, notify other teams

[Add or remove entries as needed]

@rymnc rymnc added the no changelog Skip the CI check of the changelog modification label Mar 17, 2025
@rymnc rymnc force-pushed the fix/consistency-in-integ-tests branch from 2badd5a to 00c4b6b Compare March 17, 2025 12:59
@rymnc rymnc force-pushed the fix/consistency-in-integ-tests branch from 00c4b6b to 2ef1aab Compare March 17, 2025 18:40
@rymnc rymnc self-assigned this Mar 17, 2025
@rymnc rymnc requested a review from a team March 17, 2025 18:41
@rymnc rymnc marked this pull request as ready for review March 17, 2025 18:41
}
}

if let Some(latest_height) = latest_height {
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it will be better if GasPriceService provided a way to wait until block height X, like Relayer or OffChainWorker do.

We have several tests that could be more stable if we had this functionality.

@rymnc
Copy link
Member Author

rymnc commented Mar 19, 2025

closing in favour of implementing an await_until_synced method on the gas price service

@rymnc rymnc closed this Mar 19, 2025
@rymnc rymnc deleted the fix/consistency-in-integ-tests branch March 19, 2025 02:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no changelog Skip the CI check of the changelog modification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants