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

split examples about error and idempotency as much as possible #900

Merged
merged 1 commit into from Jan 18, 2019

Conversation

Dan33l
Copy link
Member

@Dan33l Dan33l commented Jan 18, 2019

Pull Request (PR) description

This module has a large amount of acceptance code. And failing due to error on apply or due to idempotency issue will trigger same message about failure with works with no errors.

The PR try to split as much as possible failing with messages:

  • works with no errors : when fail is only due to error.
  • works idempotently : when fail is only due to idempotency issue.
  • works with no errors and idempotently : when i was unable to split.

This Pull Request (PR) fixes the following issues

@Dan33l Dan33l force-pushed the split_acceptance_error_idempotency branch from dd7cb99 to 8143669 Compare January 18, 2019 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants