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

Filter out non replicator tasks in test case #532

Merged
merged 1 commit into from
May 19, 2017

Conversation

iilyak
Copy link
Contributor

@iilyak iilyak commented May 19, 2017

Overview

Previously the test relied in the assumption that there are no
couch_tasks which are running concurrently. This commit fixes that assumption
by filtering out all non replication related tasks from the output of
couch_task_status:all().

Testing recommendations

make eunit apps=couch_replicator

JIRA issue number

Related Pull Requests

Checklist

  • Code is written and works correctly;
  • Changes are covered by tests;
  • Documentation reflects the changes;

Previously the test relied in the assumption that there are no
couch_tasks are running concurrently. This commit fixes that assumption
by filtering out all non replication related tasks from the output of
couch_task_status:all().
@nickva
Copy link
Contributor

nickva commented May 19, 2017

+1

@iilyak iilyak merged commit 6a54abe into apache:master May 19, 2017
@iilyak iilyak deleted the filter_out_non_replicator_tasks branch May 19, 2017 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants