You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nosqlbuilder_pel7x64builder0 a29f03f796 etcd add missing source files 4 years ago
..
0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch redis update to 6.0.5 4 years ago
0002-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch redis update to 6.0.5 4 years ago
0003-Notify-systemd-on-sentinel-startup.patch redis update to 6.0.5 4 years ago
32bit-support.patch mongodb package update 4 years ago
README.txt mongodb package update 4 years ago
etcd.conf etcd add missing source files 4 years ago
etcd.service etcd add missing source files 4 years ago
inconsistent-tabs.patch mongodb package update 4 years ago
macros.redis redis add missing source files 6 years ago
mongod.conf mongodb package update 4 years ago
mongod.init mongodb package update 4 years ago
mongod.service mongodb package update 4 years ago
mongod.sysconf mongodb package update 4 years ago
mongodb-tmpfile mongodb package update 4 years ago
mongodb.logrotate mongodb package update 4 years ago
mongos.conf mongodb package update 4 years ago
mongos.init mongodb package update 4 years ago
mongos.service mongodb package update 4 years ago
mongos.sysconf mongodb package update 4 years ago
ppc64-arm-i386-mozjs-code.patch mongodb package update 4 years ago
ppc64.patch mongodb package update 4 years ago
python3-buildscripts-tests.patch mongodb package update 4 years ago
redis-limit-init redis add missing source files 6 years ago
redis-limit-systemd redis downgrade to 5.0.8 4 years ago
redis-sentinel.init redis add missing source files 6 years ago
redis-sentinel.service redis downgrade to 5.0.8 4 years ago
redis-shutdown redis add missing source files 6 years ago
redis.init redis add more missing sources 6 years ago
redis.logrotate redis add missing source files 6 years ago
redis.service redis downgrade to 5.0.8 4 years ago

README.txt

This directory contains a test suite for the mongoDB daemon. To run the 
core JavaScripts tests, execute "./resmoke.py --suites core" in this
directory.

For use in Red Hat distributions, you should run the script as user
mongodb, who is created with nologin shell however, so the best bet is
something like:
$ su -
# cd /usr/share/mongodb-test
# su -s /bin/bash mongodb -c "./resmoke.py --suites core"

This will use the installed mongodb executables, but will run a private
copy of the server process (using data files within
/usr/share/mongodb-test/var/), so you need not start the mongod service
beforehand.

To clean up afterwards, remove the created "var/*" subdirectories, eg
# su -s /bin/bash - mongodb -c "rm -rf /usr/share/mongodb-test/var/*"

If one or more tests fail on your system, please read the following
manual section for instructions on how to report the problem:

http://www.mongodb.org/about/contributors/tutorial/submit-bug-reports/

MongoDB offers several test suites. To get list of provided test suites
run "./resmoke.py -l".

If you want to run a specific test, simply add path to JavaSctipt file
from /usr/share/mongodb-test/jstests/ you want to run to the option to
resmoke.py. It is also possible to specify more files. For example to
run jstests/disk/*.js files execute "./resmoke.py jstests/disk/*.js"

If you want to use some specific storage engine for mongod server you
have to specify --storageEngine option. Actualy there are two stable
storage engines: mmapv1 and wiredTiger (x86_64 only).

For more options run "./resmoke.py --help".


In Red Hat distributions use this syntax:
$ su -
# cd /usr/share/mongodb-test
# su -s /bin/bash mongodb -c "./resmoke.py OPTIONS"

More info about mongoDB testing:
http://www.mongodb.org/about/contributors/tutorial/test-the-mongodb-server/



Notes:

- ARM architecture is not fully supported -
https://jira.mongodb.org/browse/SERVER-1811

- This subpackage does not contain dbtest binary (it is going to be
deprecated).