Skip to content

Unable to Test Locally #79

@linden

Description

@linden

I'm trying to run the test_grpc tests locally, trying to follow the README.md I've come to the following steps.

  1. Starting postgres brew services start postgresql.
  2. ./run-everything.sh fails as it's incorrectly using the lightspark tag (as highlighted in ./run-everything.sh doesn't seem to work #69), removing this tag fixes the script.
  3. 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
  1. Running cd spark && mise test-unit-oss succeeds (unlike mise test-unit), so I'm assuming for the OSS release I'm needing to run cd spark && mise test-grpc-oss, which fails with quite a few different issues as I've attached below.

test-grpc-oss.txt

Let me know if my steps here are incorrect or missing, thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions