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

fix(iota-indexer): fix failing test #4173

Merged
merged 10 commits into from
Nov 27, 2024
Merged

Conversation

sergiupopescu199
Copy link
Contributor

@sergiupopescu199 sergiupopescu199 commented Nov 21, 2024

Description of change

In indexer's tests don't use the data_ingestion_path for checkpoint sync but fallback to the full node's REST API

Links to any relevant issues

fixes #4171

Type of change

  • Bug fix (a non-breaking change which fixes an issue)

How the change has been tested

Locally this test never fails, the actual test will be to check if on CI is does not fail

Change checklist

Tick the boxes that are relevant to your changes, and delete any items that are not.

  • I have followed the contribution guidelines for this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas

@sergiupopescu199 sergiupopescu199 added sc-platform Issues related to the Smart Contract Platform group. infrastructure Issues related to the Infrastructure Team labels Nov 21, 2024
@sergiupopescu199 sergiupopescu199 requested a review from a team as a code owner November 21, 2024 09:33
@sergiupopescu199 sergiupopescu199 requested review from a team as code owners November 22, 2024 14:35
@sergiupopescu199 sergiupopescu199 marked this pull request as draft November 22, 2024 14:35
@sergiupopescu199 sergiupopescu199 marked this pull request as ready for review November 22, 2024 14:43
@sergiupopescu199 sergiupopescu199 marked this pull request as draft November 22, 2024 15:25
@sergiupopescu199 sergiupopescu199 marked this pull request as ready for review November 26, 2024 11:04
@kodemartin kodemartin removed request for a team November 26, 2024 12:34
@sergiupopescu199 sergiupopescu199 requested review from a team as code owners November 26, 2024 14:11
Copy link
Contributor

@kodemartin kodemartin left a comment

Choose a reason for hiding this comment

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

lgtm ⛵

sergiupopescu199 and others added 2 commits November 26, 2024 16:09
Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>
@sergiupopescu199 sergiupopescu199 merged commit 207bfa0 into develop Nov 27, 2024
38 of 39 checks passed
@sergiupopescu199 sergiupopescu199 deleted the sc-platform/issue-4171 branch November 27, 2024 10:00
alexsporn pushed a commit that referenced this pull request Nov 28, 2024
* fix(iota-indexer): fix failing test

* fixup! fix(iota-indexer): fix failing test

* fixup! fixup! fix(iota-indexer): fix failing test

* fixup! fixup! fixup! fix(iota-indexer): fix failing test

* fix(*): add rest api sync flag

* fix(*): fallback to rest api

* Update crates/iota-indexer/src/test_utils.rs

Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>

* fixup! fix(*): fallback to rest api

---------

Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>
alexsporn pushed a commit that referenced this pull request Nov 28, 2024
* fix(iota-indexer): fix failing test

* fixup! fix(iota-indexer): fix failing test

* fixup! fixup! fix(iota-indexer): fix failing test

* fixup! fixup! fixup! fix(iota-indexer): fix failing test

* fix(*): add rest api sync flag

* fix(*): fallback to rest api

* Update crates/iota-indexer/src/test_utils.rs

Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>

* fixup! fix(*): fallback to rest api

---------

Co-authored-by: Thoralf-M <46689931+Thoralf-M@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Issues related to the Infrastructure Team sc-platform Issues related to the Smart Contract Platform group.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[iota-indexer]: Fix failing test
5 participants