Skip to content

Running tests on different ports

Omar Qunsul requested to merge running-tests-on-different-ports into main

When running tests on Topology Service locally, the server starts on the same default ports as the Topology Service in GDK, which requires us to stop the GDK Topology Service to run the tests using gdk stop topology-service.

With this change, we are running the tests on different ports by default.

To validate:

  1. Make sure your Topology Service in GDK is up and running gdk set gitlab_topology_service.enabled true. gdk reconfigure. gdk start gitlab-topology-service.
  2. In Topology Service, gdk/gitlab-topology-service. Run make test. It should work without problems.

Merge request reports

Loading