PHOENIX-7969 Update supported client versions in backward compatibility - #2584
PHOENIX-7969 Update supported client versions in backward compatibility#2584ishitadixit-dot wants to merge 2 commits into
Conversation
|
It would be great to add new data types related backward compatibility tests (e.g. JSON, BSON, VARBINARY_ENCODED etc), but another Jira/PR. This one should be good with the current setup if jenkins build is good. @ishitadixit-dot thank you for this work! have you also tested hbase 2.6 profile based backward compat tests with this PR? they won't show up in PR build, they will only show up after commit lands on the master branch. |
|
@virajjasani I reran the failed tests locally multiple times and they passed successfully. Additionally, the failing test files and their parent classes do not reference any code paths modified in this PR. These look like unrelated flappers. |
|
Also I have tested backward compat tests against HBase 2.6 profile. @virajjasani |
Jira: https://issues.apache.org/jira/browse/PHOENIX-7969
The client versions exercised by BackwardCompatibilityIT (via compatible_client_versions.json) have drifted and no longer reflect the Phoenix clients actually supported against each HBase profile on master. Refresh the list so the test covers currently supported clients. A small adjustment to BackwardCompatibilityTestUtil is included to consume the updated config shape.
The 2.4 entry is left untouched since HBase 2.4 is no longer a supported profile on master.