We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Several Java tests fail on Prism with errors:
unsupported feature "WindowingStrategy.Trigger" set with value always unsupported feature "WindowingStrategy.Trigger" set with value never
Steps to reproduce:
./gradlew :runners:prism:runServer
:runners:portability:java:ulrLoopbackValidatesRunnerTests
Many tests fail with these errors, but to see the output of one quicky:
TEST=org.apache.beam.sdk.testing.PAssertTest ./gradlew :runners:portability:java:ulrLoopbackValidatesRunnerTests -PjobEndpoint=localhost:8073 --tests="$TEST"
Parent tracker: #28187 Related: #31438
The text was updated successfully, but these errors were encountered:
This was fixed with #33881 or thereabouts.
Sorry, something went wrong.
No branches or pull requests
What happened?
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 quicky:
Parent tracker: #28187
Related: #31438
The text was updated successfully, but these errors were encountered: