04:41:24 tobtoht: I left some questions of mine for you in our 1-1 Matrix room, before used end of January. It's about Polyseed related work you probably did. 11:56:21 .merge+ 10406 10407 11:56:21 Added 14:54:40 for me locally `./unit_tests --gtest_filter="ban.subnet"` consistently fails at [this line](https://github.com/monero-project/monero/blob/694016cb086e1f22c7a543b6538ee3e4459eb116/tests/unit_tests/node_server.cpp#L266) with: 14:54:41 ``` 14:54:42 unknown file: Failure 14:54:44 C++ exception with description "cannot create std::vector larger than max_size()" thrown in the test body. 14:54:47 ``` 21:48:38 I got the same 21:48:54 I mean, without trying to filtering it, got the same error, plus plenty more 21:49:39 Is there a recommanded way to do the test, with some expected fail or something that need to be ignored? 21:49:40 Alpine Linux want the test to be done in the build process if there available... 21:50:14 https://matrix.monero.social/_matrix/media/v1/download/xmr.mx/FwdPLNZUXcgLaIxOQmIrCCar 22:11:40 Is there an envvar or something to tell the it to test again a remote node? as it look like it try to connect on a local node that is... not present on Alpine CI shenanigans 22:14:15 what 22:14:27 alpine ci doesn't setup and sync a monero node in their actions ? 22:14:35 skill issue 22:15:32 Yeah, it's fine. I add in my MR that the tests are borked and even if they worked it would timeout there CI thing as it seam to take forever.. 22:15:32 So will skip the tests phase with a proper reason (which it allowed) 22:16:40 good job on bringing monero in alpine repo 22:17:54 monerod/monero-cli was already there (been maintaining it since a while... It was already skipped tests) 22:17:54 I added feather already last week and now that I reconfirmed the tests are no-go, monero-gui should be available in Alpine Edge by next week 22:18:57 monerod/monero-cli was already there (been maintaining it since a while... It was already skipped tests) 22:18:58 I added feather already last week and now that I reconfirmed the tests are no-go, monero-gui should be available in Alpine Edge/testing by next week.. And in 6 months, in the normal community repo 22:22:31 Regtest 22:23:21 How do I do them? Any link for documentation or something? 22:23:22 I was using Ctest 22:24:21 regtest is like testnet or stagenet, but is "fakechain" 22:26:11 Response was just about syncing a node - node doesnt need to be synced if monerod is running in regrest mode (--regtest) 22:28:20 TIL of regtest. thx ofrn 22:29:05 oh cool, maybe I can run a monerod in there CI thing then. Will test later. Thanks ofrn