client-java icon indicating copy to clipboard operation
client-java copied to clipboard

master branch compatibility tracking issue

Open iosmanthus opened this issue 3 years ago • 2 comments

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

iosmanthus avatar Dec 30 '21 08:12 iosmanthus

close after https://github.com/tikv/client-java/pull/471 is merged

iosmanthus avatar Jan 04 '22 11:01 iosmanthus

This issue is stale because it has been open 30 days with no activity.

github-actions[bot] avatar Feb 22 '22 00:02 github-actions[bot]