Skip to content
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

Java: VSS commans init #2385

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

Yury-Fridlyand
Copy link
Collaborator

@Yury-Fridlyand Yury-Fridlyand commented Oct 3, 2024

@Yury-Fridlyand Yury-Fridlyand added the java issues and fixes related to the java client label Oct 3, 2024
@Yury-Fridlyand Yury-Fridlyand requested a review from a team as a code owner October 3, 2024 00:25
.github/workflows/java.yml Outdated Show resolved Hide resolved
@@ -257,6 +257,10 @@ enum RequestType {
ScriptFlush = 216;
ScriptKill = 217;
ScriptShow = 218;

FtCreate = 2000;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2??? for VSS modules work?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why yes?

@@ -165,8 +165,8 @@ jar.dependsOn('copyNativeLib')
javadoc.dependsOn('copyNativeLib')
copyNativeLib.dependsOn('buildRustRelease')
compileTestJava.dependsOn('copyNativeLib')
test.dependsOn('buildRust')
testFfi.dependsOn('buildRust')
test.dependsOn('buildRustRelease')
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why? I thought we were okay with running tests vs the debug version?

Copy link
Collaborator Author

@Yury-Fridlyand Yury-Fridlyand Oct 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gradle still runs UT on release due to copyNativeLib. At least it doesn't build debug version which is never used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java issues and fixes related to the java client
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants