### Describe the bug We need to stop the daemon first to make sure the integration test can test. We might just need to document this. ``` ./gradlew --stop ``` ### To Reproduce To run Polaris server locally ``` ./gradlew run ``` To trigger regression test in another terminal ``` ./gradlew check ```