FuelLabs / fuel-core

Rust full node implementation of the Fuel v2 protocol.
Other
58.02k stars 2.78k forks source link

Flaky test: `gas_price::latest_gas_price__if_node_restarts_gets_latest_value` #2395

Open netrome opened 2 hours ago

netrome commented 2 hours ago

Segfault observed on my build server today at cf0bc5e730c394a0552cfb424ef6a24f5088a3ba

     SIGSEGV [   5.469s] fuel-core-tests::integration_tests gas_price::latest_gas_price__if_node_restarts_gets_latest_value

--- STDOUT:              fuel-core-tests::integration_tests gas_price::latest_gas_price__if_node_restarts_gets_latest_value ---

running 1 test
Stopping fuel service
test gas_price::latest_gas_price__if_node_restarts_gets_latest_value ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 235 filtered out; finished in 5.45s
netrome commented 2 hours ago

These errors seem related so I'm not opening separate issues for them right now:

     SIGABRT [   9.128s] fuel-core-tests::integration_tests recovery::gas_price_updater__if_no_metadata_history_start_from_current_block

--- STDOUT:              fuel-core-tests::integration_tests recovery::gas_price_updater__if_no_metadata_history_start_from_current_block ---

running 1 test
Stopping fuel service
test recovery::gas_price_updater__if_no_metadata_history_start_from_current_block ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 235 filtered out; finished in 9.11s

and

     SIGABRT [   5.151s] fuel-core-tests::integration_tests gas_price::startup__can_override_gas_price_values_by_changing_config

--- STDOUT:              fuel-core-tests::integration_tests gas_price::startup__can_override_gas_price_values_by_changing_config ---

running 1 test
Stopping fuel service
test gas_price::startup__can_override_gas_price_values_by_changing_config ... ok

test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 235 filtered out; finished in 5.13s