-
m-relay
<rbrunner7:monero.social> 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.
-
selsta
.merge+ 10406 10407
-
xmr-pr
Added
-
m-relay
<sneedlewoods_xmr:matrix.org> for me locally `./unit_tests --gtest_filter="ban.subnet"` consistently fails at [this line](
github.com/monero-project/monero/bl…sts/unit_tests/node_server.cpp#L266) with:
-
m-relay
<sneedlewoods_xmr:matrix.org> ```
-
m-relay
<sneedlewoods_xmr:matrix.org> unknown file: Failure
-
m-relay
<sneedlewoods_xmr:matrix.org> C++ exception with description "cannot create std::vector larger than max_size()" thrown in the test body.
-
m-relay
<sneedlewoods_xmr:matrix.org> ```
-
m-relay
<ravfx:xmr.mx> I got the same
-
m-relay
<ravfx:xmr.mx> I mean, without trying to filtering it, got the same error, plus plenty more
-
m-relay
<ravfx:xmr.mx> Is there a recommanded way to do the test, with some expected fail or something that need to be ignored?
-
m-relay
<ravfx:xmr.mx> Alpine Linux want the test to be done in the build process if there available...
-
m-relay
-
m-relay
<ravfx:xmr.mx> 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
-
m-relay
<syntheticbird:monero.social> what
-
m-relay
<syntheticbird:monero.social> alpine ci doesn't setup and sync a monero node in their actions ?
-
m-relay
<syntheticbird:monero.social> skill issue
-
m-relay
<ravfx:xmr.mx> 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..
-
m-relay
<ravfx:xmr.mx> So will skip the tests phase with a proper reason (which it allowed)
-
m-relay
<syntheticbird:monero.social> good job on bringing monero in alpine repo
-
m-relay
<ravfx:xmr.mx> monerod/monero-cli was already there (been maintaining it since a while... It was already skipped tests)
-
m-relay
<ravfx:xmr.mx> 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
-
m-relay
<ravfx:xmr.mx> monerod/monero-cli was already there (been maintaining it since a while... It was already skipped tests)
-
m-relay
<ravfx:xmr.mx> 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
-
m-relay
<ofrnxmr:xmr.mx> Regtest
-
m-relay
<ravfx:xmr.mx> How do I do them? Any link for documentation or something?
-
m-relay
<ravfx:xmr.mx> I was using Ctest
-
m-relay
<ofrnxmr:xmr.mx> regtest is like testnet or stagenet, but is "fakechain"
-
m-relay
<ofrnxmr:xmr.mx> Response was just about syncing a node - node doesnt need to be synced if monerod is running in regrest mode (--regtest)
-
m-relay
<syntheticbird:monero.social> TIL of regtest. thx ofrn
-
m-relay
<ravfx:xmr.mx> oh cool, maybe I can run a monerod in there CI thing then. Will test later. Thanks ofrn