go test -v -test.types=integration === RUN TestMongoDumpValidateOptions --- SKIP: 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 ????????? for an entire database ? that exists. The dumped directory should contain the necessary bson files ?????????? that does not exist. The dumped directory shouldn't contain any bson files ????????? testing that using MongoDump WITH a query dumps a subset of documents in a database and/or collection ??? for all the collections in the database ?????????????? Failures: * /root/deepali/packages/mongo-tools/mongodump/mongodump_test.go Line 340: Expected: '1' Actual: '3' (Should be equal) * /root/deepali/packages/mongo-tools/mongodump/mongodump_test.go Line 501: Expected: '100' Actual: '10' (Should be equal) 59 assertions thus far --- FAIL: TestMongoDumpBSON (1.04s) === RUN TestMongoDumpMetaData With a MongoDump instance ? testing that the dumped directory contains information about indexes ??????? Failures: * /root/deepali/packages/mongo-tools/mongodump/mongodump_test.go Line 544: Expected: true Actual: false 67 assertions thus far --- FAIL: TestMongoDumpMetaData (0.17s) === RUN TestSkipCollection --- SKIP: TestSkipCollection (0.00s) FAIL exit status 1 FAIL _/root/deepali/packages/mongo-tools/mongodump 1.213s