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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TEST=org.apache.beam.sdk.transforms.ParDoTest\$TimerTests.testEventTimeTimerOrderingWithCreate ./gradlew :runners:portability:java:ulrLoopbackValidatesRunnerTests -PjobEndpoint=localhost:8073 --tests="$TEST"
Doesn't currently terminate, which means there's a subtle ordering requirement that prism isn't respecting somehow, leading to infinite looping.
The way the test expects to execute needs to be described here, so we can determine what's going wrong, and why it doesn't terminate.
The text was updated successfully, but these errors were encountered:
[apache#32222] Actually maintain the heap invariant for timers.
bd2271b
[#32222] Actually maintain the heap invariant for timers. (#33270)
2e43e29
lostluck
Successfully merging a pull request may close this issue.
Doesn't currently terminate, which means there's a subtle ordering requirement that prism isn't respecting somehow, leading to infinite looping.
The way the test expects to execute needs to be described here, so we can determine what's going wrong, and why it doesn't terminate.
The text was updated successfully, but these errors were encountered: