-
Notifications
You must be signed in to change notification settings - Fork 72
WIP: Riak KV 1329 tests #981
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
Closed
lukebakken
wants to merge
17
commits into
master
from
fixes/lrb/riak_kv-1329-2i-exact-match-bucket-type
Closed
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
81d74cd
yokozuna_rt additions for types and better testing w/ allow-mult=true…
zeeshanlakhani 6f0e534
Merge pull request #886 from basho/backport/zl/yz_extractors+rt-fixum…
fadushin a255cc1
Add debugging to rt:do_commit/1 to track nothing_planned
1b34707
Merge pull request #925 from basho/bugfix/bch/add-cluster-commit-logging
dd033f9
sure up possible race between upgrade and first check
zeeshanlakhani 83b1eae
Merge pull request #933 from basho/backport/zl/sure-up-yz_extractors
zeeshanlakhani 9551318
Update proxy_overload_recovery to handle indeterminism more gracefully.
8a6ba3f
Merge pull request #946 from basho/dr/proxy_overload_fixes_rebased_to…
JeetKunDoug e36c94e
Log PIDs by default for console output
nickelization 3c8dce8
Return 0 instead of doing another rt:sysread
36de6f9
Merge pull request #948 from basho/log-pids-to-console
348dcf3
Fix function spec for wait_until/2
3c88243
And also the function signature
be37c6b
Merge pull request #949 from basho/mra/repl-util-read-fix
e9aa193
Ensure git adds everything and ignores any global ignore settings
5fb3e40
Add test to query for single object using 2i exact match
3a6a2bc
Add another object to 2i with bucket types test in order to attempt t…
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -40,6 +40,6 @@ git init | |
| git config user.name "Riak Test" | ||
| git config user.email "[email protected]" | ||
|
|
||
| git add . | ||
| git add --all --force . | ||
| git commit -a -m "riak_test init" > /dev/null | ||
| echo " - Successfully completed initial git commit of $RT_DEST_DIR" | ||
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
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
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
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
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
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
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
Oops, something went wrong.
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.
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.
Please make sure to put some comments around/before the newly added expectations so we know why they were added and what they are testing.