[Flaky Test][branch-1] TestFromClientSide#testCheckAndDeleteWithCompareOp#2396
Merged
Reidddddd merged 1 commit intoapache:branch-1from Sep 29, 2020
Merged
[Flaky Test][branch-1] TestFromClientSide#testCheckAndDeleteWithCompareOp#2396Reidddddd merged 1 commit intoapache:branch-1from
Reidddddd merged 1 commit intoapache:branch-1from
Conversation
|
💔 -1 overall
This message was automatically generated. |
Contributor
Author
|
not related |
virajjasani
reviewed
Sep 15, 2020
| table.put(bbbb); | ||
| ok = table.checkAndDelete(ROW, FAMILY, QUALIFIER, CompareOp.LESS_OR_EQUAL, value1, delete); | ||
| assertEquals(ok, true); | ||
| table.put(put2); |
Contributor
There was a problem hiding this comment.
so this was just a redundant put right?
|
|
||
| // cell = "bbbb", using "aaaa" to compare only LESS/LESS_OR_EQUAL/NOT_EQUAL | ||
| // turns out "match" | ||
| table.put(bbbb); |
Contributor
There was a problem hiding this comment.
Curious to know if keeping this put operation on this line is a code improvement or has something to do with flaky behaviour?
Contributor
Author
There was a problem hiding this comment.
Just for readability only, this was originally in line 5033. I just separated it from initialization.
|
💔 -1 overall
This message was automatically generated. |
7434524 to
2537bc0
Compare
Contributor
Author
|
This version should be much stable, let's see |
|
🎊 +1 overall
This message was automatically generated. |
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 free
to 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.
https://issues.apache.org/jira/browse/HBASE-25025