ThetaSinner

Results 306 comments of ThetaSinner

Thank you for the report and the reproduction @mattyg. I'm digging into what's going on here and will get back to you when I have something

I can confirm this is a problem with `holochain`. The problem arises because the two apps `example1` and `example2` end up with the same DNA hash. In itself, that isn't...

@mattyg I have a better answer for you now. This is still about a repeated hash value and I still think that holochain should try and detect this to prevent...

Note that the tarpaulin and test commands have filters but they are a bit limited. I can run all the tests in a module tree with `test` or a specific...

To add a specific example, I am testing with this command `RUST_BACKTRACE=1 RUST_LOG=info cargo test --lib core::workflow::sys_validation_workflow-- --nocapture` which lets me run all the sys validation tests. I pass `--lib`...

I should also say, this isn't high priority for me - but I think we should try to address it as part of the sweettest uplift when we get to...

We've had similar issues during DWeb prep with the Emergence app under load and running HoloFuel for longer periods of time. Though in both of those cases CPU usage dropped...

This has now been reported by a couple of people within the Holochain org too. I haven't had any success yet reproducing it but I'm still working on it. it's...

Thanks @mattyg, that's really useful. There are a few issues in that log, some of which are normal, others that look like good hints. - The database being that overloaded...

Thanks that is useful, especially the timestamps alongside `top` output! I think I have enough logs for now, time make some changes and re-test. --- I have been able to...