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

Remove Transaction#info: [ECR-3793] #1225

Merged
merged 2 commits into from
Nov 19, 2019

Conversation

dmitry-timofeev
Copy link
Contributor

Overview

This operation is no longer used by the framework.


See: https://jira.bf.local/browse/ECR-3793

Definition of Done

  • There are no TODOs left in the code
  • Change is covered by automated tests
  • The coding guidelines are followed
  • Public API has Javadoc
  • Method preconditions are checked and documented in the Javadoc of the method
  • Changelog is updated if needed (in case of notable or breaking changes)
  • The continuous integration build passes

*
* <p>Such transaction is supposed to be used in TransactionProxy integration tests.
*/
public final class SetEntryTransaction implements Transaction {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you remove the whole transaction and not just info()?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It used to be used in native ITs of Rust TransactionProxy, which are gone. Probably, most of fakes will be gone, but that's after @ipenkin 's tests.

@dmitry-timofeev dmitry-timofeev changed the base branch from update-qa-service to master November 18, 2019 16:40
This operation is no longer used by the framework.
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.009%) to 86.08% when pulling fe3ec61 on dmitry-timofeev:remove-tx-info into bd55453 on exonum:master.

@dmitry-timofeev dmitry-timofeev merged commit 37107d8 into exonum:master Nov 19, 2019
@dmitry-timofeev dmitry-timofeev deleted the remove-tx-info branch November 19, 2019 11:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants