You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@winsvega The timeout of 5 seconds is already quite generous (even for a gas limit type test). I don't see this in the stacktrace, but I assume we're hitting the timeout set here:
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/
uv run fill --evm-bin=besu-t8n tests/constantinople/eip1014_create2/test_recreate.py
it breaks the server so all following tests timeout
winsvega
changed the title
besu timeout when filling the tests
besu internal error when filling constantinople/eip1014_create2/test_recreate.py
Oct 8, 2024
Command breaks besu t8n server:
The text was updated successfully, but these errors were encountered: