Skip to content

Initial CQL Session Replacement#1530

Open
gonzalotguerrero wants to merge 10 commits intoWebFuzzing:masterfrom
gonzalotguerrero:feature/cql-session-replacement
Open

Initial CQL Session Replacement#1530
gonzalotguerrero wants to merge 10 commits intoWebFuzzing:masterfrom
gonzalotguerrero:feature/cql-session-replacement

Conversation

@gonzalotguerrero
Copy link
Copy Markdown

Description

Added minimal support and config for the tracking of CQL queries through CqlSession. At the moment, only one version of the execute method is supported (when the query is a string). A future iteration should provide support for other variants of this method.

gonzalotguerrero and others added 9 commits April 19, 2026 23:32
# Conflicts:
#	client-java/instrumentation/src/main/java/org/evomaster/client/java/instrumentation/InstrumentationController.java
#	client-java/instrumentation/src/main/java/org/evomaster/client/java/instrumentation/external/AgentController.java
#	client-java/instrumentation/src/main/java/org/evomaster/client/java/instrumentation/external/Command.java
@Cfg("Execute instrumentation for method replace with category CASSANDRA." +
" Note: this applies only for languages in which instrumentation is applied at runtime, like Java/Kotlin" +
" on the JVM.")
var instrumentMR_CASSANDRA = false
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Add the @experimental annotation to Cassandra-related configuration keys

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Done, thanks!

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@experimental goes before any other annotation in the method

@Cfg("Execute instrumentation for method replace with category CASSANDRA." +
" Note: this applies only for languages in which instrumentation is applied at runtime, like Java/Kotlin" +
" on the JVM.")
var instrumentMR_CASSANDRA = false
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

@experimental goes before any other annotation in the method

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants