linera-protocol icon indicating copy to clipboard operation
linera-protocol copied to clipboard

Remove hardcoded ports for database tests

Open ma2bd opened this issue 5 months ago • 1 comments

Port values should be taken from environment variables.

ma2bd avatar Jun 15 '25 18:06 ma2bd

You mean, the ones of linera-service/src/cli_wrappers/local_net.rs. We could indeed have a variable OFFSET_TEST_PORT that translates the ports. This would allow running two sets of end-to-end tests on the same machine.

MathieuDutSik avatar Nov 13 '25 18:11 MathieuDutSik