feat: update tests

feat: update tests

feat: update tests
This commit is contained in:
2023-05-30 16:12:00 +02:00
parent d6d4f6e5c4
commit 0d60b8bfad
87 changed files with 1021 additions and 823 deletions

View File

@@ -1,7 +1,9 @@
<<<<<<<< HEAD:README.md
# Open StApps Monorepo
========
# Database docker image
[![pipeline status](https://img.shields.io/gitlab/pipeline/openstapps/database.svg?style=flat-square)](https://gitlab.com/openstapps/database/commits/main)
[![license)](https://img.shields.io/badge/license-GPL--3.0--only-lightgrey.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)
@@ -14,6 +16,7 @@ Additionally the [ICU Analysis Plugin](https://www.elastic.co/guide/en/elasticse
installed to provide unicode collation which is used for sorting.
## Usage for testing purposes:
Run it with this command: `docker run -d -p 9200:9200 registry.gitlab.com/openstapps/database:master`
Currently there is an issue with elasticsearch and java on linux machines that temporarly can be solved by running:
@@ -21,6 +24,5 @@ Currently there is an issue with elasticsearch and java on linux machines that t
To set it permanently, you will have to add it to `/etc/sysctl.conf` on machines that run systemd as a init deamon.
## For production use:
Please set `vm.max_map_count=262144` permanently. It is explained [here](https://www.elastic.co/guide/en/elasticsearch/reference/8.4/docker.html#docker-prod-prerequisites)
>>>>>>>> database/main:backend/database/README.md
Please set `vm.max_map_count=262144` permanently. It is explained [here](https://www.elastic.co/guide/en/elasticsearch/reference/8.4/docker.html#docker-prod-prerequisites)