Skip to content

e2e: Create only required number of chains.#8371

Merged
DeshErBojhaa merged 17 commits intomainfrom
tamjid/test-setup
May 12, 2025
Merged

e2e: Create only required number of chains.#8371
DeshErBojhaa merged 17 commits intomainfrom
tamjid/test-setup

Conversation

@DeshErBojhaa
Copy link
Copy Markdown
Contributor

Description

Most of the suites require only two chains. And only a few requites four chains.
This PR makes sure only the required amount of chains are created for e2e test suites.

closes: #8362


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against the correct branch (see CONTRIBUTING.md).
  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Code follows the module structure standards and Go style guide.
  • Wrote unit and integration tests.
  • Updated relevant documentation (docs/).
  • Added relevant godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Include a descriptive changelog entry when appropriate. This may be left to the discretion of the PR reviewers. (e.g. chores should be omitted from changelog)
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

Copy link
Copy Markdown
Contributor

@gjermundgaraba gjermundgaraba left a comment

Choose a reason for hiding this comment

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

Very nice! This looks like a very solid improvement to me 🙌
Thank you ❤️
Just left a couple of nits you can deal with and then merge this 🚀

@gjermundgaraba
Copy link
Copy Markdown
Contributor

Oh, and let's figure out the failing tests too, though ^^

@DeshErBojhaa DeshErBojhaa marked this pull request as draft May 12, 2025 09:45
@DeshErBojhaa DeshErBojhaa marked this pull request as ready for review May 12, 2025 09:45
@faddat
Copy link
Copy Markdown
Contributor

faddat commented May 12, 2025

I really think that you may need some help with CI, but I'm unable to help with those kinds of settings currently.

@DeshErBojhaa DeshErBojhaa merged commit 8e18572 into main May 12, 2025
86 of 88 checks passed
@DeshErBojhaa DeshErBojhaa deleted the tamjid/test-setup branch May 12, 2025 11:48
DeshErBojhaa added a commit that referenced this pull request May 12, 2025
* sync deps

* feat: create only necessary chains

* updated changelog

* feat: default chain setings

* fix: missing tags for chain C and D

* test

* chore: remove e2e fork and draft restrictions (#8359)

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* sync deps

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* sync deps

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* fix dep

* sync dep

* fix missing tags for C and D

* remove comments

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>
DeshErBojhaa added a commit that referenced this pull request May 12, 2025
* sync deps

* feat: create only necessary chains

* updated changelog

* feat: default chain setings

* fix: missing tags for chain C and D

* test

* chore: remove e2e fork and draft restrictions (#8359)

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* sync deps

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* sync deps

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* fix dep

* sync dep

* fix missing tags for C and D

* remove comments

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>
DeshErBojhaa added a commit that referenced this pull request May 12, 2025
* sync deps

* feat: create only necessary chains

* updated changelog

* feat: default chain setings

* fix: missing tags for chain C and D

* test

* chore: remove e2e fork and draft restrictions (#8359)

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* sync deps

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* sync deps

* bump wasmvm to v2.2.4, go-etheruem to v1.15.11, spf13/cast to v1.8.0 (#8369)

* fix dep

* sync dep

* fix missing tags for C and D

* remove comments

---------

Signed-off-by: tamjidahmed <mail.to.tamjid@gmail.com>
Co-authored-by: Gjermund Garaba <gjermund@garaba.net>
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.

Feat: e2e configure number of chains to spin up

3 participants