diff options
| author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-02-19 10:19:58 -0500 |
|---|---|---|
| committer | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2016-02-26 17:08:46 -0500 |
| commit | a05603efcb16934a39a4dabaacdc4dd15fb3364c (patch) | |
| tree | 90bcc4e1af9576b30d2743f5524c8f4701b4b9ca /test | |
| parent | a8800cf352f1efd5f442764a151586d1701dc9a2 (diff) | |
TOOLS-1077 PPC64LE Buildershow
Diffstat (limited to 'test')
7 files changed, 14 insertions, 0 deletions
diff --git a/test/qa-tests/jstests/restore/24_to_28.js b/test/qa-tests/jstests/restore/24_to_28.js index 570da394c5f..d818b605393 100644 --- a/test/qa-tests/jstests/restore/24_to_28.js +++ b/test/qa-tests/jstests/restore/24_to_28.js @@ -1,3 +1,5 @@ +// This test requires mongo 2.4.x, and mongo 3.0.0 releases +// @tags: [requires_mongo_24, requires_mongo_30] (function() { load("jstests/configs/standard_dump_targets.config.js"); diff --git a/test/qa-tests/jstests/restore/26_to_28.js b/test/qa-tests/jstests/restore/26_to_28.js index f6194f804ef..4836e625c21 100644 --- a/test/qa-tests/jstests/restore/26_to_28.js +++ b/test/qa-tests/jstests/restore/26_to_28.js @@ -1,3 +1,5 @@ +// This test requires mongo 2.6.x, and mongo 3.0.0 releases +// @tags: [requires_mongo_26, requires_mongo_30] (function() { load("jstests/configs/standard_dump_targets.config.js"); diff --git a/test/qa-tests/jstests/restore/28_to_26.js b/test/qa-tests/jstests/restore/28_to_26.js index 1461ab02b47..a63862dc071 100644 --- a/test/qa-tests/jstests/restore/28_to_26.js +++ b/test/qa-tests/jstests/restore/28_to_26.js @@ -1,3 +1,5 @@ +// This test requires mongo 2.6.x, and mongo 3.0.0 releases +// @tags: [requires_mongo_26, requires_mongo_30] (function() { diff --git a/test/qa-tests/jstests/restore/conflicting_auth_schema_version.js b/test/qa-tests/jstests/restore/conflicting_auth_schema_version.js index 6582780b68a..6c3b293e37a 100644 --- a/test/qa-tests/jstests/restore/conflicting_auth_schema_version.js +++ b/test/qa-tests/jstests/restore/conflicting_auth_schema_version.js @@ -1,3 +1,5 @@ +// This test requires mongo 2.6.x releases +// @tags: [requires_mongo_26] (function() { load("jstests/configs/standard_dump_targets.config.js"); diff --git a/test/qa-tests/jstests/restore/users_and_roles_26_to_28_to_26.js b/test/qa-tests/jstests/restore/users_and_roles_26_to_28_to_26.js index 03bc94d03b7..c0c9f84de36 100644 --- a/test/qa-tests/jstests/restore/users_and_roles_26_to_28_to_26.js +++ b/test/qa-tests/jstests/restore/users_and_roles_26_to_28_to_26.js @@ -1,3 +1,5 @@ +// This test requires mongo 2.6.x, and mongo 3.0.0 releases +// @tags: [requires_mongo_26, requires_mongo_30] (function() { load("jstests/configs/standard_dump_targets.config.js"); diff --git a/test/qa-tests/jstests/restore/users_and_roles_28_to_26.js b/test/qa-tests/jstests/restore/users_and_roles_28_to_26.js index c278ab877c2..165054f0387 100644 --- a/test/qa-tests/jstests/restore/users_and_roles_28_to_26.js +++ b/test/qa-tests/jstests/restore/users_and_roles_28_to_26.js @@ -1,3 +1,5 @@ +// This test requires mongo 2.6.x, and mongo 3.0.0 releases +// @tags: [requires_mongo_26, requires_mongo_30] (function() { load("jstests/configs/standard_dump_targets.config.js"); diff --git a/test/qa-tests/jstests/restore/users_and_roles_full_dump.js b/test/qa-tests/jstests/restore/users_and_roles_full_dump.js index de38fd9f6ee..c8321faa4c2 100644 --- a/test/qa-tests/jstests/restore/users_and_roles_full_dump.js +++ b/test/qa-tests/jstests/restore/users_and_roles_full_dump.js @@ -1,3 +1,5 @@ +// This test requires mongo 2.6.x releases +// @tags: [requires_mongo_26] (function() { // Tests running mongorestore with --restoreDbUsersAndRoles against |
