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

Update transaction handling and IT #160

Merged

Conversation

Yury-Fridlyand
Copy link

@Yury-Fridlyand Yury-Fridlyand commented Mar 25, 2024

  • Group commands in transaction IT.
  • Ease transaction IT updating and fixing.
  • Rename keys and values used in transaction IT to ease debugging.
  • Rename CommandManager transaction related methods.
  • Add number of commands missed in transaction IT.

@Yury-Fridlyand Yury-Fridlyand changed the title Ease transaction IT updating and fixing. Update transaction handling and IT Mar 27, 2024
private static final String field1 = UUID.randomUUID().toString();
private static final String field2 = UUID.randomUUID().toString();
private static final String field3 = UUID.randomUUID().toString();
private static final String stringKey1 = "{test}:stringKey1-" + UUID.randomUUID();

Choose a reason for hiding this comment

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

I suggest only renaming the variable. I don't see the benefit of renaming the key.

Copy link
Author

Choose a reason for hiding this comment

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

It helped for post-mortem debugging the test - I kept the cluster running for querying them.

@Yury-Fridlyand
Copy link
Author

Round

Copy link

@jonathanl-bq jonathanl-bq left a comment

Choose a reason for hiding this comment

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

Approved on the condition that Andrew's last comment about changing the key name is resolved.

@Yury-Fridlyand Yury-Fridlyand marked this pull request as draft April 3, 2024 00:11
@Yury-Fridlyand Yury-Fridlyand mentioned this pull request Apr 4, 2024
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
@Yury-Fridlyand Yury-Fridlyand marked this pull request as ready for review April 12, 2024 01:00
@Yury-Fridlyand Yury-Fridlyand merged commit 77c32e1 into java/integ_yuryf_transaction_IT Apr 15, 2024
11 checks passed
@Yury-Fridlyand Yury-Fridlyand deleted the java/dev_yuryf_transaction_IT branch April 15, 2024 15:58
Yury-Fridlyand added a commit that referenced this pull request May 10, 2024
* Update transaction handling and IT (#160)
* Ease transaction IT updating and fixing.


Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
cyip10 pushed a commit that referenced this pull request Jun 24, 2024
* Update transaction handling and IT (#160)
* Ease transaction IT updating and fixing.


Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants