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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,15 +101,15 @@ You can find the tests in the ``e2e-tests`` directory.
101
101
To save time on tests execution during development, we recommend running general and consistency tests for a sharded cluster:
102
102
103
103
```sh
104
-
$ MONGODB_VERSION=5.0 ./run-sharded
104
+
$ MONGODB_VERSION=8.0 ./run-sharded
105
105
```
106
106
107
-
``$ MONGODB_VERSION`` stands for the Percona Server for MongoDB version Percona Backup for MongoDB is running with. Default is 5.0.
107
+
``$ MONGODB_VERSION`` stands for the Percona Server for MongoDB version Percona Backup for MongoDB is running with. Default is 8.0.
108
108
109
109
After the development is complete and you are ready to submit a pull request, run all tests using the following command:
110
110
111
111
```sh
112
-
$ MONGODB_VERSION=5.0 ./run-all
112
+
$ MONGODB_VERSION=8.0 ./run-all
113
113
```
114
114
115
115
You can run tests on your local machine with whatever operating system you have. After you submit the pull request, we will check your patch on multiple operating systems.
0 commit comments