ASuciuX
ASuciuX
Related issue #4587 List of PRs addressed: - [x] #4412 - [x] #4414 - [x] #4527 - [x] #4530 - [x] #4556 - [x] #4560 - [x] #4561 - [x]...
**Is your feature request related to a problem? Please describe.** Some functions don't have all their cases covered. **Describe the solution you'd like** This issue aims to keep track of...
- fixes https://github.com/stacks-network/stacks-core/issues/4730 Example display of message. Do we want to place it on only one line? Maybe make the message shorter. 
### Description Add mutants skip header for the functions that aren't working with mutation testings. ### Applicable issues - related to timeout mutants from #4881
According to the [docs](https://www.sqlite.org/stricttables.html#:~:text=SQLite%20supports%20a%20strict%20typing%20mode%2C%20as%20of%20version%203.37.0%20(2021%2D11%2D27)%2C%20that%20is%20enabled%20separately%20for%20each%20table), the first sqlite_version that supports `STRICT` is `3.37.0`. From the `stacks-core`, the sqlite_version is `3.33.0` and the tests were failing with this output: ``` Migrating chainstate...
**Is your feature request related to a problem? Please describe.** Mutations Testing works by modifying the body of the function to a default return. eg. if i have a sum...
Related #4587 The mutation testing highlighted there might be missing unit tests for `limited` and `max_value` but there needs to be created a default for `BlockBuilderSettings` to check it. The...
Mutation Tests testnet/stacks-node/src/neon_node.rs > process_new_tenures, can_run_microblock_tenure
Related #4587 The mutation testing highlighted there are missing unit tests for `process_new_tenures`. The steps for making sure the `process_new_tenures` function has its possible outcomes caught are: - [ ]...
Related #4587 The mutation testing highlighted there might be missing unit tests for `run_tenure` but there needs to be created a default for `MinerThreadResult` to check it. The steps for...
Related #4587 The mutation testing highlighted there might be missing unit tests for `load_block_parent_info` but there needs to be created a default for `ParentStacksBlockInfo` to check it. The steps for...