Skip to content

Commit

Permalink
deleting not necessary commits
Browse files Browse the repository at this point in the history
Signed-off-by: Tokesh <[email protected]>
  • Loading branch information
Tokesh committed Aug 22, 2024
1 parent 9edecfc commit 22f6cc8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 21 deletions.
3 changes: 0 additions & 3 deletions .cspell
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ authc
authinfo
authtoken
autocut
autofollow
backendroles
backpressure
beider
Expand Down Expand Up @@ -82,7 +81,6 @@ lucene
Lucene
lycheeverse
marvinpinto
memlock
metaphone
mget
millis
Expand Down Expand Up @@ -182,7 +180,6 @@ tokenfilters
translog
Translog
tubone
ulimits
Undeploys
unigrams
Unmanaged
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Run Tests
run: |
npm run test:spec -- \
--opensearch-insecure --verbose\
--opensearch-insecure \
--opensearch-version=${{ matrix.entry.version }} \
--coverage coverage/test-spec-coverage-${{ matrix.entry.version }}-${{ matrix.entry.tests || 'default' }}.json \
--tests=tests/${{ matrix.entry.tests || 'default' }}
Expand Down
24 changes: 7 additions & 17 deletions tests/snapshot/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
version: '3'

services:
opensearch-node1:
opensearch-cluster:
image: ${OPENSEARCH_DOCKER_HUB_PROJECT:-opensearchproject}/opensearch:${OPENSEARCH_VERSION:-latest}${OPENSEARCH_DOCKER_REF}
container_name: opensearch-node1
environment:
- 'OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD:-myStrongPassword123!}'
- OPENSEARCH_JAVA_OPTS=-Xms512m -Xmx512m
- bootstrap.memory_lock=true
- cluster.initial_master_nodes=opensearch-node1,opensearch-node2
- cluster.name=opensearch-cluster
- discovery.seed_hosts=opensearch-node1,opensearch-node2
- node.name=opensearch-node1
- path.repo=/tmp/opensearch/repo
- plugins.index_state_management.job_interval=1
ulimits:
memlock:
soft: -1
hard: -1
ports:
- 9200:9200
- 9600:9600
- 9600:9600
environment:
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD:-myStrongPassword123!}
- OPENSEARCH_JAVA_OPTS=${OPENSEARCH_JAVA_OPTS}
- discovery.type=single-node
- path.repo=/tmp/opensearch/repo

0 comments on commit 22f6cc8

Please sign in to comment.