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
unsupported feature "WindowStrategy.OutputTime" set with value LATEST_IN_PANE
unsupported feature "WindowStrategy.OutputTime" set with value EARLIEST_IN_PANE
Steps to reproduce:
Run Prism server.
./gradlew :runners:prism:runServer
Execute :runners:portability:java:ulrLoopbackValidatesRunnerTests on Prism:
Many tests fail with these errors, but to see the output of one quickly:
Latest and Earliest in Pane must also take into account the rest of the Aggregation, which means using the previous computed time for the aggregation, and not simply the most recently seen timestamp for the element.
lostluck
changed the title
[Bug][Prism]: unsupported feature "WindowStrategy.OutputTime" set with value (LATEST|EARLIEST)_IN_PANE
[prism]: unsupported feature "WindowStrategy.OutputTime" set with value (LATEST|EARLIEST)_IN_PANE
Jul 17, 2024
Several Java tests fail on Prism with errors:
Steps to reproduce:
:runners:portability:java:ulrLoopbackValidatesRunnerTests
on Prism:Many tests fail with these errors, but to see the output of one quickly:
Parent tracker: #28187
Related: #31438
The text was updated successfully, but these errors were encountered: