Skip to content
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

Add negative scenarios for historical tests #9317

Closed
Tracked by #8057
bilyana-gospodinova opened this issue Sep 10, 2024 · 0 comments · Fixed by #9345
Closed
Tracked by #8057

Add negative scenarios for historical tests #9317

bilyana-gospodinova opened this issue Sep 10, 2024 · 0 comments · Fixed by #9345
Assignees
Labels
enhancement Type: New feature test Test infrastructure, automated tests required, etc web3 Area: Web3 API
Milestone

Comments

@bilyana-gospodinova
Copy link
Contributor

bilyana-gospodinova commented Sep 10, 2024

This task is opened due to the comment in here: #9262 (comment)

The goal is to add some scenarios that cover:

  1. Pass a historical block before the point where the data was persisted -> the test fails since the data is not persisted yet. Assert for an exception.
  2. Persist the data.
  3. Pass a historical block after the point where the data was persisted -> the test succeeds since the data is available at that moment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Type: New feature test Test infrastructure, automated tests required, etc web3 Area: Web3 API
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants