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 H2ExecutionRepositoryTest.dailyStatistics test fails when it gets started past midnight CEST (e.g. from 12:00 AM to 1:00 AM) using the Europe/Prague timezone ID.
The assertThat(result.get(10).getDuration().getAvg().toMillis()).isGreaterThan(0L); assertion fails since the 10th result does not contain any stats (getAvg()) - stats are contained in the previous - 9th - result.