runtianz

Results 38 comments of runtianz

Right now the PR only did the generation from yaml path. In the next PR I can add the logic to fetch the config from rest endpoint and compare it...

Another good use case for interface is iterable containers. For example, we may have different implementation for vectors, maps and other data structures. The implementation of data structures could vary...

The way how parallel executor is structured like this is exactly what @gelash suggests. The whole intention of this `parallel_executor` crate abstraction is to: 1. Help testing core scheduling logic...

Running tests again I found that we might not need to change the report logic at chunk executor at all. The `expect_only_successful_execution` is only invoked in two locations: 1. Block...

In case of a real block prologue error, it would be reported here: https://github.com/aptos-labs/aptos-core/blob/5f7c7d159c600faa4a9120b6a5293ad19ccc208e/consensus/src/experimental/buffer_manager.rs#L356

The next step here is to create an automated workflow for future framework release with this tool.

We aren't tracking it right now. For this round we are creating the yaml file on the release branch. In the future tho, we should expect to have the yaml...

Another example I could think of is: how to define a module where its self module handle is pointing to a different module?