-
Notifications
You must be signed in to change notification settings - Fork 209
Running Graph Fetch tests from the Pure Light IDE
Ephrim Stanley edited this page May 31, 2022
·
1 revision
org.finos.legend.engine.server.test.shared.TestServer
org.finos.legend.engine.server.test.shared.TestMetaDataServer
-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
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
- For Legend Users
- For Legend Maintainers