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

KAFKA-17558: Remove parameterization from streams integration tests #17315

Merged
merged 4 commits into from
Oct 17, 2024

Conversation

zzzk1
Copy link
Contributor

@zzzk1 zzzk1 commented Sep 29, 2024

fullow up #17110

  • remove exactly-once value included in parameterized
  • convert unnecessary parameterized tests eg: ResetPartitionTimeIntegrationTest RocksDBMetricsIntegrationTest.java

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@github-actions github-actions bot added streams tests Test fixes (including flaky tests) labels Sep 29, 2024
Copy link
Member

@mjsax mjsax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank for the PR. Made a pass.

@zzzk1 zzzk1 changed the title KAFKA-17558: Remove exactly-once in stream integration tests KAFKA-17558: Remove parameterization from streams integration tests Oct 1, 2024
Copy link
Member

@mjsax mjsax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the update. -- One more comment.

@zzzk1
Copy link
Contributor Author

zzzk1 commented Oct 3, 2024

I am not sure why the Smoke Test failed.

Copy link
Member

@mjsax mjsax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall LGTM. I think you missed on config...

final StreamsBuilder builder = new StreamsBuilder();
builder.stream(SINGLE_PARTITION_INPUT_TOPIC).to(SINGLE_PARTITION_OUTPUT_TOPIC);

final Properties properties = new Properties();
properties.put(StreamsConfig.PROCESSING_GUARANTEE_CONFIG, eosConfig);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given that this is EosIntegerationTest we should run with EXACTLY_ONCE_V2, right?

@zzzk1
Copy link
Contributor Author

zzzk1 commented Oct 17, 2024

Overall LGTM. I think you missed on config...

Thank you for the reminder; it's improved.

@mjsax mjsax merged commit 6d39031 into apache:trunk Oct 17, 2024
6 checks passed
@mjsax
Copy link
Member

mjsax commented Oct 17, 2024

Thanks for the PR! Merged to trunk.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci-approved streams tests Test fixes (including flaky tests)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants