=== RUN TestMongoDumpValidateOptions With a MongoDump instance we cannot dump a collection when a database specified ✔✔ we have to specify a collection name if using a query ✔✔  4 assertions thus far --- PASS: TestMongoDumpValidateOptions (0.00s) === RUN TestMongoDumpKerberos --- SKIP: TestMongoDumpKerberos (0.00s) === RUN TestMongoDumpBSON With a MongoDump instance ✔ testing that using MongoDump WITHOUT giving a query dumps everything in the database and/or collection and that for a particular collection ✔ it dumps to the default output directory ✔✔✔✔✔✔✔✘✔✔✔ it dumps to a user-specified output directory ✔✔✔✔✔✔✔✔✔✔ it dumps to standard output ✔✔✔✔✔ for an entire database ✔ that exists. The dumped directory should contain the necessary bson files ✔✔✔✔✔✔✔✔✔✔ that does not exist. The dumped directory shouldn't be created ✔✔✔✔✔✔ testing that using MongoDump WITH a query dumps a subset of documents in a database and/or collection ✔✔✔ using --query for all the collections in the database ✔✔✔✔✔✔✔✔✔✔✔✔✘✔✔✔✔✔ using --queryFile for all the collections in the database ✔✔✔✔✔✔✔✔✔✔✔✔✘✔  Failures: * /root/deepali/mongo-tools/mongodump/mongodump_test.go Line 380: Expected: '1' Actual: '3' (Should be equal) * /root/deepali/mongo-tools/mongodump/mongodump_test.go Line 270: Expected: '20' Actual: '10' (Should be equal) * /root/deepali/mongo-tools/mongodump/mongodump_test.go Line 270: Expected: '30' Actual: '10' (Should be equal)  84 assertions thus far --- FAIL: TestMongoDumpBSON (0.44s) === RUN TestMongoDumpMetaData With a MongoDump instance ✔ testing that the dumped directory contains information about indexes ✔✔✔✔✔✘✔  Failures: * /root/deepali/mongo-tools/mongodump/mongodump_test.go Line 577: Expected: true Actual: false  92 assertions thus far --- FAIL: TestMongoDumpMetaData (0.05s) === RUN TestSkipCollection With a mongodump that excludes collections 'test' and 'fake' and excludes prefixes 'pre-' and 'no' collection 'pre-test' should be skipped ✔ collection 'notest' should be skipped ✔ collection 'test' should be skipped ✔ collection 'fake' should be skipped ✔ collection 'fake222' should not be skipped ✔ collection 'random' should not be skipped ✔ collection 'mytest' should not be skipped ✔  99 assertions thus far --- PASS: TestSkipCollection (0.00s) FAIL exit status 1 FAIL _/root/deepali/mongo-tools/mongodump 0.497s