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

feat: remove feat flags #2593

Merged
merged 8 commits into from
Jan 10, 2025
Merged

feat: remove feat flags #2593

merged 8 commits into from
Jan 10, 2025

Conversation

grumbach
Copy link
Member

@grumbach grumbach commented Jan 3, 2025

No description provided.

@grumbach grumbach enabled auto-merge January 3, 2025 13:48
Copy link
Member

@dirvine dirvine left a comment

Choose a reason for hiding this comment

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

LTM

@mickvandijke
Copy link
Contributor

mickvandijke commented Jan 10, 2025

Interesting. The test that fails here seems to have been enabled by this PR. Apparently it wasn't somehow executing before because of the feat flags used/unused in the workflow?

Anyway. The issue here is that two tests run in parallel and both post transactions to the same EVM network at the same time. The ideal fix is to run an EVM network for every test, as tests shouldn't indirectly influence each other's results. However as a quick fix, I will just make a PR that forces these tests to run in serie instead of in parallel.

@grumbach grumbach added this pull request to the merge queue Jan 10, 2025
Merged via the queue into maidsafe:main with commit 98bc1b3 Jan 10, 2025
25 checks passed
@grumbach grumbach deleted the remove_feat_flags branch January 10, 2025 18:18
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