-
Notifications
You must be signed in to change notification settings - Fork 118
Open
Labels
type/bugSomething isn't workingSomething isn't working
Description
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
Labels
type/bugSomething isn't workingSomething isn't working