summaryrefslogtreecommitdiff
path: root/test/integration/targets/mongodb_replicaset
Commit message (Collapse)AuthorAgeFilesLines
* Migrated to community.mongoAnsible Core Team2020-03-237-657/+0
|
* Testing: Add support for AIX platform (#65802)Yanis Guenane2020-01-291-0/+1
|
* Arbiter change and test additions (#59883)Rhys Campbell2020-01-221-0/+44
|
* mongodb_replicaset/test: properly kill the nodesGonéri Le Bouder2019-09-192-2/+1
| | | | | | | | | The `pids` module returns the list of the PID in a `pids` key. This change ensures we correctly wait for the end of the previous mongod instances before we start the next ones. In addition, we remove an unnecessary `ignore_errors`.
* Do not install requests[security] for MongoDB tests (#60083)Sam Doran2019-08-051-1/+0
| | | | | Cleanup packages installed via pip for MongoDB tests ci_complete
* Disable mongodb_shard and mongodb_replicaset testsSam Doran2019-08-011-0/+1
| | | | They are causing failures when run as part of the entire group shippable/posix/group1/
* Integeration tests for mongodb_shard and mongodb_replicaset modules (#53900)Rhys Campbell2019-07-317-0/+613