Skip to content
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

verify_counter_converge should retry on not found [JIRA: RIAK-1911] #807

Open
macintux opened this issue Jun 27, 2015 · 1 comment
Open
Assignees

Comments

@macintux
Copy link
Contributor

Seeing occasional test failures where the request gets a not found and counts it as a failure, instead of retrying.

{{badmatch,{error,{ok,"404",
                      [{"Server","MochiWeb/1.1 WebMachine/1.10.6 (no drinks)"},
                       {"Date","Sat, 27 Jun 2015 19:46:54 GMT"},
                       {"Content-Type","text/plain"},
                       {"Content-Length","10"}],
                      <<"not found\n">>}}},
 [{verify_counter_converge,get_counter,2,
                           [{file,"tests/verify_counter_converge.erl"},
                            {line,95}]},
  {verify_counter_converge,'-confirm/0-fun-4-',2,
                           [{file,"tests/verify_counter_converge.erl"},
                            {line,60}]},
  {verify_counter_converge,'-confirm/0-lc$^4/1-4-',1,
                           [{file,"tests/verify_counter_converge.erl"},
                            {line,60}]},
  {verify_counter_converge,confirm,0,
                           [{file,"tests/verify_counter_converge.erl"},
                            {line,60}]},
  {riak_test_runner,return_to_exit,3,
                    [{file,"src/riak_test_runner.erl"},{line,159}]}]}
@Basho-JIRA Basho-JIRA changed the title verify_counter_converge should retry on not found verify_counter_converge should retry on not found [JIRA: RIAK-1911] Jun 27, 2015
@russelldb russelldb self-assigned this Nov 21, 2017
@russelldb
Copy link
Member

Addressed by 81e7107 in nhs-riak/riak_test/rdb/nhs-riak-2.2.5. Will ref this issues when I open PRs as part of 2.2.5 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants