Federico De Felici

Results 21 comments of Federico De Felici

Strange! I haven't released It yet (or merged master) :) I'll reopen the issue. I'm still working on improving testing for this scenario

merged on candidate branch for next 2.4.5 release.

Here a wrap-up of the last naka-sync. Basically 3 strategies to deal with bitcoind and related tests has been identified: - bitcoind for End-2-End testing where we may need the...

A variant for the real Bitcoind strategy could be to containerize the deamon and spawn it in the tests using [testcointainers](https://crates.io/crates/testcontainers) crate. This, combined with a proper nextest configuration, could...

I did some analysis on this issue and here are the findings that I hope could help. ### Root Cause We currently use a caching strategy where a "CACHE CHECK/SAVE"...

Ok. Let's start with the "clean-up" approach, for sure can help with the "cache pressure" without overcomplicating things

Also failing in these prs: - #6008: [evidence](https://github.com/stacks-network/stacks-core/actions/runs/14854281643/job/41704602669?pr=6008) - #6083: [evidence](https://github.com/stacks-network/stacks-core/actions/runs/14846826310/job/41683261199?pr=6083)

> I am failing to come up with a way to test this without intrusive changes in the code that are more likely to cause a new bug then test...

Trying creating tests in this PR: #6219

Hi @emarc99, thanks for your interest in taking this on! At the moment, this task is on hold while we evaluate a few alternative approaches that will help us confirm...