Skip to content

Running multiple instances in same test #134

@jbesraa

Description

@jbesraa

The following change introduced in 0.6 or 0.7 makes it tricky for https://github.com/stratum-mining to run multiple tests in parallel or use multiple nodes in a test because it relies on unique datadir and port for each node. Whats the best way to achieve that(running multiple instances simultaneously) with latest corepc version?

args: Vec<&'a str>

Bitcoind command line arguments containing no spaces like vec!["-dbcache=300", "-regtest"] note that port, rpcport, connect, datadir, listen cannot be used because they are automatically initialized.

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