Skip to content

master branch compatibility tracking issue #462

@iosmanthus

Description

@iosmanthus

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: 704fb00
  • TiKV: as mentioned above

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions