summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2023-04-26 17:50:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-26 19:19:19 +0000
commit49395d449c33b1201fb57f4a4f2aca8278c36a5b (patch)
tree36cbeba156e0ef557a0430d5c5d896cf9140fc1a /jstests/noPassthroughWithMongod
parent1524074b3f8eca426596a07271d88b94cc0094e6 (diff)
downloadmongo-49395d449c33b1201fb57f4a4f2aca8278c36a5b.tar.gz
SERVER-72867 eol-terminate all nonempty text files
Diffstat (limited to 'jstests/noPassthroughWithMongod')
-rw-r--r--jstests/noPassthroughWithMongod/clone_collection_as_capped_no_conflicts.js2
-rw-r--r--jstests/noPassthroughWithMongod/collMod_no_conflicts.js2
-rw-r--r--jstests/noPassthroughWithMongod/convert_to_capped_no_conflicts.js2
-rw-r--r--jstests/noPassthroughWithMongod/cursor_server_status_metrics_lifespan_histogram.js2
-rw-r--r--jstests/noPassthroughWithMongod/findAndModify_upsert_no_conflicts.js2
-rw-r--r--jstests/noPassthroughWithMongod/reindex_duplicate_keys.js2
-rw-r--r--jstests/noPassthroughWithMongod/tcmalloc.js2
-rw-r--r--jstests/noPassthroughWithMongod/ttl_index_capped_collection_fails.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_bson_types.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_minmax.js2
-rw-r--r--jstests/noPassthroughWithMongod/validate_timeseries_version.js2
12 files changed, 12 insertions, 12 deletions
diff --git a/jstests/noPassthroughWithMongod/clone_collection_as_capped_no_conflicts.js b/jstests/noPassthroughWithMongod/clone_collection_as_capped_no_conflicts.js
index b1deedfa1d0..d9dc81356a3 100644
--- a/jstests/noPassthroughWithMongod/clone_collection_as_capped_no_conflicts.js
+++ b/jstests/noPassthroughWithMongod/clone_collection_as_capped_no_conflicts.js
@@ -41,4 +41,4 @@ assert.eq(toColl.count(), 1);
// Interrupt the sleep command.
assert.commandWorked(testDB.getSiblingDB("admin").killOp(sleepID));
sleepCommand();
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/collMod_no_conflicts.js b/jstests/noPassthroughWithMongod/collMod_no_conflicts.js
index 130582d2f61..fe8b4edcad8 100644
--- a/jstests/noPassthroughWithMongod/collMod_no_conflicts.js
+++ b/jstests/noPassthroughWithMongod/collMod_no_conflicts.js
@@ -39,4 +39,4 @@ assert.eq(res[0].options.pipeline, collModPipeline);
// Interrupt the sleep command.
assert.commandWorked(testDB.getSiblingDB("admin").killOp(sleepID));
sleepCommand();
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/convert_to_capped_no_conflicts.js b/jstests/noPassthroughWithMongod/convert_to_capped_no_conflicts.js
index f037b0075ee..1d97d5d5954 100644
--- a/jstests/noPassthroughWithMongod/convert_to_capped_no_conflicts.js
+++ b/jstests/noPassthroughWithMongod/convert_to_capped_no_conflicts.js
@@ -35,4 +35,4 @@ assert(testColl.isCapped());
// Interrupt the sleep command.
assert.commandWorked(testDB.getSiblingDB("admin").killOp(sleepID));
sleepCommand();
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/cursor_server_status_metrics_lifespan_histogram.js b/jstests/noPassthroughWithMongod/cursor_server_status_metrics_lifespan_histogram.js
index b80ce4dcc0f..4467e6afe10 100644
--- a/jstests/noPassthroughWithMongod/cursor_server_status_metrics_lifespan_histogram.js
+++ b/jstests/noPassthroughWithMongod/cursor_server_status_metrics_lifespan_histogram.js
@@ -82,4 +82,4 @@ while (cursorLt10Minutes.hasNext()) {
cursorLt10Minutes.next();
}
assert.eq(getNumCursorsLessThan10Minutes() - initialNumCursorsLt10m, 1);
-}()); \ No newline at end of file
+}());
diff --git a/jstests/noPassthroughWithMongod/findAndModify_upsert_no_conflicts.js b/jstests/noPassthroughWithMongod/findAndModify_upsert_no_conflicts.js
index 4c9e8370558..fdd202f5065 100644
--- a/jstests/noPassthroughWithMongod/findAndModify_upsert_no_conflicts.js
+++ b/jstests/noPassthroughWithMongod/findAndModify_upsert_no_conflicts.js
@@ -47,4 +47,4 @@ assert.eq(testDB[collName].find(updateDoc).toArray().length, 1);
// Interrupt the sleep command.
assert.commandWorked(testDB.getSiblingDB("admin").killOp(sleepID));
sleepCommand();
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/reindex_duplicate_keys.js b/jstests/noPassthroughWithMongod/reindex_duplicate_keys.js
index aa4a363a72a..58370576a14 100644
--- a/jstests/noPassthroughWithMongod/reindex_duplicate_keys.js
+++ b/jstests/noPassthroughWithMongod/reindex_duplicate_keys.js
@@ -43,4 +43,4 @@ let runTest = function(doc) {
runTest();
runTest({a: 1});
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/tcmalloc.js b/jstests/noPassthroughWithMongod/tcmalloc.js
index e69850fc8e0..81b8aaec186 100644
--- a/jstests/noPassthroughWithMongod/tcmalloc.js
+++ b/jstests/noPassthroughWithMongod/tcmalloc.js
@@ -20,4 +20,4 @@ if (hasTcSetParameter()) {
assert.commandFailed(db.adminCommand({setParameter: 1, tcmallocReleaseRate: -1.0}));
assert.commandFailed(db.adminCommand({setParameter: 1, tcmallocReleaseRate: "foo"}));
}
-}()); \ No newline at end of file
+}());
diff --git a/jstests/noPassthroughWithMongod/ttl_index_capped_collection_fails.js b/jstests/noPassthroughWithMongod/ttl_index_capped_collection_fails.js
index 18ce357341f..7f25bad57a4 100644
--- a/jstests/noPassthroughWithMongod/ttl_index_capped_collection_fails.js
+++ b/jstests/noPassthroughWithMongod/ttl_index_capped_collection_fails.js
@@ -19,4 +19,4 @@ assert.commandWorked(db.createCollection(cappedColl.getName(), {capped: true, si
assert.commandWorked(cappedColl.createIndex({foo: 1}));
assert.commandFailedWithCode(cappedColl.createIndex({bar: 1}, {expireAfterSeconds: 10}),
ErrorCodes.CannotCreateIndex);
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/validate_bson_types.js b/jstests/noPassthroughWithMongod/validate_bson_types.js
index ffcdd80306d..82894b66ea0 100644
--- a/jstests/noPassthroughWithMongod/validate_bson_types.js
+++ b/jstests/noPassthroughWithMongod/validate_bson_types.js
@@ -30,4 +30,4 @@ assert.commandWorked(coll.insert({s: MinKey()}));
assert.commandWorked(coll.insert({t: MaxKey()})); // MaxKey
assert.commandWorked(coll.validate({checkBSONConformance: true}));
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js b/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js
index 1136b8dcc5f..d53f28218e6 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_data_indexes.js
@@ -114,4 +114,4 @@ res = assert.commandWorked(coll.validate());
assert(res.valid, tojson(res));
assert(res.warnings.length == 1, tojson(res));
assert(res.nNonCompliantDocuments == 1, tojson(res));
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js b/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js
index d2587e5ea49..46d0151ebe0 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_minmax.js
@@ -288,4 +288,4 @@ res = bucket.validate();
assert(res.valid, tojson(res));
assert.eq(res.nNonCompliantDocuments, 0);
assert.eq(res.warnings.length, 0);
-})(); \ No newline at end of file
+})();
diff --git a/jstests/noPassthroughWithMongod/validate_timeseries_version.js b/jstests/noPassthroughWithMongod/validate_timeseries_version.js
index 2b4d9af7d03..ce95a2dfdac 100644
--- a/jstests/noPassthroughWithMongod/validate_timeseries_version.js
+++ b/jstests/noPassthroughWithMongod/validate_timeseries_version.js
@@ -119,4 +119,4 @@ res = bucket.validate();
assert(res.valid, tojson(res));
assert.eq(res.nNonCompliantDocuments, 2);
assert.eq(res.warnings.length, 1);
-})(); \ No newline at end of file
+})();