sociomantic-tsunami / dhtproto

Distributed Hash Table protocol definition, client, fake node, and tests
Boost Software License 1.0
5 stars 22 forks source link

Implement DHT test CLI tool #86

Open gavin-norman-sociomantic opened 6 years ago

gavin-norman-sociomantic commented 6 years ago

The current test is suited to being run automatically via make test. It is also sometimes useful to be able to manually run a series of known tests on a DHT node, and to leave the tests running for some period, as per the old dhttest in swarmtools. It shouldn't be difficult to add a small CLI tool to do this.

gavin-norman-sociomantic commented 6 years ago

Mihails mentioned that there may be some complication with the turtle test runner that might make this too tricky to bother implementing, but that was more than 2 years ago, so things may have changed.

nemanja-boric-sociomantic commented 6 years ago

Perhaps we should move neotest into dhtproto.

gavin-norman-sociomantic commented 6 years ago

Well, this issue is about running the existing tests on an arbitrary node. neotest is just a temporary thing, I'd say, while we don't have a proper neo-supporting CLI tool.