Skip to content

Commit

Permalink
SOLR-16976 Add BATS test to start solr with remote JMX enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
szhou1998 committed Sep 10, 2024
1 parent 5952738 commit 6512164
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions solr/packaging/test/test_start_solr.bats
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,10 @@ teardown() {
solr assert --started http://localhost:${SOLR_PORT} --timeout 5000

}

@test "SOLR-16976 solr starts with remote JMX enabled" {
export ENABLE_REMOTE_JMX_OPTS=true

solr start
solr assert --started http://localhost:${SOLR_PORT} --timeout 5000
}

0 comments on commit 6512164

Please sign in to comment.