-
-
Notifications
You must be signed in to change notification settings - Fork 79
#2043 add BasicHaTest and first simple resync scenario #2062
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
base: main
Are you sure you want to change the base?
Conversation
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferences |
checkDatabaseIsOpen(); | ||
stats.commands.incrementAndGet(); | ||
|
||
return (ResultSet) databaseCommand("command", language, command, params, true, |
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.
Why are you setting false = not require a leader? This means the operation will go to any server, but if it's an update (query is idempotent) will bounce to the leader in 2 passes
c12ede7
to
697f2fc
Compare
697f2fc
to
2832b8f
Compare
2832b8f
to
db7bd83
Compare
db7bd83
to
5f527f2
Compare
af3014c
to
73b2324
Compare
e287b3b
to
7dad934
Compare
369a5b8
to
9777a56
Compare
9777a56
to
f82c3af
Compare
f82c3af
to
aea3728
Compare
…ontainersTestTemplate
…roving edge creation logic
9cbd9f6
to
19a7849
Compare
What does this PR do?
Adds test that uses Toxiporxy to simulate network problems
Motivation
redesign HA tests using containers
Related issues
#2043
Checklist
mvn clean package
command