openethereum / parity-ethereum

The fast, light, and robust client for Ethereum-like networks.
Other
6.83k stars 1.68k forks source link

Bump memory-db lib to 0.24.1 and add shrink_to_fit #11760 #11827

Closed rakita closed 4 years ago

rakita commented 4 years ago
rakita commented 4 years ago

Tested for four days, everything function as expected.

rakita commented 4 years ago

Not sure why, but test unrelated to this pull request fails on macos: command is cargo test -p ethstore-cli --test cli i tried it on my windows machine and linux server and both tests pass. I dont have mac to check this

     Running `/Users/runner/work/openethereum/openethereum/target/release/deps/cli-608eb763b339d18b`

running 1 test
test cli_cmd ... FAILED

failures:

---- cli_cmd stdout ----
thread 'cli_cmd' panicked at 'assertion failed: output.status.success()', accounts/ethstore/cli/tests/cli.rs:29:5
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

failures:
    cli_cmd

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out

error: test failed, to rerun pass '-p ethstore-cli --test cli'
rakita commented 4 years ago

Blocked. The test fails on macos because of updated memory-db and I don't have platform to debug this.

vorot93 commented 4 years ago

Test failure is not related to this pull request.