nosql/SOURCES
nosqlbuilder_pel7x64builder0 a29f03f796 etcd add missing source files
Signed-off-by: nosqlbuilder_pel7x64builder0 <nosqlbuilder@powerel.org>
2020-09-24 18:51:58 +02:00
..
0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch redis update to 6.0.5 2020-06-12 16:40:57 +02:00
0002-install-redis-check-rdb-as-a-symlink-instead-of-dupl.patch redis update to 6.0.5 2020-06-12 16:40:57 +02:00
0003-Notify-systemd-on-sentinel-startup.patch redis update to 6.0.5 2020-06-12 16:40:57 +02:00
32bit-support.patch mongodb package update 2020-06-12 16:40:04 +02:00
README.txt mongodb package update 2020-06-12 16:40:04 +02:00
etcd.conf etcd add missing source files 2020-09-24 18:51:58 +02:00
etcd.service etcd add missing source files 2020-09-24 18:51:58 +02:00
inconsistent-tabs.patch mongodb package update 2020-06-12 16:40:04 +02:00
macros.redis redis add missing source files 2018-10-28 15:01:50 +01:00
mongod.conf mongodb package update 2020-06-12 16:40:04 +02:00
mongod.init mongodb package update 2020-06-12 16:40:04 +02:00
mongod.service mongodb package update 2020-06-12 16:40:04 +02:00
mongod.sysconf mongodb package update 2020-06-12 16:40:04 +02:00
mongodb-tmpfile mongodb package update 2020-06-12 16:40:04 +02:00
mongodb.logrotate mongodb package update 2020-06-12 16:40:04 +02:00
mongos.conf mongodb package update 2020-06-12 16:40:04 +02:00
mongos.init mongodb package update 2020-06-12 16:40:04 +02:00
mongos.service mongodb package update 2020-06-12 16:40:04 +02:00
mongos.sysconf mongodb package update 2020-06-12 16:40:04 +02:00
ppc64-arm-i386-mozjs-code.patch mongodb package update 2020-06-12 16:40:04 +02:00
ppc64.patch mongodb package update 2020-06-12 16:40:04 +02:00
python3-buildscripts-tests.patch mongodb package update 2020-06-12 16:40:04 +02:00
redis-limit-init redis add missing source files 2018-10-28 15:01:50 +01:00
redis-limit-systemd redis downgrade to 5.0.8 2020-06-12 18:47:32 +02:00
redis-sentinel.init redis add missing source files 2018-10-28 15:01:50 +01:00
redis-sentinel.service redis downgrade to 5.0.8 2020-06-12 18:47:32 +02:00
redis-shutdown redis add missing source files 2018-10-28 15:01:50 +01:00
redis.init redis add more missing sources 2018-10-28 15:03:11 +01:00
redis.logrotate redis add missing source files 2018-10-28 15:01:50 +01:00
redis.service redis downgrade to 5.0.8 2020-06-12 18:47:32 +02:00

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).