Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@siladu
Copy link
Contributor

@siladu siladu commented Sep 26, 2025

PR description

Fixed Issue(s)

Thanks for sending a pull request! Have you done the following?

  • Checked out our contribution guidelines?
  • Considered documentation and added the doc-change-required label to this PR if updates are required.
  • Considered the changelog and included an update if required.
  • For database changes (e.g. KeyValueSegmentIdentifier) considered compatibility and performed forwards and backwards compatibility tests

Locally, you can run these tests to catch failures early:

  • spotless: ./gradlew spotlessApply
  • unit tests: ./gradlew build
  • acceptance tests: ./gradlew acceptanceTest
  • integration tests: ./gradlew integrationTest
  • reference tests: ./gradlew ethereum:referenceTests:referenceTests
  • hive tests: Engine or other RPCs modified?

@macfarla macfarla self-assigned this Sep 26, 2025
@macfarla
Copy link
Contributor

macfarla commented Sep 26, 2025

ref tests ran successfully on besu-research-ubuntu-8 runner https://github.com/hyperledger/besu/actions/runs/18025537076/job/51291742674?pr=9226

@macfarla
Copy link
Contributor

ref tests generate test job was running out of disk space on standard runner. Seems the new version of eest produces a lot more files

➜  b2 git:(main) du -ksch ethereum/referencetests/build/execution-spec-tests/fixtures/*
695M	ethereum/referencetests/build/execution-spec-tests/fixtures/blockchain_tests
461M	ethereum/referencetests/build/execution-spec-tests/fixtures/blockchain_tests_engine
208M	ethereum/referencetests/build/execution-spec-tests/fixtures/state_tests
108K	ethereum/referencetests/build/execution-spec-tests/fixtures/transaction_tests
1.3G	total
➜  b2 git:(main) du -ksch ethereum/referencetests/build/resources/referenceTest/fixtures/*
637M	ethereum/referencetests/build/resources/referenceTest/fixtures/blockchain_tests
418M	ethereum/referencetests/build/resources/referenceTest/fixtures/blockchain_tests_engine
191M	ethereum/referencetests/build/resources/referenceTest/fixtures/state_tests
108K	ethereum/referencetests/build/resources/referenceTest/fixtures/transaction_tests
1.2G	total

➜  besu git:(eest-v5.1.0) ✗ du -ksch ethereum/referencetests/build/execution-spec-tests/fixtures/*
3.9G	ethereum/referencetests/build/execution-spec-tests/fixtures/blockchain_tests
3.0G	ethereum/referencetests/build/execution-spec-tests/fixtures/blockchain_tests_engine
1.1G	ethereum/referencetests/build/execution-spec-tests/fixtures/blockchain_tests_engine_x
145M	ethereum/referencetests/build/execution-spec-tests/fixtures/blockchain_tests_sync
987M	ethereum/referencetests/build/execution-spec-tests/fixtures/state_tests
312K	ethereum/referencetests/build/execution-spec-tests/fixtures/transaction_tests
9.2G	total

@macfarla
Copy link
Contributor

you can see the out of disk space error here https://github.com/hyperledger/besu/actions/runs/18024167831?pr=9226

@macfarla macfarla marked this pull request as ready for review September 26, 2025 02:34
@macfarla macfarla enabled auto-merge (squash) September 26, 2025 03:04
@macfarla macfarla merged commit 6326562 into hyperledger:main Sep 26, 2025
46 checks passed
AliZDev-v0 pushed a commit to AliZDev-v0/besu that referenced this pull request Oct 5, 2025
…9226)

* Upgrade execution-spec-tests to v5.1.0 fixtures_develop
* use besu-research-ubuntu-8 runner

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: Ali Zhagparov <[email protected]>
jflo pushed a commit to jflo/besu that referenced this pull request Oct 13, 2025
…9226)

* Upgrade execution-spec-tests to v5.1.0 fixtures_develop
* use besu-research-ubuntu-8 runner

Signed-off-by: Sally MacFarlane <[email protected]>

---------

Signed-off-by: Simon Dudley <[email protected]>
Signed-off-by: Sally MacFarlane <[email protected]>
Co-authored-by: Sally MacFarlane <[email protected]>
Signed-off-by: jflo <[email protected]>
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.

2 participants