From 9713b6260c1898eb210da8597766faab94a40420 Mon Sep 17 00:00:00 2001 From: jannaerin Date: Tue, 19 Feb 2019 11:20:25 -0500 Subject: SERVER-39630 Allow updates to the shard key value only when the document will not change shards --- jstests/sharding/update_immutable_fields.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jstests/sharding/update_immutable_fields.js') diff --git a/jstests/sharding/update_immutable_fields.js b/jstests/sharding/update_immutable_fields.js index b2a422a98cb..5e81d075c37 100644 --- a/jstests/sharding/update_immutable_fields.js +++ b/jstests/sharding/update_immutable_fields.js @@ -1,4 +1,4 @@ -// Tests that updates can't change immutable fields (used in sharded system) +// Tests that save style updates correctly change immutable fields (function() { 'use strict'; -- cgit v1.2.1