Skip to content

Commit

Permalink
Display cloud test output instead of solr/zk output
Browse files Browse the repository at this point in the history
  • Loading branch information
mausch committed Sep 16, 2021
1 parent f4d0275 commit 4a67388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions cloud-tests-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ services:
image: solr:${SOLR_VERSION}
container_name: solr
network_mode: host
# logging:
# driver: none
logging:
driver: none
environment:
ZK_HOST: localhost:9983
# https://issues.apache.org/jira/browse/SOLR-15139?focusedCommentId=17279628&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-17279628
Expand All @@ -16,8 +16,8 @@ services:
image: zookeeper:3.6.3
container_name: zoo
network_mode: host
# logging:
# driver: none
logging:
driver: none
environment:
ZOO_MY_ID: 1
ZOO_SERVERS: server.1=zoo:2888:3888;9983
Expand Down
2 changes: 1 addition & 1 deletion cloud_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ run_tests() {
done

echo -e "\n\rRunning integration tests..."
dotnet test SolrNet.Cloud.Tests --filter 'Category=Integration' 1>$output 2>$output
dotnet test SolrNet.Cloud.Tests --filter 'Category=Integration'
ret=$?

echo -e "\n\rStopping Solr..."
Expand Down

0 comments on commit 4a67388

Please sign in to comment.