swarm icon indicating copy to clipboard operation
swarm copied to clipboard

Implementing Swap flag testing

Open santicomp2014 opened this issue 5 years ago • 0 comments

Swap flags should be tested for correctness.

A posible solution would be to use create a new test under config_test.go and spawn a new instance of swarm with the flags under test.

This is a reference implementation

The current approach does not work when swap is enable.

Fatal: Error starting protocol stack: connecting to Ethereum API, url bzzd.ipc: dial unix bzzd.ipc: connect: no such file or directory

A better approach should be found.

santicomp2014 avatar Mar 04 '20 15:03 santicomp2014