Skip to content

Redis actions extension. Hash commands.#1550

Open
aszyrej wants to merge 8 commits into
masterfrom
redis-e2e-extension
Open

Redis actions extension. Hash commands.#1550
aszyrej wants to merge 8 commits into
masterfrom
redis-e2e-extension

Conversation

@aszyrej
Copy link
Copy Markdown
Collaborator

@aszyrej aszyrej commented May 19, 2026

Redis hash commands HGET and HGETALL are now included in the data generation process, generating RedisHsetActions.

Since RedisDbAction has now multiple concrete subclasses, the impact collection system was failing to match actions by class name across mutations. Added getImpactGroupKey() to Action — overridden in RedisDbAction to return a shared key for all its subtypes — and updated ImpactUtils and EvaluatedIndividual to use it instead of the raw class name.

@aszyrej aszyrej requested a review from jgaleotti May 19, 2026 18:54
Comment thread core/src/main/kotlin/org/evomaster/core/output/RedisWriter.kt
Comment thread core/src/main/kotlin/org/evomaster/core/redis/RedisHsetAction.kt Outdated
Comment thread core/src/main/kotlin/org/evomaster/core/redis/RedisSetAction.kt
Comment thread core/src/main/kotlin/org/evomaster/core/redis/RedisSetAction.kt
Comment thread core/src/main/kotlin/org/evomaster/core/redis/RedisHsetAction.kt Outdated
@aszyrej aszyrej requested a review from jgaleotti May 22, 2026 14:48
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