Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release-23.1: multitenant: re-enable TestTenantUpgradeInterlock #99321

Merged
merged 1 commit into from
Mar 23, 2023

Commits on Mar 22, 2023

  1. multitenant: re-enable TestTenantUpgradeInterlock

    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
    ajstorm committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    d744249 View commit details
    Browse the repository at this point in the history