You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently does not check if the instance is in a correct state and just resets all values, see [#662](https://github.com/typegoose/mongodb-memory-server/issues/662).
Copy file name to clipboardExpand all lines: docs/guides/integration-examples/docker.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ This Guide will show how `mongodb-memory-server` can be used with Docker & docke
7
7
8
8
## Important Notes before Starting
9
9
10
-
:::caution
10
+
:::warning
11
11
It is common that images like `node:16-alpine` are used, which will not work with this package, because mongodb does not provide binaries for Alpine yet.
12
12
It is recommended to switch to images like `node:16` (or `node:16-buster`) for Debian builds.
13
13
14
14
See [No Build available for Alpine Linux](../known-issues.md#no-build-available-for-alpine-linux).
15
15
:::
16
16
17
-
:::caution
17
+
:::warning
18
18
Docker Debian builds (at least with `debian:11`), extra packages have to be installed:
Copy file name to clipboardExpand all lines: docs/guides/integration-examples/test-runners.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,7 +94,7 @@ afterAll(async () => {
94
94
});
95
95
```
96
96
97
-
:::caution
97
+
:::warning
98
98
It is very important to limit the spawned number of Jest workers on machines that have many cores, because otherwise the tests may run slower than with fewer workers, because the database instance(s) may be hit very hard.
99
99
Use either [`--maxWorkers 4`](https://jestjs.io/docs/configuration#maxworkers-number--string) or [`--runInBand`](https://jestjs.io/docs/cli#--runinband) to limit the workers.
Copy file name to clipboardExpand all lines: docs/guides/migration/migrate10.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: 'Migrate to version 10.0.0'
5
5
6
6
Here are the Important changes made for 10.0.0
7
7
8
-
:::caution Important, Read this first
8
+
:::warning Important, Read this first
9
9
This Guide is written for migration from version `9.4.1` to `10.0.0`, for versions `>10.0.0 <11.0.0`, please consult the [CHANGELOG](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md)
Copy file name to clipboardExpand all lines: docs/guides/migration/migrate7.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: 'Migrate to version 7.0.0'
5
5
6
6
Here are the Important changes made for 7.0.0
7
7
8
-
:::caution Important, Read this first
8
+
:::warning Important, Read this first
9
9
This Guide is written for migration from version `6.9.6` to `7.0.0`, for versions `>7.0.0 <8.0.0`, please consult the [CHANGELOG](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md)
Copy file name to clipboardExpand all lines: docs/guides/migration/migrate8.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: 'Migrate to version 8.0.0'
5
5
6
6
Here are the Important changes made for 8.0.0
7
7
8
-
:::caution Important, Read this first
8
+
:::warning Important, Read this first
9
9
This Guide is written for migration from version `7.6.0` to `8.0.0`, for versions `>8.0.0 <9.0.0`, please consult the [CHANGELOG](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md)
Copy file name to clipboardExpand all lines: docs/guides/migration/migrate9.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: 'Migrate to version 9.0.0'
5
5
6
6
Here are the Important changes made for 9.0.0
7
7
8
-
:::caution Important, Read this first
8
+
:::warning Important, Read this first
9
9
This Guide is written for migration from version `8.16.0` to `9.0.0`, for versions `>9.0.0 <10.0.0`, please consult the [CHANGELOG](https://github.com/typegoose/mongodb-memory-server/blob/master/CHANGELOG.md)
0 commit comments