Uh oh!
There was an error while loading. Please reload this page.
redis-sample drivers - #177
Open
omursahin wants to merge 2 commits into
Open
Conversation
arcuri82
requested changes
Aug 28, 2026
| <scope>test</scope> | ||
| </dependency> | ||
| <!-- MODIFIED--> | ||
| <!-- EvoMaster needs an OpenAPI schema; the SUT had none. --> |
Contributor
There was a problem hiding this comment.
when editing code under cs, remove any reference to EvoMaster, as WFD is of general use
| <artifactId>spring-boot-maven-plugin</artifactId> | ||
| <configuration> | ||
| <!-- MODIFIED--> | ||
| <!-- EMB expects a single self-contained "redis-sample-sut.jar". The classifier keeps |
| @Override | ||
| public void resetStateOfSUT() { | ||
| } |
Contributor
There was a problem hiding this comment.
how are we resetting the state of Redis after each test execution? for SQL it is automated inside EvoMaster, but i don't think it is the case for any of the other DBs
| @Override | ||
| public void resetStateOfSUT() { | ||
| } |
Contributor
There was a problem hiding this comment.
same issue as Embedded driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.