[prism]: unsupported feature "WindowStrategy.OutputTime" set with value (LATEST|EARLIEST)_IN_PANE
Several Java tests fail on Prism with errors:
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:ulrLoopbackValidatesRunnerTestson Prism:
Many tests fail with these errors, but to see the output of one quickly:
TEST=org.apache.beam.sdk.transforms.ReshuffleTest
./gradlew :runners:portability:java:ulrLoopbackValidatesRunnerTests -PjobEndpoint=localhost:8073 --tests="$TEST"