Skip to content

Conversation

swuferhong
Copy link
Contributor

@swuferhong swuferhong commented Oct 14, 2025

Purpose

Linked issue: close #1849

This issue proposes a compatibility testing framework for fluss. The framework will not test the compatibility of Fluss v0.6 and v0.7 clients with newer servers, because starting from v0.8, all package names have been changed to org.apache.fluss. For the sake of implementation simplicity, backward compatibility with those older versions is not guaranteed.

Going forward, whenever a new Fluss version is released, a new sub-module should be added under the fluss-compatibility-test module. This sub-module will inherit the common test logic and override the Fluss client dependency version in its pom.xml. If any incompatible changes are introduced, the corresponding test implementations must be updated accordingly.

Add fluss compatibility test framework

Brief change log

Tests

API and Format

Documentation

@swuferhong swuferhong marked this pull request as draft October 14, 2025 09:22
@swuferhong swuferhong force-pushed the compat-test branch 5 times, most recently from fdda922 to 464f6f6 Compare October 16, 2025 08:38
@swuferhong swuferhong marked this pull request as ready for review October 21, 2025 12:02
@swuferhong swuferhong force-pushed the compat-test branch 3 times, most recently from a2af9dc to 6710a95 Compare October 21, 2025 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Introduce compatibility test framwork

1 participant