[SERVER-68560] Re-enable serverless tests that are currently marked temporarily disabled Created: 04/Aug/22  Updated: 29/Oct/23  Resolved: 18/Aug/22

Status: Closed
Project: Core Server
Component/s: None
Affects Version/s: None
Fix Version/s: 6.1.0-rc0

Type: Task Priority: Major - P3
Reporter: Jason Chan Assignee: Christopher Caplinger
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
Related
is related to SERVER-67791 Tests are wrongly being excluded from... Closed
Backwards Compatibility: Fully Compatible
Sprint: Server Serverless 2022-08-22
Participants:

 Description   

SERVER-67791 fixed an issue where the `requires_fcv_` tags were incorrectly still disabling tests from running even though we are currently developing 6.1. As part of that fix, several tests were marked with TEMPORARILY_DISABLED since running them resulted in failures. This ticket is to investigate whether the tests listed need to be updated to use requires_fcv_61 or there is a real multiversion bug:

  • jstests/replsets/shard_merge_enabled.js
  • jstests/replsets/shard_merge_invalid_options.js
  • jstests/replsets/tenant_migration_advance_stable_ts_after_clone.js
  • jstests/replsets/tenant_migration_buildindex_shard_merge.js
  • jstests/replsets/tenant_migration_recipient_vote_imported_files.js


 Comments   
Comment by Githook User [ 17/Aug/22 ]

Author:

{'name': 'Christopher Caplinger', 'email': 'christopher.caplinger@mongodb.com', 'username': 'UnicodeSnowman'}

Message: SERVER-68560: Explicitly disable shard merge tests for mt migrations
Branch: master
https://github.com/mongodb/mongo/commit/1e52d6d872329d844e42c0535165dbbc708db062

Comment by Christopher Caplinger [ 12/Aug/22 ]

confirmed that this is related to multiversion suites executing tests tagged with featureFlagShardMerge without the shard merge feature flag set, meaning that these tests run with the "multitenant migration", which will fail. quick fix is to add a conditional with an early return in these tests if shard merge is not enabled.

Generated at Thu Feb 08 06:11:08 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.