Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
99216: multitenant: re-enable TestTenantUpgradeInterlock r=knz a=ajstorm TestTenantUpgradeInterlock was skipped with #99121 because it was timing out regularly. In response to the timeouts however, #98997 was merged to increase the timeout duration for the test (since its run length is proportional to the number of migrations in the release, which has been increasing). Unfortuntely, our wires got crossed and the skip was introduced before the test had a chance to run with the new timeout. #98987 hasn't shown a failure with the new timeout length, so it may be the case that the longer timeout has resolved the problem. Reenabling the test to see if it has better success under the new timeout length. Fixes: #98987 Epic: None Release note: None Co-authored-by: Adam Storm <[email protected]>
- Loading branch information