ethereum / ethereum/execution-specs
besu internal error when filling constantinople/eip1014_create2/test_recreate.py
- Dominant language
- Python
- Stars
- 1.2k
- Forks
- 505
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 116
Description
Command breaks besu t8n server:
```
uv run fill --evm-bin=besu-t8n tests/constantinople/eip1014_create2/test_recreate.py
```
```
tests/constantinople/eip1014_create2/test_recreate.py:113: in test_recreate
blockchain_test(genesis_environment=env, pre=pre, post=post, blocks=blocks)
src/pytest_plugins/filler/filler.py:805: in __init__
fixture = self.generate(
src/ethereum_test_specs/blockchain.py:750: in generate
return self.make_fixture(t8n, fork, eips)
src/ethereum_test_specs/blockchain.py:568: in make_fixture
header, txs, requests, new_alloc, new_env = self.generate_block_data(
src/ethereum_test_specs/blockchain.py:432: in generate_block_data
transition_tool_output = t8n.evaluate(
src/evm_transition_tool/besu.py:166: in evaluate
response.raise_for_status() # exception visible in pytest failure output
.venv/lib/python3.12/site-packages/requests/models.py:1024: in raise_for_status
raise HTTPError(http_error_msg, response=self)
E requests.exceptions.HTTPError: 500 Server Error: Internal Server Error for url: http://localhost:40685/
```
Contributor guide
Assessment
This issue has not been assessed yet.