-
Notifications
You must be signed in to change notification settings - Fork 47
Unable to Test Locally #79
Copy link
Copy link
Open
Description
I'm trying to run the test_grpc tests locally, trying to follow the README.md I've come to the following steps.
- Starting postgres
brew services start postgresql. ./run-everything.shfails as it's incorrectly using thelightsparktag (as highlighted in./run-everything.shdoesn't seem to work #69), removing this tag fixes the script.- Creating a bitcoind wallet and funding it.
bitcoin-cli -regtest --rpcport=8332 --rpcuser=testutil --rpcpassword=testutilpassword createwallet ""
ADDR=$(bitcoin-cli -regtest --rpcport=8332 --rpcuser=testutil --rpcpassword=testutilpassword getnewaddress)
bitcoin-cli -regtest --rpcport=8332 --rpcuser=testutil --rpcpassword=testutilpassword generatetoaddress 101 $ADDR- Running
cd spark && mise test-unit-osssucceeds (unlikemise test-unit), so I'm assuming for the OSS release I'm needing to runcd spark && mise test-grpc-oss, which fails with quite a few different issues as I've attached below.
Let me know if my steps here are incorrect or missing, thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels