-
Notifications
You must be signed in to change notification settings - Fork 71
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
Go/jbrinkman randomize cluster ports #3225
base: main
Are you sure you want to change the base?
Conversation
0b3b79f
to
397bffa
Compare
Your CI is red. Please don't forget to update CHANGELOG. |
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
ebb16b5
to
be68ac2
Compare
Signed-off-by: jbrinkman <[email protected]>
Signed-off-by: jbrinkman <[email protected]>
|
||
_, err = client.CustomCommand([]string{"FLUSHALL"}) // todo: replace with client.FlushAll() when implemented | ||
// Flush the database before each test to ensure a clean state. | ||
_, err := clusterClient.CustomCommand([]string{"FLUSHALL"}) // todo: replace with client.FlushAll() when implemented |
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.
consider adding all primaries route
| tee >(go tool test2json -t -p github.com/valkey-io/valkey-glide/go/api \ | ||
| go-test-report -o reports/example-tests.html -t example-test > /dev/null) | ||
| go-test-report -o reports/example-tests.html -t example-test > /dev/null) |
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.
Need to stop server on failure
…ironments Signed-off-by: jbrinkman <[email protected]>
// LCS is only available in 7.0 and above. It will fail in any release < 7.0 | ||
// 8.0 Output: h o |
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.
Maybe
// LCS is only available in 7.0 and above. It will fail in any release < 7.0 | |
// 8.0 Output: h o | |
// LCS is only available in 7.0 and above. It will fail in any server < 7.0 | |
// Output: h o |
Issue link
This Pull Request is linked to issue (#3224)
Checklist
Before submitting the PR make sure the following are checked: