Skip to content

ci: add manual testing for besu chains#999

Draft
srdtrk wants to merge 3 commits into
mainfrom
serdar/xxx-besu
Draft

ci: add manual testing for besu chains#999
srdtrk wants to merge 3 commits into
mainfrom
serdar/xxx-besu

Conversation

@srdtrk

@srdtrk srdtrk commented Mar 16, 2026

Copy link
Copy Markdown
Member

Description

closes: #XXXX


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.

  • Linked to GitHub issue with discussion and accepted design, OR link to spec that describes this work.
  • Wrote unit and integration tests.
  • Added relevant natspec and godoc comments.
  • Provide a conventional commit message to follow the repository standards.
  • Re-reviewed Files changed in the GitHub PR explorer.
  • Review SonarCloud Report in the comment section below once CI passes.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9dd1c9b5d8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +52 to +53
elType, elImage = GetKurtosisELImageAndType()
clType, clImage = GetKurtosisCLImageAndType()

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P0 Badge Assign EL/CL image and type in the correct order

GetKurtosisELImageAndType and GetKurtosisCLImageAndType return values as (image, type), but these assignments bind them as (type, image). That inverts the participant config (ELType becomes an image tag like ethereum/client-go:v1.16.8, while ELImage becomes geth, and likewise for CL), so the serialized Kurtosis parameters contain invalid client type/image fields and PoS testnet startup will fail in both default and manual besu workflow runs.

Useful? React with 👍 / 👎.

@srdtrk srdtrk marked this pull request as draft March 16, 2026 13:02
@codecov

codecov Bot commented Mar 16, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.91%. Comparing base (86505ac) to head (9dd1c9b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #999   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          27       27           
  Lines        1123     1123           
=======================================
  Hits         1122     1122           
  Misses          1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant