SERVER-120045 Tag shard_drain_chunk_size_behavior.js with requires_fcv_83 to prevent multiversion errors (#48404)

GitOrigin-RevId: fecc41659ed652eb44c5bd878b9c95a97b5c8c2a
This commit is contained in:
Kruti Shah 2026-02-23 11:06:50 -05:00 committed by MongoDB Bot
parent 1d41c69a5c
commit 9d070bd74b

View File

@ -4,6 +4,8 @@
* - Unmarked jumbo chunks are marked as jumbo and NOT moved during draining, requiring manual move with `forceJumbo: true`
*
* Regression test for SERVER-76550.
*
* @tags: [requires_fcv_83]
*/
import {ShardingTest} from "jstests/libs/shardingtest.js";