client-java
client-java copied to clipboard
master branch compatibility tracking issue
Bug Report
1. Describe the bug
master branch is not fully compatible with an older version of TiKV. This issue is created for tracking the sub-issues of forwarding compatibility of the master branch of client-java.
failed tests | |
---|---|
v5.0.x | RegionSplitTest, RawKVIngestTest, PDClientIntegrationTest |
v5.1.x | RawKVIngestTest, PDClientIntegrationTest |
v5.2.0 | PDClientIntegrationTest |
v5.3.0 | not tests |
2. Minimal reproduce step (Required)
Using tiup playground
to deploy different versions of TiKV and run the client-java tests with mvn test -Dtest=...
3. What did you see instead (Required)
Some tests failed.
4. What did you expect to see? (Required)
All tests pass, incompatible tests should not run while the TiKV version is not matched.
5. What are your Java Client and TiKV versions? (Required)
- Client Java: https://github.com/tikv/client-java/commit/704fb005510cfc3dcf161537b1640d6fd34e650a
- TiKV: as mentioned above
close after https://github.com/tikv/client-java/pull/471 is merged
This issue is stale because it has been open 30 days with no activity.