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
The end time of a TSDB data stream is updated by
`UpdateTimeSeriesRangeService` every 5 minutes. This means that every
once in a while the test fails if UpdateTimeSeriesRangeService happens
to have run during the test. This PR gets rid of this check.
It's a bit odd that this failure hasn't shown up before (i.e. outside of
the multi-project test suite), but I suspect it's related to the race
condition we're seeing here - the MP test suite is likely a bit slower,
making it slightly more likely to occur, perhaps.
Resolveselastic#124575
0 commit comments