Skip to content

Commit

Permalink
Merge pull request #4384 from gsmet/fix-minor-wording
Browse files Browse the repository at this point in the history
Fix minor wording issues in integration tests README.md
  • Loading branch information
stuartwdouglas authored Oct 5, 2019
2 parents 1b796f3 + 9e1ea59 commit 655f369
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions integration-tests/hibernate-search-elasticsearch/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Hibernate Search example with ElasticSearch
# Hibernate Search example with Elasticsearch

## Running the tests

By default, the tests of this module are disabled.

To run the tests in a standard JVM with ElasticSearch started in the JVM, you can run the following command:
To run the tests in a standard JVM with Elasticsearch started in the JVM, you can run the following command:

```
mvn clean install -Dtest-elasticsearch
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/reactive-mysql-client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

By default, the tests of this module are disabled.

To run the tests in a standard JVM with MySQL started as a Docker container, you can run the following command:
To run the tests in a standard JVM with MariaDB started as a Docker container, you can run the following command:

```
mvn clean install -Dtest-mariadb -Ddocker
Expand All @@ -16,7 +16,7 @@ Additionally, you can generate a native image and run the tests for this native
mvn clean install -Dtest-mariadb -Ddocker -Dnative
```

If you don't want to run MySQL as a Docker container, you can start your own MySQL server. It needs to listen on the default port and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.
If you don't want to run MariaDB as a Docker container, you can start your own MariaDB or MySQL server. It needs to listen on the default port and have a database called `hibernate_orm_test` accessible to the user `hibernate_orm_test` with the password `hibernate_orm_test`.

You can then run the tests as follows (either with `-Dnative` or not):

Expand Down

0 comments on commit 655f369

Please sign in to comment.