You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
149997: structlogging: fix flaky hot range job test r=angles-n-daemons a=angles-n-daemons
A change introduced in 80d454f fixed the exit behavior of the hot range logging job so that it would restart if it were an app tenant, and exit gracefully if it were a system tenant.
However, due to the stochastic nature of the test deployment, when there is only a system tenant, it would mistakenly believe `ApplicationLayer().Codec` would not be the system codec, and therefore fail the test.
This PR fixes this test, by affixing the deployment mode of the test to include an app tenant.
Fixes: #149977
Epic: none
Release note: none
Co-authored-by: Brian Dillmann <[email protected]>
0 commit comments