[BUG][TEST] Flaky test testExtractDatePartWithTimeType
#3224
Labels
bug
Something isn't working
flaky-test
Flaky build or test issue
testing
Related to improving software testing
What is the bug?
The test
testExtractDatePartWithTimeType
is failed today (2024-12-30)Caused by function extract(WEEK FROM ...) actually returns the number of the ISO 8601 week-of-week-based-year:
So the current expected number
53
in the test day 2024-12-30 is incorrect.How can one reproduce the bug?
Returns 1.
What is the expected behavior?
The testExtractDatePartWithTimeType() expected: <53> but was: <1>
What is your host/environment?
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: