-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core: make TestFastVsFullChains_RemoteFreezer to handle external rpc …
…endpoint - Install configurable env var GETH_ANCIENT_RPC to allow user to define an external endpoint handled by an independent freezer server instance. This can be a socket, http, ws, or stdio. Note that since the AncientStore API doesn't have a reset-button, running multiple tests against the same freezer instance may have negative outcomes, since the data stores will not represent consistent collection (chains). If no external freezer is configured, the default will create an ephemeral memory-packed freezer server and connect to it over a temporary IPC socket. Signed-off-by: meows <b5c6@protonmail.com>
- Loading branch information
Showing
1 changed file
with
99 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters