Skip to content

Running Graph Fetch tests from the Pure Light IDE

Ephrim Stanley edited this page May 31, 2022 · 1 revision

1 Start a Engine Test server

org.finos.legend.engine.server.test.shared.TestServer

2 Start Metadata server

org.finos.legend.engine.server.test.shared.TestMetaDataServer

3 Start Light IDE with these args

-Dlegend.test.server.host=127.0.0.1
-Dlegend.test.server.port=6060
-Dlegend.test.clientVersion=vX_X_X
-Dlegend.test.serverVersion=v1
-Dalloy.test.server.host=127.0.0.1
-Dalloy.test.server.port=6060
-Dalloy.test.clientVersion=vX_X_X
-Dalloy.test.serverVersion=v1

H2 Database

Make sure the H2 server started by the test server is listening on the same port as what is specified in the TestServer's relational execution configuration

Clone this wiki locally