02:06:17 jeffro: https://github.com/monero-project/monero/pull/8987 is causing some issues for me 02:08:15 jeffro256 (not sure if it tags you over the bridge), for example running `make release-test` now adds all this test data to the main dir that git shows as untracked files 02:08:30 but the main issue is some tests are failing 02:09:59 for example https://paste.debian.net/hidden/847d6010/ - simply executing ./unit_tests makes this test fail, but executing it with lldb works, I assume that's because of the argc[0] in your code 02:23:48 basically I have to run `unit_tests/unit_tests` instead of `./unit_tests`due to some path issue 02:24:08 otherwise it doesn't find the test data 08:19:12 https://github.com/monero-project/monero/pull/9045 should fix that 08:19:40 Sorry about that, I should have tested running `./unit_tests` from the current directory and the ctest suite 08:20:43 What's funny is that since I was running `./unit_tests` raw a lot from the source root, it actually had the exact opposite effect for me: it fixed adding untracked files to the source tree 08:20:54 Anyways, both issues should be fixed with that PR 08:21:07 Sorry about that 13:44:47 ty, will review 13:45:10 also did something in master change the result of the select_outputs.density test? 13:45:29 Expected: (fabsf(selected_ratio - chain_ratio)) < (0.025f), actual: 0.0295275 vs 0.025 13:45:41 I ran the test also locally yesterday and it was similarly out of range 13:46:02 could be coincdence but in the past if it would fail it would be closer to 0.025 instead of 0.030 13:51:49 appears to just have been coincidence, running the test locally 30 times made it fail once. ideally we would merge https://github.com/monero-project/monero/pull/8024 and also add a deterministic test