Skip to content
New issue

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

[Failing Test]: testRedistributeAfterSlidingWindows incorrect #31998

Open
1 of 17 tasks
Abacn opened this issue Jul 26, 2024 · 2 comments
Open
1 of 17 tasks

[Failing Test]: testRedistributeAfterSlidingWindows incorrect #31998

Abacn opened this issue Jul 26, 2024 · 2 comments

Comments

@Abacn
Copy link
Contributor

Abacn commented Jul 26, 2024

What happened?

testRedistributeAfterSlidingWindows and testRedistributeAfterSlidingWindowsAndGroupByKey in sdks/java/core/src/test/java/org/apache/beam/sdk/transforms/RedistributeTest.java is not using SlidingWindow, instead of FixedWindow, possibly a copy-paste issue. After correct this typo, the test then fails.

context: #31915 (comment)

Issue Failure

Failure: Test is continually failing

Issue Priority

Priority: 2 (backlog / disabled test but we think the product is healthy)

Issue Components

  • Component: Python SDK
  • Component: Java SDK
  • Component: Go SDK
  • Component: Typescript SDK
  • Component: IO connector
  • Component: Beam YAML
  • Component: Beam examples
  • Component: Beam playground
  • Component: Beam katas
  • Component: Website
  • Component: Infrastructure
  • Component: Spark Runner
  • Component: Flink Runner
  • Component: Samza Runner
  • Component: Twister2 Runner
  • Component: Hazelcast Jet Runner
  • Component: Google Cloud Dataflow Runner
@prateekrai1
Copy link

Can i resolve this bug?

@prateekrai1
Copy link

prateekrai1 commented Jul 30, 2024

@Abacn can you guide me on this?
Repeatedly giving this error - "Cannot resolve symbol 'RunnerApi'"

Things I tried out:

I did setup the gradle project on IDEA.
I changed my jdk from 20 to 21.
cleared the idea system directory and imported the project again.
Still the runner api does not seem to work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants