Skip to content

Instantly share code, notes, and snippets.

@longbowlu
Created January 24, 2023 01:22
Show Gist options
  • Save longbowlu/d9a94e8464aa700bc494fecd12afea24 to your computer and use it in GitHub Desktop.
Save longbowlu/d9a94e8464aa700bc494fecd12afea24 to your computer and use it in GitHub Desktop.
---- checkpoints::checkpoint_executor::tests::test_reconfig_crash_recovery stdout ----
2023-01-24T01:20:15.900184Z INFO sui_config::genesis_config: crates/sui-config/src/genesis_config.rs:54: Creating accounts and gas objects...
2023-01-24T01:20:16.893031Z INFO sui_core::execution_driver: crates/sui-core/src/execution_driver.rs:35: Starting pending certificates execution process.
thread 'checkpoints::checkpoint_executor::tests::test_reconfig_crash_recovery' panicked at 'Certified checkpoint should be valid: InvalidAuthenticator', crates/sui-core/src/authority/authority_per_epoch_store.rs:907:14
thread 'checkpoints::checkpoint_executor::tests::test_reconfig_crash_recovery' panicked at 'called `Option::unwrap()` on a `None` value', crates/sui-core/src/checkpoints/checkpoint_executor/tests.rs:255:14
---- checkpoints::checkpoint_executor::tests::test_checkpoint_executor_crash_recovery stdout ----
2023-01-24T01:20:15.156089Z INFO sui_config::genesis_config: crates/sui-config/src/genesis_config.rs:54: Creating accounts and gas objects...
2023-01-24T01:20:16.171531Z INFO sui_core::execution_driver: crates/sui-core/src/execution_driver.rs:35: Starting pending certificates execution process.
thread 'checkpoints::checkpoint_executor::tests::test_checkpoint_executor_crash_recovery' panicked at 'Certified checkpoint should be valid: InvalidAuthenticator', crates/sui-core/src/authority/authority_per_epoch_store.rs:907:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'checkpoints::checkpoint_executor::tests::test_checkpoint_executor_crash_recovery' panicked at 'Should exit gracefully: JoinError::Panic(Id(25342), ...)', crates/sui-core/src/checkpoints/checkpoint_executor/tests.rs:57:18
---- checkpoints::checkpoint_executor::tests::test_checkpoint_executor_cross_epoch stdout ----
2023-01-24T01:20:15.892006Z INFO sui_config::genesis_config: crates/sui-config/src/genesis_config.rs:54: Creating accounts and gas objects...
2023-01-24T01:20:16.953599Z INFO sui_core::execution_driver: crates/sui-core/src/execution_driver.rs:35: Starting pending certificates execution process.
thread 'checkpoints::checkpoint_executor::tests::test_checkpoint_executor_cross_epoch' panicked at 'Certified checkpoint should be valid: InvalidAuthenticator', crates/sui-core/src/authority/authority_per_epoch_store.rs:907:14
thread 'checkpoints::checkpoint_executor::tests::test_checkpoint_executor_cross_epoch' panicked at 'assertion failed: matches!(checkpoint_store.get_highest_executed_checkpoint_seq_number().unwrap(),\n Some(highest) if highest == (num_to_sync_per_epoch as u64),)', crates/sui-core/src/checkpoints/checkpoint_executor/tests.rs:172:5
failures:
checkpoints::checkpoint_executor::tests::test_checkpoint_executor_crash_recovery
checkpoints::checkpoint_executor::tests::test_checkpoint_executor_cross_epoch
checkpoints::checkpoint_executor::tests::test_reconfig_crash_recovery
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment