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 flaky forked nodes tests #3029

Merged
merged 2 commits into from
Oct 1, 2024
Merged

Fix flaky forked nodes tests #3029

merged 2 commits into from
Oct 1, 2024

Conversation

MartinquaXD
Copy link
Contributor

@MartinquaXD MartinquaXD commented Oct 1, 2024

Description

Recently we changed default values for the native price cache which led to some tests failing.
The problem seems to be that we can no longer reliably fetch native prices for some tokens.

Changes

With #2987 we now have an easy way to make sure that all the native prices that can be there will be there. So I just enabled the feature and at least one of the problematic tests passed right away.
Will check CI if other tests are still problematic.
Edit: Seems to fix the forked nodes tests but some driver tests are still flaky

How to test

This is the test

@MartinquaXD MartinquaXD requested a review from a team as a code owner October 1, 2024 08:54
@MartinquaXD MartinquaXD changed the title Fix flaky tests Fix flaky forked nodes tests Oct 1, 2024
Copy link
Contributor

@squadgazzz squadgazzz left a comment

Choose a reason for hiding this comment

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

Good catch 👍

@MartinquaXD MartinquaXD enabled auto-merge (squash) October 1, 2024 10:51
@MartinquaXD MartinquaXD merged commit af9d499 into main Oct 1, 2024
11 checks passed
@MartinquaXD MartinquaXD deleted the fix-flaky-tests branch October 1, 2024 10:56
@github-actions github-actions bot locked and limited conversation to collaborators Oct 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants