-
Notifications
You must be signed in to change notification settings - Fork 110
feature(c-s): c-s v4 on master and correct driver version reporting #13254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feature(c-s): c-s v4 on master and correct driver version reporting #13254
Conversation
62fb558 to
0058a1f
Compare
I didn't backport yet the previous PR with c-s update as I saw we didn't backport previous version. @fruch do we backport c-s to older branches (perf-v17 still must be backported)? |
0058a1f to
0164e2a
Compare
| if self.is_driver_4x and (driver_version := result.get("scylla-java-driver-4x")): | ||
| self.additional_data = f"java-driver-4x: {driver_version}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When can scylla-java-driver-4 be None?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
with older version of c-s
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should I remove this check then, since it will always use new version from now on?
it's not important for releases since we aren't gonna use it in the releases. |
|
@CodeLieutenant the most important requirement here |
0164e2a to
a707f07
Compare
Signed-off-by: Dusan Malusev <[email protected]>
a707f07 to
7dd2431
Compare
|
@soyacz @pehala @fruch A little help here
I've run the same job as for v4 driver, but this The only difference I've out is ENV
|
the reason is that test config you used is |
But the same test worked for java v4, that strange here, I'll update the config and rerun |

This PR upgrades to the latest c-s version with a patch to Java v4 driver (the timeout issue when creating keyspaces). Also supports correctly the Java V4 driver to Argus when the driver is selected.
Testing
PR pre-checks (self review)
backportlabelsReminders
sdcm/sct_config.py)unit-test/folder)